Spec-Zone .ru
спецификации, руководства, описания, API

Java HTTP Server

com.sun.net.httpserver
Class Authenticator.Result

java.lang.Object
  extended by com.sun.net.httpserver.Authenticator.Result
Direct Known Subclasses:
Authenticator.Failure, Authenticator.Retry, Authenticator.Success
Enclosing class:
Authenticator

public abstract static class Authenticator.Result
extends Object

Base class for return type from authenticate() method


Constructor Summary
Authenticator.Result()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Authenticator.Result

public Authenticator.Result()

Java HTTP Server