|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Context | |
---|---|
org.restlet.client | Core classes of the API. |
org.restlet.client.resource | Client and server resource classes. |
org.restlet.client.service | Services used by applications and components. |
org.restlet.client.util | Various utility classes. |
Uses of Context in org.restlet.client |
---|
Methods in org.restlet.client that return Context | |
---|---|
Context |
Context.createChildContext()
Creates a protected child context. |
Context |
Restlet.getContext()
Returns the context. |
static Context |
Context.getCurrent()
Returns the context associated to the current Restlet. |
Methods in org.restlet.client with parameters of type Context | |
---|---|
void |
Restlet.setContext(Context context)
Sets the context. |
Constructors in org.restlet.client with parameters of type Context | |
---|---|
Client(Context context,
List<Protocol> protocols)
Constructor. |
|
Client(Context context,
List<Protocol> protocols,
String helperClass)
Constructor. |
|
Client(Context context,
Protocol protocol)
Constructor. |
|
Connector(Context context)
Constructor. |
|
Connector(Context context,
List<Protocol> protocols)
Constructor. |
|
Restlet(Context context)
Constructor with the Restlet's context which can be the parent's application context, but shouldn't be the parent Component's context for security reasons. |
Uses of Context in org.restlet.client.resource |
---|
Methods in org.restlet.client.resource that return Context | |
---|---|
Context |
UniformResource.getContext()
Returns the current context. |
Methods in org.restlet.client.resource with parameters of type Context | |
---|---|
void |
UniformResource.init(Context context,
Request request,
Response response)
Initialization method setting the environment of the current resource instance. |
Constructors in org.restlet.client.resource with parameters of type Context | |
---|---|
ClientResource(Context context,
Method method,
Reference reference)
Constructor. |
|
ClientResource(Context context,
Method method,
String uri)
Constructor. |
|
ClientResource(Context context,
Reference reference)
Constructor. |
|
ClientResource(Context context,
Request request,
Response response)
Constructor. |
|
ClientResource(Context context,
String uri)
Constructor. |
Uses of Context in org.restlet.client.service |
---|
Methods in org.restlet.client.service that return Context | |
---|---|
Context |
Service.getContext()
Returns the context. |
Methods in org.restlet.client.service with parameters of type Context | |
---|---|
void |
Service.setContext(Context context)
Sets the context. |
Uses of Context in org.restlet.client.util |
---|
Methods in org.restlet.client.util that return Context | |
---|---|
Context |
WrapperRestlet.getContext()
|
Context |
ClientList.getContext()
Returns the context. |
Methods in org.restlet.client.util with parameters of type Context | |
---|---|
void |
WrapperRestlet.setContext(Context context)
|
void |
ClientList.setContext(Context context)
Sets the context. |
Constructors in org.restlet.client.util with parameters of type Context | |
---|---|
ClientList(Context context)
Constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |