Uses of Class
org.restlet.data.ChallengeRequest

Packages that use ChallengeRequest
org.restlet.data Element of information handled by a component via a connector. 
org.restlet.util Utility classes and interfaces used in the rest of the API. 
 

Uses of ChallengeRequest in org.restlet.data
 

Methods in org.restlet.data that return ChallengeRequest
 ChallengeRequest Response.getChallengeRequest()
          Returns the authentication request sent by an origin server to a client.
 

Methods in org.restlet.data with parameters of type ChallengeRequest
 void Response.setChallengeRequest(ChallengeRequest request)
          Sets the authentication request sent by an origin server to a client.
 

Uses of ChallengeRequest in org.restlet.util
 

Methods in org.restlet.util that return ChallengeRequest
 ChallengeRequest WrapperResponse.getChallengeRequest()
          Returns the authentication request sent by an origin server to a client.
 

Methods in org.restlet.util with parameters of type ChallengeRequest
 void WrapperResponse.setChallengeRequest(ChallengeRequest request)
          Sets the authentication request sent by an origin server to a client.
 



Copyright © 2005-2007 Noelios Technologies.