java.lang.Object
com.sun.net.httpserver.Authenticator.Result
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 SummaryConstructors Constructor Description Retry(int responseCode)
- 
Method SummaryModifier and Type Method Description intgetResponseCode()returns the response code to send to the client
- 
Constructor Details- 
Retrypublic Retry(int responseCode)
 
- 
- 
Method Details- 
getResponseCodepublic int getResponseCode()returns the response code to send to the client
 
-