Package | Description |
---|---|
org.restlet | |
org.restlet.engine | |
org.restlet.engine.adapter | |
org.restlet.engine.application | |
org.restlet.engine.component | |
org.restlet.engine.connector | |
org.restlet.engine.log | |
org.restlet.engine.util | |
org.restlet.ext.atom | |
org.restlet.ext.crypto | |
org.restlet.ext.freemarker | |
org.restlet.ext.guice |
Integration with Google Guice @minor-version@.
|
org.restlet.ext.nio.internal.request | |
org.restlet.ext.rdf | |
org.restlet.ext.servlet |
Integration with Servlet API 3.1.
|
org.restlet.ext.servlet.internal | |
org.restlet.ext.sip | |
org.restlet.ext.sip.internal | |
org.restlet.ext.spring | |
org.restlet.ext.thymeleaf | |
org.restlet.ext.velocity | |
org.restlet.ext.wadl | |
org.restlet.ext.xdb |
Integration with Oracle 11g XML DB feature.
|
org.restlet.ext.xdb.internal | |
org.restlet.ext.xml | |
org.restlet.ext.xml.internal | |
org.restlet.resource | |
org.restlet.routing | |
org.restlet.security | |
org.restlet.service | |
org.restlet.util |
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 |
Component.setContext(Context context) |
void |
Restlet.setContext(Context context)
Sets the context.
|
void |
Application.setContext(Context context) |
static void |
Context.setCurrent(Context context)
Sets the context to associated with the current thread.
|
Constructor and Description |
---|
Application(Context context)
Constructor.
|
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.
|
Server(Context context,
List<Protocol> protocols,
int port,
Restlet next)
Constructor.
|
Server(Context context,
List<Protocol> protocols,
String address,
int port,
Restlet next)
Constructor.
|
Server(Context context,
List<Protocol> protocols,
String address,
int port,
Restlet next,
String helperClass)
Constructor.
|
Server(Context context,
Protocol protocol)
Constructor.
|
Server(Context context,
Protocol protocol,
Class<? extends ServerResource> nextClass)
Constructor.
|
Server(Context context,
Protocol protocol,
int port)
Constructor.
|
Server(Context context,
Protocol protocol,
int port,
Class<? extends ServerResource> nextClass)
Constructor.
|
Server(Context context,
Protocol protocol,
int port,
Restlet next)
Constructor.
|
Server(Context context,
Protocol protocol,
Restlet next)
Constructor using the protocol's default port.
|
Server(Context context,
Protocol protocol,
String address,
int port,
Restlet next)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
Context |
RestletHelper.getContext()
Returns the helped Restlet context.
|
Modifier and Type | Method and Description |
---|---|
Context |
Adapter.getContext()
Returns the context.
|
Constructor and Description |
---|
Adapter(Context context)
Constructor.
|
ClientAdapter(Context context)
Constructor.
|
HttpRequest(Context context,
ServerCall httpCall)
Constructor.
|
ServerAdapter(Context context)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
ApplicationHelper.setContext(Context context)
Sets the context.
|
Constructor and 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,
String email,
Reference homeRef)
Constructor.
|
StatusFilter(Context context,
StatusService statusService)
Constructor from a status service.
|
TunnelFilter(Context context)
Constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
ComponentContext
Context allowing access to the component's connectors.
|
Modifier and Type | Method and Description |
---|---|
Context |
ComponentContext.createChildContext() |
Constructor and Description |
---|
InternalRouter(Context context)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
Context |
ConnectorHelper.getContext()
Returns the helped Restlet context.
|
Constructor and Description |
---|
LogFilter(Context context,
LogService logService)
Constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
ChildContext
Context based on a parent component's context but dedicated to a child
Restlet, typically to an application.
|
Modifier and Type | Method and Description |
---|---|
protected Context |
ChildContext.getParentContext()
Returns the parent context.
|
Constructor and Description |
---|
ChildContext(Context parentContext)
Constructor.
|
Constructor and Description |
---|
Categories(Context context,
String categoriesUri)
Constructor.
|
Entry(Context context,
String entryUri)
Constructor.
|
Feed(Context context,
String feedUri)
Constructor.
|
Service(Context context,
String serviceUri)
Constructor.
|
Constructor and Description |
---|
AwsAuthenticator(Context context,
boolean optional,
String realm)
Creates a new HttpAwsS3Authenticator instance.
|
AwsAuthenticator(Context context,
boolean optional,
String realm,
Verifier verifier)
Creates a new HttpAwsS3Authenticator instance.
|
AwsAuthenticator(Context context,
String realm)
Creates a new HttpAwsS3Authenticator instance.
|
CookieAuthenticator(Context context,
boolean optional,
String realm,
byte[] encryptSecretKey)
Constructor.
|
CookieAuthenticator(Context context,
String realm,
byte[] encryptSecretKey)
Constructor for mandatory cookie authenticators.
|
DigestAuthenticator(Context context,
boolean optional,
String realm,
List<Reference> domainRefs,
String serverKey)
Constructor.
|
DigestAuthenticator(Context context,
String realm,
String serverKey)
Constructor.
|
Constructor and Description |
---|
ContextTemplateLoader(Context context,
Reference baseRef)
Constructor.
|
ContextTemplateLoader(Context context,
String baseUri)
Constructor.
|
TemplateFilter(Context context)
Constructor.
|
TemplateFilter(Context context,
Restlet next)
Constructor.
|
TemplateFilter(Context context,
Restlet next,
Object dataModel)
Constructor.
|
TemplateFilter(Context context,
Restlet next,
Resolver<Object> dataModel)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
protected com.google.inject.Provider<Context> |
RestletGuice.Module.newContextProvider()
Creates a
Provider for the current Context . |
Constructor and Description |
---|
HttpInboundRequest(Context context,
Connection<Server> connection,
String methodName,
String resourceUri,
String protocol)
Constructor.
|
HttpsInboundRequest(Context context,
Connection<Server> connection,
String methodName,
String resourceUri,
String protocol)
Constructor.
|
Constructor and Description |
---|
RdfClientResource(Context context,
Method method,
Reference reference)
Constructor.
|
RdfClientResource(Context context,
Method method,
String uri)
Constructor.
|
RdfClientResource(Context context,
Method method,
URI uri)
Constructor.
|
RdfClientResource(Context context,
Reference reference)
Constructor.
|
RdfClientResource(Context context,
Request request,
Response response)
Constructor.
|
RdfClientResource(Context context,
String uri)
Constructor.
|
RdfClientResource(Context context,
URI uri)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
protected Application |
ServerServlet.createApplication(Context parentContext)
Creates the single Application used by this Servlet.
|
protected Client |
ServerServlet.createWarClient(Context context,
javax.servlet.ServletConfig config)
Creates a new client for the WAR protocol.
|
Constructor and Description |
---|
ServletServerAdapter(Context context)
Constructor.
|
ServletWarClient(Context parentContext,
javax.servlet.ServletContext servletContext)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
static <T> T |
SipClientResource.create(Context context,
Reference reference,
Class<? extends T> resourceInterface)
Deprecated.
Creates a client resource that proxy calls to the given Java interface
into Restlet method calls.
|
void |
SipServerResource.init(Context context,
Request request,
Response response)
Deprecated.
|
Constructor and Description |
---|
SipClientResource(Context context,
Method method,
Reference reference)
Deprecated.
Constructor.
|
SipClientResource(Context context,
Method method,
String uri)
Deprecated.
Constructor.
|
SipClientResource(Context context,
Method method,
URI uri)
Deprecated.
Constructor.
|
SipClientResource(Context context,
Reference reference)
Deprecated.
Constructor.
|
SipClientResource(Context context,
SipRequest request,
SipResponse response)
Deprecated.
Constructor.
|
SipClientResource(Context context,
String uri)
Deprecated.
Constructor.
|
SipClientResource(Context context,
URI uri)
Deprecated.
Constructor.
|
Constructor and Description |
---|
SipInboundRequest(Context context,
Connection<Server> connection,
String methodName,
String resourceUri,
String protocol)
Deprecated.
Constructor.
|
Modifier and Type | Method and Description |
---|---|
Context |
SpringBeanFinder.getContext() |
Context |
SpringContext.getRestletContext()
Returns the parent Restlet context.
|
Constructor and Description |
---|
SpringBeanRouter(Context context)
Constructor with a parent context.
|
SpringContext(Context restletContext)
Constructor.
|
SpringFinder(Context context)
Constructor.
|
SpringFinder(Context context,
Class<? extends ServerResource> targetClass)
Constructor.
|
SpringHost(Context context)
Constructor.
|
SpringRouter(Context context)
Constructor with a parent context.
|
Constructor and Description |
---|
TemplateFilter(Context context)
Constructor.
|
TemplateFilter(Context context,
Restlet next)
Constructor.
|
TemplateFilter(Context context,
Restlet next,
Map<String,Object> dataModel)
Constructor.
|
TemplateFilter(Context context,
Restlet next,
Resolver<Object> dataModel)
Constructor.
|
Constructor and Description |
---|
TemplateFilter(Context context)
Constructor.
|
TemplateFilter(Context context,
Restlet next)
Constructor.
|
TemplateFilter(Context context,
Restlet next,
Map<String,Object> dataModel)
Constructor.
|
TemplateFilter(Context context,
Restlet next,
Resolver<Object> dataModel)
Constructor.
|
Constructor and Description |
---|
WadlApplication(Context context)
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)
Creates an application described using a WADL document.
|
Modifier and Type | Method and Description |
---|---|
protected Client |
XdbServerServlet.createWarClient(Context appCtx,
javax.servlet.ServletConfig config)
Deprecated.
|
Constructor and Description |
---|
XdbServletWarClient(Context parentContext,
javax.servlet.ServletConfig config,
Connection conn)
Deprecated.
Constructor.
|
Constructor and Description |
---|
TransformRepresentation(Context context,
Representation source,
Representation transformSheet)
Constructor.
|
Constructor and Description |
---|
ContextResolver(Context context)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
Context |
Resource.getContext()
Returns the current context.
|
Modifier and Type | Method and Description |
---|---|
static <T> T |
ClientResource.create(Context context,
Reference reference,
Class<? extends T> resourceInterface)
Creates a client resource that proxy calls to the given Java interface
into Restlet method calls.
|
static Finder |
Finder.createFinder(Class<? extends ServerResource> targetClass,
Class<? extends Finder> finderClass,
Context context,
Logger logger)
Creates a new finder instance based on the "targetClass" property.
|
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,
String uri)
Constructor.
|
ClientResource(Context context,
Method method,
URI 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,
String uri)
Constructor.
|
ClientResource(Context context,
URI uri)
Constructor.
|
Directory(Context context,
Reference rootLocalReference)
Constructor.
|
Directory(Context context,
String rootUri)
Constructor.
|
Finder(Context context)
Constructor.
|
Finder(Context context,
Class<? extends ServerResource> targetClass)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
VirtualHost.setContext(Context parentContext) |
Constructor and Description |
---|
Extractor(Context context)
Constructor.
|
Extractor(Context context,
Restlet next)
Constructor.
|
Filter(Context context)
Constructor.
|
Filter(Context context,
Restlet next)
Constructor.
|
Redirector(Context context,
String targetTemplate)
Constructor for the client dispatcher mode.
|
Redirector(Context context,
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,
String hostDomain,
String hostPort,
String hostScheme,
String resourceDomain,
String resourcePort,
String resourceScheme,
String serverAddress,
String serverPort)
Constructor.
|
Constructor and 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,
String realm)
Constructor using the context's default verifier.
|
ChallengeAuthenticator(Context context,
boolean optional,
ChallengeScheme challengeScheme,
String realm,
Verifier verifier)
Constructor.
|
ChallengeAuthenticator(Context context,
ChallengeScheme challengeScheme,
String realm)
Constructor setting the optional property to false.
|
Modifier and Type | Method and Description |
---|---|
Context |
Service.getContext()
Returns the context.
|
Modifier and Type | Method and Description |
---|---|
Filter |
EncoderService.createInboundFilter(Context context) |
Filter |
TunnelService.createInboundFilter(Context context) |
Filter |
DecoderService.createInboundFilter(Context context) |
Filter |
RangeService.createInboundFilter(Context context) |
Filter |
StatusService.createInboundFilter(Context context) |
Filter |
LogService.createInboundFilter(Context context) |
Filter |
Service.createInboundFilter(Context context)
Create the filter that should be invoked for incoming calls.
|
Filter |
CorsService.createInboundFilter(Context context) |
Filter |
EncoderService.createOutboundFilter(Context context) |
Filter |
DecoderService.createOutboundFilter(Context context) |
Filter |
Service.createOutboundFilter(Context context)
Create the filter that should be invoked for outgoing calls.
|
void |
Service.setContext(Context context)
Sets the context.
|
Modifier and Type | Method and Description |
---|---|
Context |
WrapperRestlet.getContext() |
Context |
ServiceList.getContext()
Returns the context.
|
Context |
ClientList.getContext()
Returns the context.
|
Context |
ServerList.getContext()
Returns the context.
|
Modifier and Type | Method and Description |
---|---|
void |
WrapperRestlet.setContext(Context context) |
void |
ServiceList.setContext(Context context)
Sets the context.
|
void |
ClientList.setContext(Context context)
Sets the context.
|
void |
ServerList.setContext(Context context)
Sets the context.
|
Constructor and Description |
---|
ClientList(Context context)
Constructor.
|
ServerList(Context context,
Restlet next)
Constructor.
|
ServiceList(Context context)
Constructor.
|
Copyright © 2005–2015. All rights reserved.