Uses of Class
org.restlet.data.ClientInfo
Packages that use ClientInfo
Package
Description
Core classes of the Restlet API.
Adapters between low-level HTTP calls and high-level Restlet Request and
Response objects.
Supports Restlet applications.
Supports HTTP header parsing and formatting.
Common representation data elements.
Client and server resource classes.
Classes related to security.
Services used by applications and components.
Various utility classes.
-
Uses of ClientInfo in org.restlet
Methods in org.restlet that return ClientInfoModifier and TypeMethodDescriptionRequest.getClientInfo()Returns the client-specific information.Methods in org.restlet with parameters of type ClientInfoModifier and TypeMethodDescriptionvoidRequest.setClientInfo(ClientInfo clientInfo) Sets the client-specific information. -
Uses of ClientInfo in org.restlet.engine.adapter
Methods in org.restlet.engine.adapter that return ClientInfoModifier and TypeMethodDescriptionHttpRequest.getClientInfo()Returns the client-specific information. -
Uses of ClientInfo in org.restlet.engine.application
Methods in org.restlet.engine.application with parameters of type ClientInfoModifier and TypeMethodDescriptionEncoder.encode(ClientInfo client, Representation representation) Encodes a given representation if an encoding is supported by the client.Encoder.getBestEncoding(ClientInfo client) Returns the best supported encoding for a given client. -
Uses of ClientInfo in org.restlet.engine.header
Methods in org.restlet.engine.header with parameters of type ClientInfoModifier and TypeMethodDescriptionstatic voidPreferenceReader.addCharacterSets(String acceptCharsetHeader, ClientInfo clientInfo) Parses character set preferences from a header.static voidPreferenceReader.addEncodings(String acceptEncodingHeader, ClientInfo clientInfo) Parses encoding preferences from a header.static voidPreferenceReader.addLanguages(String acceptLanguageHeader, ClientInfo clientInfo) Adds language preferences from a header.static voidPreferenceReader.addMediaTypes(String acceptMediaTypeHeader, ClientInfo clientInfo) Parses media type preferences from a header.static voidPreferenceReader.addPatches(String acceptPatchHeader, ClientInfo clientInfo) Parses patch preferences from a header.static voidExpectationReader.addValues(String header, ClientInfo clientInfo) Adds values to the given collection. -
Uses of ClientInfo in org.restlet.representation
Methods in org.restlet.representation that return ClientInfoModifier and TypeMethodDescriptionVariant.createClientInfo()Creates aClientInfoinstance with preferences matching exactly the current variant. -
Uses of ClientInfo in org.restlet.resource
Methods in org.restlet.resource that return ClientInfoModifier and TypeMethodDescriptionResource.getClientInfo()Returns the client-specific information.Methods in org.restlet.resource with parameters of type ClientInfoModifier and TypeMethodDescriptionprotected 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.security
Methods in org.restlet.security with parameters of type ClientInfo -
Uses of ClientInfo in org.restlet.service
Methods in org.restlet.service with parameters of type ClientInfoModifier and TypeMethodDescriptionbooleanTunnelService.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 ClientInfoModifier and TypeMethodDescriptionWrapperRequest.getClientInfo()Returns the client-specific information.Methods in org.restlet.util with parameters of type ClientInfo