Uses of Class
org.restlet.client.data.ClientInfo
- 
Packages that use ClientInfo Package Description 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 Modifier and Type Method Description ClientInfoRequest. getClientInfo()Returns the client-specific information.Methods in org.restlet.client with parameters of type ClientInfo Modifier and Type Method Description voidRequest. 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 Modifier and Type Method Description ClientInfoVariant. createClientInfo()Creates aClientInfoinstance with preferences matching exactly the current variant. - 
Uses of ClientInfo in org.restlet.client.resource
Methods in org.restlet.client.resource that return ClientInfo Modifier and Type Method Description ClientInfoResource. getClientInfo()Returns the client-specific information.Methods in org.restlet.client.resource with parameters of type ClientInfo Modifier and Type Method Description protected RepresentationClientResource. handle(Method method, Representation entity, ClientInfo clientInfo)Handles the call by cloning the prototype request, setting the method and entity.voidClientResource. 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 Modifier and Type Method Description ClientInfoWrapperRequest. getClientInfo()Returns the client-specific information.Methods in org.restlet.client.util with parameters of type ClientInfo Modifier and Type Method Description voidWrapperRequest. setClientInfo(ClientInfo clientInfo) 
 -