モジュール jdk.httpserver
パッケージ com.sun.net.httpserver

クラス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()から返されるものと同じです。 Authenticatorは、このRetryオブジェクトを返す前に、指定されたHttpExchangeに必要なレスポンス・ヘッダーを設定しておく必要もあります。