|
Restlet Framework 2.2.1 Google Web Toolkit |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ClientInfo | |
---|---|
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 | |
---|---|
ClientInfo |
Request.getClientInfo()
Returns the client-specific information. |
Methods in org.restlet.client with parameters of type ClientInfo | |
---|---|
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 | |
---|---|
ClientInfo |
Variant.createClientInfo()
Creates a ClientInfo 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 | |
---|---|
ClientInfo |
Resource.getClientInfo()
Returns the client-specific information. |
Methods in org.restlet.client.resource with parameters of type ClientInfo | |
---|---|
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 | |
---|---|
ClientInfo |
WrapperRequest.getClientInfo()
Returns the client-specific information. |
Methods in org.restlet.client.util with parameters of type ClientInfo | |
---|---|
void |
WrapperRequest.setClientInfo(ClientInfo clientInfo)
|
|
Restlet Framework 2.2.1 Google Web Toolkit |
|||||||||
PREV NEXT | FRAMES NO FRAMES |