| Package | Description | 
|---|---|
| org.restlet.client | 
 Core classes of the API. 
 | 
| org.restlet.client.resource | 
 Client and server resource classes. 
 | 
| org.restlet.client.util | 
 Various utility classes. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.List<ChallengeRequest> | 
Response.getChallengeRequests()
Returns the list of authentication requests sent by an origin server to a
 client. 
 | 
java.util.List<ChallengeRequest> | 
Response.getProxyChallengeRequests()
Returns the list of authentication requests sent by an origin server to a
 client. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Response.setChallengeRequests(java.util.List<ChallengeRequest> challengeRequests)
Sets the list of authentication requests sent by an origin server to a
 client. 
 | 
void | 
Response.setProxyChallengeRequests(java.util.List<ChallengeRequest> proxyChallengeRequests)
Sets the modifiable list of authentication requests sent by a proxy to a
 client. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.List<ChallengeRequest> | 
Resource.getChallengeRequests()
Returns the list of authentication requests sent by an origin server to a
 client. 
 | 
java.util.List<ChallengeRequest> | 
Resource.getProxyChallengeRequests()
Returns the list of proxy authentication requests sent by an origin
 server to a client. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.List<ChallengeRequest> | 
WrapperResponse.getChallengeRequests()
Returns the list of authentication requests sent by an origin server to a
 client. 
 | 
java.util.List<ChallengeRequest> | 
WrapperResponse.getProxyChallengeRequests()
Returns the list of authentication requests sent by a proxy to a client. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
WrapperResponse.setChallengeRequests(java.util.List<ChallengeRequest> requests)
Sets the list of authentication requests sent by an origin server to a
 client. 
 | 
void | 
WrapperResponse.setProxyChallengeRequests(java.util.List<ChallengeRequest> requests)
Sets the list of authentication requests sent by a proxy to a client. 
 | 
Copyright © 2005-2024 Restlet.