Uses of Class
org.restlet.data.ClientInfo
-
Packages that use ClientInfo Package Description org.restlet Core classes of the API.org.restlet.representation Common representation data elements.org.restlet.resource Client and server resource classes.org.restlet.security Classes related to security.org.restlet.service Services used by applications and components.org.restlet.util Various utility classes. -
-
Uses of ClientInfo in org.restlet
Methods in org.restlet that return ClientInfo Modifier and Type Method Description ClientInfo
Request. getClientInfo()
Returns the client-specific information.Methods in org.restlet 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.representation
Methods in org.restlet.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.resource
Methods in org.restlet.resource that return ClientInfo Modifier and Type Method Description ClientInfo
Resource. getClientInfo()
Returns the client-specific information.Methods in org.restlet.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.security
Methods in org.restlet.security with parameters of type ClientInfo Modifier and Type Method Description void
Enroler. enrole(ClientInfo clientInfo)
-
Uses of ClientInfo in org.restlet.service
Methods in org.restlet.service with parameters of type ClientInfo Modifier and Type Method Description boolean
TunnelService. allowClient(ClientInfo client)
Indicates if the request from a given client can be tunneled. -
Uses of ClientInfo in org.restlet.util
Methods in org.restlet.util that return ClientInfo Modifier and Type Method Description ClientInfo
WrapperRequest. getClientInfo()
Returns the client-specific information.Methods in org.restlet.util with parameters of type ClientInfo Modifier and Type Method Description void
WrapperRequest. setClientInfo(ClientInfo clientInfo)
-