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

Packages that use ClientInfo
org.restlet.client Core classes of the API. 
org.restlet.client.representation Common representation data elements. 
org.restlet.client.resource Client and server resource classes. 
org.restlet.client.util Various utility classes. 
 

Uses of ClientInfo in org.restlet.client
 

Methods in org.restlet.client that return ClientInfo
 ClientInfo Request.getClientInfo()
          Returns the client-specific information.
 

Methods in org.restlet.client with parameters of type ClientInfo
 void Request.setClientInfo(ClientInfo clientInfo)
          Sets the client-specific information.
 

Uses of ClientInfo in org.restlet.client.representation
 

Methods in org.restlet.client.representation that return ClientInfo
 ClientInfo Variant.createClientInfo()
          Creates a ClientInfo instance with preferences matching exactly the current variant.
 

Uses of ClientInfo in org.restlet.client.resource
 

Methods in org.restlet.client.resource that return ClientInfo
 ClientInfo UniformResource.getClientInfo()
          Returns the client-specific information.
 

Methods in org.restlet.client.resource with parameters of type ClientInfo
 void ClientResource.setClientInfo(ClientInfo clientInfo)
          Sets the client-specific information.
 

Uses of ClientInfo in org.restlet.client.util
 

Methods in org.restlet.client.util that return ClientInfo
 ClientInfo WrapperRequest.getClientInfo()
          Returns the client-specific information.
 

Methods in org.restlet.client.util with parameters of type ClientInfo
 void WrapperRequest.setClientInfo(ClientInfo clientInfo)
           
 



Copyright © 2005-2013 Restlet S.A.S..