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.
|
Modifier and Type | Method and Description |
---|---|
ClientInfo |
Request.getClientInfo()
Returns the client-specific information.
|
Modifier and Type | Method and Description |
---|---|
void |
Request.setClientInfo(ClientInfo clientInfo)
Sets the client-specific information.
|
Modifier and Type | Method and Description |
---|---|
ClientInfo |
Variant.createClientInfo()
Creates a
ClientInfo instance with preferences matching exactly
the current variant. |
Modifier and Type | Method and Description |
---|---|
ClientInfo |
Resource.getClientInfo()
Returns the client-specific information.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
void |
Enroler.enrole(ClientInfo clientInfo)
|
Modifier and Type | Method and Description |
---|---|
boolean |
TunnelService.allowClient(ClientInfo client)
Indicates if the request from a given client can be tunneled.
|
Modifier and Type | Method and Description |
---|---|
ClientInfo |
WrapperRequest.getClientInfo()
Returns the client-specific information.
|
Modifier and Type | Method and Description |
---|---|
void |
WrapperRequest.setClientInfo(ClientInfo clientInfo) |
Copyright © 2005-2024 Restlet.