Module  jdk.httpserver

Class Authenticator.Retry

  • Enclosing class:
    Authenticator


    public static class Authenticator.Retry
    extends Authenticator.Result
    表示验证必须重试。 要发回的响应代码是从getResponseCode()返回的。 在返回此Retry对象之前,Authenticator还必须在给定的HttpExchange中设置任何必需的响应头。
    • 构造方法详细信息

      • Retry

        public Retry​(int responseCode)
    • 方法详细信息

      • getResponseCode

        public int getResponseCode​()
        返回发送给客户端的响应代码