Uses of Class
org.restlet.client.Context
-
Packages that use Context 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. -
-
Uses of Context in org.restlet.client
Methods in org.restlet.client that return Context Modifier and Type Method 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 currentRestlet
.Methods in org.restlet.client with parameters of type Context Modifier and Type Method Description void
Restlet. setContext(Context context)
Sets the context.Constructors in org.restlet.client with parameters of type Context Constructor 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. -
Uses of Context in org.restlet.client.resource
Methods in org.restlet.client.resource that return Context Modifier and Type Method Description Context
Resource. getContext()
Returns the current context.Methods in org.restlet.client.resource with parameters of type Context Modifier and Type Method Description void
Resource. 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 Constructor Description ClientResource(Context context, java.lang.String uri)
Constructor.ClientResource(Context context, Method method, java.lang.String uri)
Constructor.ClientResource(Context context, Method method, Reference reference)
Constructor.ClientResource(Context context, Reference reference)
Constructor.ClientResource(Context context, Request request)
Constructor.ClientResource(Context context, Request request, Response response)
Constructor. -
Uses of Context in org.restlet.client.service
Methods in org.restlet.client.service that return Context Modifier and Type Method Description Context
Service. getContext()
Returns the context.Methods in org.restlet.client.service with parameters of type Context Modifier and Type Method Description 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 Modifier and Type Method Description Context
ClientList. getContext()
Returns the context.Context
WrapperRestlet. getContext()
Methods in org.restlet.client.util with parameters of type Context Modifier and Type Method Description void
ClientList. setContext(Context context)
Sets the context.void
WrapperRestlet. setContext(Context context)
Constructors in org.restlet.client.util with parameters of type Context Constructor Description ClientList(Context context)
Constructor.
-