Package | Description |
---|---|
org.restlet |
Core classes of the API.
|
org.restlet.resource |
Client and server resource classes.
|
org.restlet.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.
|
ChallengeResponse |
Request.getProxyChallengeResponse()
Returns the authentication response sent by a client to a proxy.
|
Modifier and Type | Method and Description |
---|---|
void |
Request.setChallengeResponse(ChallengeResponse challengeResponse)
Sets the authentication response sent by a client to an origin server.
|
void |
Request.setProxyChallengeResponse(ChallengeResponse challengeResponse)
Sets the authentication response sent by a client to a proxy.
|
Modifier and Type | Method and Description |
---|---|
ChallengeResponse |
Resource.getChallengeResponse()
Returns the authentication response sent by a client to an origin server.
|
ChallengeResponse |
Resource.getProxyChallengeResponse()
Returns the proxy 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.
|
void |
ClientResource.setProxyChallengeResponse(ChallengeResponse challengeResponse)
Sets the proxy 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.
|
ChallengeResponse |
WrapperRequest.getProxyChallengeResponse()
Returns the authentication response sent by a client to a proxy.
|
Modifier and Type | Method and Description |
---|---|
void |
WrapperRequest.setChallengeResponse(ChallengeResponse response)
Sets the authentication response sent by a client to an origin server.
|
void |
WrapperRequest.setProxyChallengeResponse(ChallengeResponse response)
Sets the authentication response sent by a client to a proxy.
|
Copyright © 2005-2024 Restlet.