Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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 . |
Modifier and Type | Method and Description |
---|---|
void |
Restlet.setContext(Context context)
Sets the context.
|
Constructor and Description |
---|
Client(Context context,
java.util.List<Protocol> protocols)
Constructor.
|
Client(Context context,
java.util.List<Protocol> protocols,
java.lang.String helperClass)
Constructor.
|
Client(Context context,
Protocol protocol)
Constructor.
|
Connector(Context context)
Constructor.
|
Connector(Context context,
java.util.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.
|
Modifier and Type | Method and Description |
---|---|
Context |
Resource.getContext()
Returns the current context.
|
Modifier and Type | Method and Description |
---|---|
void |
Resource.init(Context context,
Request request,
Response response)
Initialization method setting the environment of the current resource
instance.
|
Constructor and Description |
---|
ClientResource(Context context,
Method method,
Reference reference)
Constructor.
|
ClientResource(Context context,
Method method,
java.lang.String uri)
Constructor.
|
ClientResource(Context context,
Reference reference)
Constructor.
|
ClientResource(Context context,
Request request)
Constructor.
|
ClientResource(Context context,
Request request,
Response response)
Constructor.
|
ClientResource(Context context,
java.lang.String uri)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
Context |
Service.getContext()
Returns the context.
|
Modifier and Type | Method and Description |
---|---|
void |
Service.setContext(Context context)
Sets the context.
|
Modifier and Type | Method and Description |
---|---|
Context |
WrapperRestlet.getContext() |
Context |
ClientList.getContext()
Returns the context.
|
Modifier and Type | Method and Description |
---|---|
void |
WrapperRestlet.setContext(Context context) |
void |
ClientList.setContext(Context context)
Sets the context.
|
Constructor and Description |
---|
ClientList(Context context)
Constructor.
|
Copyright © 2005-2024 Restlet.