public static class

Authenticator.Retry

extends Authenticator.Result
java.lang.Object
   ↳ com.sun.net.httpserver.Authenticator.Result
     ↳ com.sun.net.httpserver.Authenticator.Retry

Class Overview

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.

Summary

Public Constructors
Authenticator.Retry(int responseCode)
Public Methods
int getResponseCode()
returns the response code to send to the client
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public Authenticator.Retry (int responseCode)

Public Methods

public int getResponseCode ()

returns the response code to send to the client