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

Java HTTP Server

com.sun.net.httpserver
Class Authenticator.Failure

java.lang.Object
  extended by com.sun.net.httpserver.Authenticator.Result
      extended by com.sun.net.httpserver.Authenticator.Failure
Enclosing class:
Authenticator

public static class Authenticator.Failure
extends Authenticator.Result

Indicates an authentication failure. The authentication attempt has completed.


Constructor Summary
Authenticator.Failure(int responseCode)
           
 
Method Summary
 int getResponseCode()
          returns the response code to send to the client
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Authenticator.Failure

public Authenticator.Failure(int responseCode)
Method Detail

getResponseCode

public int getResponseCode()
returns the response code to send to the client


Java HTTP Server