Uses of Class
org.restlet.client.Context

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 ClientList.getContext()
          Returns the context.
 Context WrapperRestlet.getContext()
           
 

Methods in org.restlet.client.util with parameters of type Context
 void ClientList.setContext(Context context)
          Sets the context.
 void WrapperRestlet.setContext(Context context)
           
 

Constructors in org.restlet.client.util with parameters of type Context
ClientList(Context context)
          Constructor.
 



Copyright © 2005-2012 Noelios Technologies.