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

Packages that use ChallengeRequest
org.restlet.gwt.data Element of information handled by a component via a connector. 
 

Uses of ChallengeRequest in org.restlet.gwt.data
 

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

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

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



Copyright © 2005-2008 Noelios Technologies.