Java HTTP Server

com.sun.net.httpserver
クラス Authenticator.Result

java.lang.Object
  上位を拡張 com.sun.net.httpserver.Authenticator.Result
直系の既知のサブクラス:
Authenticator.Failure, Authenticator.Retry, Authenticator.Success
含まれているクラス:
Authenticator

public abstract static class Authenticator.Result
extends Object

authenticate() メソッドからの戻り値の型の基底クラスです。


コンストラクタの概要
Authenticator.Result()
           
 
メソッドの概要
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

Authenticator.Result

public Authenticator.Result()

Java HTTP Server