Uses of Class
org.restlet.data.ClientInfo

Packages that use ClientInfo
org.restlet.data Element of information handled by a component via a connector. 
org.restlet.service Service classes used by applications and components. 
org.restlet.util Utility classes and interfaces used in the rest of the API. 
 

Uses of ClientInfo in org.restlet.data
 

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

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

Uses of ClientInfo in org.restlet.service
 

Methods in org.restlet.service with parameters of type ClientInfo
 boolean TunnelService.allowClient(ClientInfo client)
          Indicates if the request from a given client can be tunnelled.
 

Uses of ClientInfo in org.restlet.util
 

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

Methods in org.restlet.util with parameters of type ClientInfo
abstract  Variant Engine.getPreferredVariant(ClientInfo client, java.util.List<Variant> variants, Language defaultLanguage)
          Returns the best variant representation for a given resource according the the client preferences.
A default language is provided in case the variants don't match the client preferences.
 



Copyright © 2005-2008 Noelios Technologies.