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 |
---|---|
ChallengeResponse |
Request.getChallengeResponse()
Returns the authentication response sent by a client to an origin server.
|
Modifier and Type | Method and Description |
---|---|
void |
Request.setChallengeResponse(ChallengeResponse challengeResponse)
Sets the authentication response sent by a client to an origin server.
|
Modifier and Type | Method and Description |
---|---|
ChallengeResponse |
Resource.getChallengeResponse()
Returns the authentication response sent by a client to an origin server.
|
Modifier and Type | Method and Description |
---|---|
void |
ClientResource.setChallengeResponse(ChallengeResponse challengeResponse)
Sets the authentication response sent by a client to an origin server.
|
Modifier and Type | Method and Description |
---|---|
ChallengeResponse |
WrapperRequest.getChallengeResponse()
Returns the authentication response sent by a client to an origin server.
|
Modifier and Type | Method and Description |
---|---|
void |
WrapperRequest.setChallengeResponse(ChallengeResponse response)
Sets the authentication response sent by a client to an origin server.
|
Copyright © 2005-2024 Restlet.