模块  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()
        返回发送给客户端的响应代码