Uses of Class
org.restlet.client.data.ChallengeRequest

Packages that use ChallengeRequest
org.restlet.client Core classes of the API. 
org.restlet.client.resource Client and server resource classes. 
org.restlet.client.util Various utility classes. 
 

Uses of ChallengeRequest in org.restlet.client
 

Methods in org.restlet.client that return types with arguments of type ChallengeRequest
 List<ChallengeRequest> Response.getChallengeRequests()
          Returns the list of authentication requests sent by an origin server to a client.
 List<ChallengeRequest> Response.getProxyChallengeRequests()
          Returns the list of authentication requests sent by an origin server to a client.
 

Method parameters in org.restlet.client with type arguments of type ChallengeRequest
 void Response.setChallengeRequests(List<ChallengeRequest> challengeRequests)
          Sets the list of authentication requests sent by an origin server to a client.
 void Response.setProxyChallengeRequests(List<ChallengeRequest> proxyChallengeRequests)
          Sets the modifiable list of authentication requests sent by a proxy to a client.
 

Uses of ChallengeRequest in org.restlet.client.resource
 

Methods in org.restlet.client.resource that return types with arguments of type ChallengeRequest
 List<ChallengeRequest> Resource.getChallengeRequests()
          Returns the list of authentication requests sent by an origin server to a client.
 List<ChallengeRequest> Resource.getProxyChallengeRequests()
          Returns the list of proxy authentication requests sent by an origin server to a client.
 

Uses of ChallengeRequest in org.restlet.client.util
 

Methods in org.restlet.client.util that return types with arguments of type ChallengeRequest
 List<ChallengeRequest> WrapperResponse.getChallengeRequests()
          Returns the list of authentication requests sent by an origin server to a client.
 List<ChallengeRequest> WrapperResponse.getProxyChallengeRequests()
          Returns the list of authentication requests sent by a proxy to a client.
 

Method parameters in org.restlet.client.util with type arguments of type ChallengeRequest
 void WrapperResponse.setChallengeRequests(List<ChallengeRequest> requests)
          Sets the list of authentication requests sent by an origin server to a client.
 void WrapperResponse.setProxyChallengeRequests(List<ChallengeRequest> requests)
          Sets the list of authentication requests sent by a proxy to a client.
 



Copyright © 2005-2013 Restlet.