类 Authenticator.Failure

java.lang.Object
com.sun.net.httpserver.Authenticator.Result
com.sun.net.httpserver.Authenticator.Failure
封闭类:
Authenticator

public static class Authenticator.Failure extends Authenticator.Result
表示认证失败。身份验证尝试已完成。
  • 构造方法详细信息

    • 失败

      public Failure(int responseCode)
      使用给定的响应代码创建一个 Failure 实例。
      参数:
      responseCode - 与此 Failure 实例关联的响应代码
  • 方法详情

    • getResponseCode

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