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 ClientInfo
Request. getClientInfo()
Returns the client-specific information.Methods in org.restlet.client with parameters of type ClientInfo Modifier and Type Method Description 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 Modifier and Type Method Description ClientInfo
Variant. createClientInfo()
Creates aClientInfo
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 Modifier and Type Method Description ClientInfo
Resource. getClientInfo()
Returns the client-specific information.Methods in org.restlet.client.resource with parameters of type ClientInfo Modifier and Type Method Description protected Representation
ClientResource. handle(Method method, Representation entity, ClientInfo clientInfo)
Handles the call by cloning the prototype request, setting the method and entity.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 Modifier and Type Method Description ClientInfo
WrapperRequest. getClientInfo()
Returns the client-specific information.Methods in org.restlet.client.util with parameters of type ClientInfo Modifier and Type Method Description void
WrapperRequest. setClientInfo(ClientInfo clientInfo)
-