Module jdk.httpserver

Class Authenticator.Retry

java.lang.Object
com.sun.net.httpserver.Authenticator.Result
com.sun.net.httpserver.Authenticator.Retry
封装类:
Authenticator

public static class Authenticator.Retry extends Authenticator.Result
表示必须重新尝试身份验证。要发送回的响应代码是从getResponseCode()返回的。在返回此Retry对象之前,Authenticator还必须在给定的HttpExchange中设置任何必要的响应标头。
  • Constructor Details

    • Retry

      public Retry(int responseCode)
      使用给定的响应代码创建一个Retry实例。
      参数:
      responseCode - 与此Retry实例关联的响应代码
  • Method Details

    • getResponseCode

      public int getResponseCode()
      返回要发送给客户端的响应代码。
      返回:
      与此Retry实例关联的响应代码