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

Java HTTP Server
DRAFT ea-b118

com.sun.net.httpserver
Class Authenticator.Retry

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

public static class Authenticator.Retry
extends Authenticator.Result

Indicates an authentication must be retried. The response code to be sent back is as returned from getResponseCode(). The Authenticator must also have set any necessary response headers in the given HttpExchange before returning this Retry object.


Constructor Summary
Constructor and Description
Authenticator.Retry(int responseCode)
           
 
Method Summary
Modifier and Type Method and Description
 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.Retry

public Authenticator.Retry(int responseCode)
Method Detail

getResponseCode

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


Java HTTP Server
DRAFT ea-b118

Copyright © 2005, 2010, Oracle Corporation. All rights reserved.
DRAFT ea-b118

Scripting on this page tracks web page traffic, but does not change the content in any way.