Uses of Class
org.restlet.Context
-
Packages that use Context Package Description org.restlet Core classes of the API.org.restlet.engine Implementation of Restlet API.org.restlet.engine.adapter Adapters between low-level HTTP calls and high-level Restlet Request and Response objects.org.restlet.engine.application Supports Restlet applications.org.restlet.engine.component Supports Restlet components.org.restlet.engine.connector Integration with Java URLConnection class.org.restlet.engine.log Supports the log service.org.restlet.engine.util General utilities.org.restlet.ext.atom Support for the Atom syndication and the AtomPub (Atom Publication Protocol) standards in their 1.0 version.org.restlet.ext.crypto Support for cryptography including Amazon S3 and Windows Azure client authentication.org.restlet.ext.guice Integration with Google Guice @minor-version@.org.restlet.ext.jaxrs Support for JAX-RS API.org.restlet.ext.json Support for JSON representations.org.restlet.ext.nio.internal.request org.restlet.ext.rdf Support for the RDF parsing and generation.org.restlet.ext.velocity Integration with Apache Velocity @minor-version@.org.restlet.ext.wadl Support the WADL specification.org.restlet.ext.xml Support for XML and XSLT representations.org.restlet.ext.xml.internal org.restlet.resource Client and server resource classes.org.restlet.routing Classes related to call routing.org.restlet.security Classes related to security.org.restlet.service Services used by applications and components.org.restlet.util Various utility classes. -
-
Uses of Context in org.restlet
Fields in org.restlet declared as Context Modifier and Type Field Description private ContextRestlet. contextThe context.Fields in org.restlet with type parameters of type Context Modifier and Type Field Description private static java.lang.ThreadLocal<Context>Context. CURRENTMethods in org.restlet 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 with parameters of type Context Modifier and Type Method Description private static voidRestlet. fireContextChanged(Restlet restlet, Context context)Indicates that a Restlet's context has changed.voidApplication. setContext(Context context)voidComponent. setContext(Context context)voidRestlet. setContext(Context context)Sets the context.static voidContext. setCurrent(Context context)Sets the context to associated with the current thread.Constructors in org.restlet with parameters of type Context Constructor Description Application(Context context)Constructor.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.Server(Context context, java.util.List<Protocol> protocols, int port, Restlet next)Constructor.Server(Context context, java.util.List<Protocol> protocols, java.lang.String address, int port, Restlet next)Constructor.Server(Context context, java.util.List<Protocol> protocols, java.lang.String address, int port, Restlet next, java.lang.String helperClass)Constructor.Server(Context context, Protocol protocol)Constructor.Server(Context context, Protocol protocol, int port)Constructor.Server(Context context, Protocol protocol, int port, java.lang.Class<? extends ServerResource> nextClass)Constructor.Server(Context context, Protocol protocol, int port, Restlet next)Constructor.Server(Context context, Protocol protocol, java.lang.Class<? extends ServerResource> nextClass)Constructor.Server(Context context, Protocol protocol, java.lang.String address, int port, Restlet next)Constructor.Server(Context context, Protocol protocol, Restlet next)Constructor using the protocol's default port. -
Uses of Context in org.restlet.engine
Methods in org.restlet.engine that return Context Modifier and Type Method Description ContextRestletHelper. getContext()Returns the helped Restlet context. -
Uses of Context in org.restlet.engine.adapter
Fields in org.restlet.engine.adapter declared as Context Modifier and Type Field Description private ContextAdapter. contextThe context.private ContextHttpRequest. contextThe context of the HTTP server connector that issued the call.Methods in org.restlet.engine.adapter that return Context Modifier and Type Method Description ContextAdapter. getContext()Returns the context.Constructors in org.restlet.engine.adapter with parameters of type Context Constructor Description Adapter(Context context)Constructor.ClientAdapter(Context context)Constructor.HttpRequest(Context context, ServerCall httpCall)Constructor.ServerAdapter(Context context)Constructor. -
Uses of Context in org.restlet.engine.application
Methods in org.restlet.engine.application with parameters of type Context Modifier and Type Method Description voidApplicationHelper. setContext(Context context)Sets the context.Constructors in org.restlet.engine.application with parameters of type Context Constructor Description CorsFilter(Context context)Constructor.CorsFilter(Context context, Restlet next)Constructor.Decoder(Context context)Constructor to only decode request entities before handling.Decoder(Context context, boolean decodingRequest, boolean decodingResponse)Constructor.Encoder(Context context, boolean encodingRequest, boolean encodingResponse, EncoderService encoderService)Constructor.RangeFilter(Context context)Constructor.StatusFilter(Context context, boolean overwriting, java.lang.String email, Reference homeRef)Constructor.StatusFilter(Context context, StatusService statusService)Constructor from a status service.TunnelFilter(Context context)Constructor. -
Uses of Context in org.restlet.engine.component
Subclasses of Context in org.restlet.engine.component Modifier and Type Class Description classComponentContextContext allowing access to the component's connectors.Methods in org.restlet.engine.component that return Context Modifier and Type Method Description ContextComponentContext. createChildContext()Constructors in org.restlet.engine.component with parameters of type Context Constructor Description InternalRouter(Context context)Constructor. -
Uses of Context in org.restlet.engine.connector
Methods in org.restlet.engine.connector that return Context Modifier and Type Method Description ContextConnectorHelper. getContext()Returns the helped Restlet context. -
Uses of Context in org.restlet.engine.log
Constructors in org.restlet.engine.log with parameters of type Context Constructor Description LogFilter(Context context, LogService logService)Constructor. -
Uses of Context in org.restlet.engine.util
Subclasses of Context in org.restlet.engine.util Modifier and Type Class Description classChildContextContext based on a parent component's context but dedicated to a child Restlet, typically to an application.Fields in org.restlet.engine.util declared as Context Modifier and Type Field Description private ContextChildContext. parentContextThe parent context.Methods in org.restlet.engine.util that return Context Modifier and Type Method Description protected ContextChildContext. getParentContext()Returns the parent context.Constructors in org.restlet.engine.util with parameters of type Context Constructor Description ChildContext(Context parentContext)Constructor. -
Uses of Context in org.restlet.ext.atom
Constructors in org.restlet.ext.atom with parameters of type Context Constructor Description Categories(Context context, java.lang.String categoriesUri)Constructor.Entry(Context context, java.lang.String entryUri)Constructor.Feed(Context context, java.lang.String feedUri)Constructor.Service(Context context, java.lang.String serviceUri)Constructor. -
Uses of Context in org.restlet.ext.crypto
Constructors in org.restlet.ext.crypto with parameters of type Context Constructor Description AwsAuthenticator(Context context, boolean optional, java.lang.String realm)Creates a new HttpAwsS3Authenticator instance.AwsAuthenticator(Context context, boolean optional, java.lang.String realm, Verifier verifier)Creates a new HttpAwsS3Authenticator instance.AwsAuthenticator(Context context, java.lang.String realm)Creates a new HttpAwsS3Authenticator instance.CookieAuthenticator(Context context, boolean optional, java.lang.String realm, byte[] encryptSecretKey)Constructor.CookieAuthenticator(Context context, java.lang.String realm, byte[] encryptSecretKey)Constructor for mandatory cookie authenticators.DigestAuthenticator(Context context, boolean optional, java.lang.String realm, java.util.List<Reference> domainRefs, java.lang.String serverKey)Constructor.DigestAuthenticator(Context context, java.lang.String realm, java.lang.String serverKey)Constructor. -
Uses of Context in org.restlet.ext.guice
Methods in org.restlet.ext.guice that return Context Modifier and Type Method Description ContextRestletGuice.Module.KeyFinder. getContext()Methods in org.restlet.ext.guice that return types with arguments of type Context Modifier and Type Method Description protected com.google.inject.Provider<Context>RestletGuice.Module. newContextProvider()Creates aProviderfor the currentContext. -
Uses of Context in org.restlet.ext.jaxrs
Methods in org.restlet.ext.jaxrs with parameters of type Context Modifier and Type Method Description static <T> TJaxRsClientResource. createJaxRsClient(Context context, Reference reference, java.lang.Class<? extends T> resourceInterface)Deprecated.Creates a client resource that proxy calls to the given Java interface into Restlet method calls.voidJaxRsApplication. setContext(Context context)Deprecated.Constructors in org.restlet.ext.jaxrs with parameters of type Context Constructor Description JaxRsApplication(Context context)Deprecated.Creates an new JaxRsApplication.JaxRsApplication(Context context, javax.ws.rs.core.Application appConfig)Deprecated.Creates an new JaxRsApplication.JaxRsClientResource(Context context, Reference reference)Deprecated.JaxRsRestlet(Context context, MetadataService metadataService)Deprecated.Creates a new JaxRsRestlet with the given Context. -
Uses of Context in org.restlet.ext.json
Constructors in org.restlet.ext.json with parameters of type Context Constructor Description JsonpFilter(Context context)Constructor. -
Uses of Context in org.restlet.ext.nio.internal.request
Fields in org.restlet.ext.nio.internal.request declared as Context Modifier and Type Field Description private ContextHttpInboundRequest. contextDeprecated.The context of the parent connector.Constructors in org.restlet.ext.nio.internal.request with parameters of type Context Constructor Description HttpInboundRequest(Context context, Connection<Server> connection, java.lang.String methodName, java.lang.String resourceUri, java.lang.String protocol)Deprecated.Constructor.HttpsInboundRequest(Context context, Connection<Server> connection, java.lang.String methodName, java.lang.String resourceUri, java.lang.String protocol)Deprecated.Constructor. -
Uses of Context in org.restlet.ext.rdf
Constructors in org.restlet.ext.rdf with parameters of type Context Constructor Description RdfClientResource(Context context, java.lang.String uri)Constructor.RdfClientResource(Context context, java.net.URI uri)Constructor.RdfClientResource(Context context, Method method, java.lang.String uri)Constructor.RdfClientResource(Context context, Method method, java.net.URI uri)Constructor.RdfClientResource(Context context, Method method, Reference reference)Constructor.RdfClientResource(Context context, Reference reference)Constructor.RdfClientResource(Context context, Request request, Response response)Constructor. -
Uses of Context in org.restlet.ext.velocity
Constructors in org.restlet.ext.velocity with parameters of type Context Constructor Description TemplateFilter(Context context)Constructor.TemplateFilter(Context context, Restlet next)Constructor.TemplateFilter(Context context, Restlet next, java.util.Map<java.lang.String,java.lang.Object> dataModel)Constructor.TemplateFilter(Context context, Restlet next, Resolver<java.lang.Object> dataModel)Constructor. -
Uses of Context in org.restlet.ext.wadl
Constructors in org.restlet.ext.wadl with parameters of type Context Constructor Description WadlApplication(Context context)Deprecated.Creates an application that can automatically introspect and expose itself as with a WADL description upon reception of an OPTIONS request on the "*" target URI.WadlApplication(Context context, Representation wadl)Deprecated.Creates an application described using a WADL document. -
Uses of Context in org.restlet.ext.xml
Constructors in org.restlet.ext.xml with parameters of type Context Constructor Description TransformRepresentation(Context context, Representation source, Representation transformSheet)Constructor. -
Uses of Context in org.restlet.ext.xml.internal
Fields in org.restlet.ext.xml.internal declared as Context Modifier and Type Field Description private ContextContextResolver. contextThe Restlet context.Constructors in org.restlet.ext.xml.internal with parameters of type Context Constructor Description ContextResolver(Context context)Constructor. -
Uses of Context in org.restlet.resource
Fields in org.restlet.resource declared as Context Modifier and Type Field Description private ContextResource. contextThe parent context.Methods in org.restlet.resource that return Context Modifier and Type Method Description ContextResource. getContext()Returns the current context.Methods in org.restlet.resource with parameters of type Context Modifier and Type Method Description static <T> TClientResource. create(Context context, Reference reference, java.lang.Class<? extends T> resourceInterface)Creates a client resource that proxy calls to the given Java interface into Restlet method calls.static FinderFinder. createFinder(java.lang.Class<? extends ServerResource> targetClass, java.lang.Class<? extends Finder> finderClass, Context context, java.util.logging.Logger logger)Creates a new finder instance based on the "targetClass" property.voidResource. init(Context context, Request request, Response response)Initialization method setting the environment of the current resource instance.Constructors in org.restlet.resource with parameters of type Context Constructor Description ClientResource(Context context, java.lang.String uri)Constructor.ClientResource(Context context, java.net.URI uri)Constructor.ClientResource(Context context, Method method, java.lang.String uri)Constructor.ClientResource(Context context, Method method, java.net.URI 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.Directory(Context context, java.lang.String rootUri)Constructor.Directory(Context context, Reference rootLocalReference)Constructor.Finder(Context context)Constructor.Finder(Context context, java.lang.Class<? extends ServerResource> targetClass)Constructor. -
Uses of Context in org.restlet.routing
Fields in org.restlet.routing declared as Context Modifier and Type Field Description private ContextVirtualHost. parentContextThe parent component's context.Methods in org.restlet.routing with parameters of type Context Modifier and Type Method Description voidVirtualHost. setContext(Context parentContext)Constructors in org.restlet.routing with parameters of type Context Constructor Description Extractor(Context context)Constructor.Extractor(Context context, Restlet next)Constructor.Filter(Context context)Constructor.Filter(Context context, Restlet next)Constructor.Redirector(Context context, java.lang.String targetTemplate)Constructor for the client dispatcher mode.Redirector(Context context, java.lang.String targetPattern, int mode)Constructor.Router(Context context)Constructor.Validator(Context context)Constructor.Validator(Context context, Restlet next)Constructor.VirtualHost(Context parentContext)Constructor.VirtualHost(Context parentContext, java.lang.String hostDomain, java.lang.String hostPort, java.lang.String hostScheme, java.lang.String resourceDomain, java.lang.String resourcePort, java.lang.String resourceScheme, java.lang.String serverAddress, java.lang.String serverPort)Constructor. -
Uses of Context in org.restlet.security
Constructors in org.restlet.security with parameters of type Context Constructor Description Authenticator(Context context)Constructor setting the mode to "required".Authenticator(Context context, boolean optional)Constructor using the context's default enroler.Authenticator(Context context, boolean multiAuthenticating, boolean optional, Enroler enroler)Constructor.Authenticator(Context context, boolean optional, Enroler enroler)Constructor.CertificateAuthenticator(Context context)ChallengeAuthenticator(Context context, boolean optional, ChallengeScheme challengeScheme, java.lang.String realm)Constructor using the context's default verifier.ChallengeAuthenticator(Context context, boolean optional, ChallengeScheme challengeScheme, java.lang.String realm, Verifier verifier)Constructor.ChallengeAuthenticator(Context context, ChallengeScheme challengeScheme, java.lang.String realm)Constructor setting the optional property to false. -
Uses of Context in org.restlet.service
Fields in org.restlet.service declared as Context Modifier and Type Field Description private ContextService. contextThe context.Methods in org.restlet.service that return Context Modifier and Type Method Description ContextService. getContext()Returns the context.Methods in org.restlet.service with parameters of type Context Modifier and Type Method Description FilterCorsService. createInboundFilter(Context context)FilterDecoderService. createInboundFilter(Context context)FilterEncoderService. createInboundFilter(Context context)FilterLogService. createInboundFilter(Context context)FilterRangeService. createInboundFilter(Context context)FilterService. createInboundFilter(Context context)Create the filter that should be invoked for incoming calls.FilterStatusService. createInboundFilter(Context context)FilterTunnelService. createInboundFilter(Context context)FilterDecoderService. createOutboundFilter(Context context)FilterEncoderService. createOutboundFilter(Context context)FilterService. createOutboundFilter(Context context)Create the filter that should be invoked for outgoing calls.voidService. setContext(Context context)Sets the context. -
Uses of Context in org.restlet.util
Fields in org.restlet.util declared as Context Modifier and Type Field Description private ContextClientList. contextThe context.private ContextServerList. contextThe context.private ContextServiceList. contextThe context.Methods in org.restlet.util that return Context Modifier and Type Method Description ContextClientList. getContext()Returns the context.ContextServerList. getContext()Returns the context.ContextServiceList. getContext()Returns the context.ContextWrapperRestlet. getContext()Methods in org.restlet.util with parameters of type Context Modifier and Type Method Description voidClientList. setContext(Context context)Sets the context.voidServerList. setContext(Context context)Sets the context.voidServiceList. setContext(Context context)Sets the context.voidWrapperRestlet. setContext(Context context)Constructors in org.restlet.util with parameters of type Context Constructor Description ClientList(Context context)Constructor.ServerList(Context context, Restlet next)Constructor.ServiceList(Context context)Constructor.
-