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 ContextContext. createChildContext()Creates a protected child context.ContextRestlet. getContext()Returns the context.static ContextContext. getCurrent()Returns the context associated to the currentRestlet.Methods in org.restlet.client with parameters of type Context Modifier and Type Method Description voidRestlet. 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 ContextResource. getContext()Returns the current context.Methods in org.restlet.client.resource with parameters of type Context Modifier and Type Method Description voidResource. 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 ContextService. getContext()Returns the context.Methods in org.restlet.client.service with parameters of type Context Modifier and Type Method Description voidService. 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 ContextClientList. getContext()Returns the context.ContextWrapperRestlet. getContext()Methods in org.restlet.client.util with parameters of type Context Modifier and Type Method Description voidClientList. setContext(Context context)Sets the context.voidWrapperRestlet. setContext(Context context)Constructors in org.restlet.client.util with parameters of type Context Constructor Description ClientList(Context context)Constructor.
-