Package | Description |
---|---|
org.restlet.engine | |
org.restlet.engine.adapter | |
org.restlet.engine.component | |
org.restlet.engine.connector | |
org.restlet.engine.local | |
org.restlet.ext.atom | |
org.restlet.ext.httpclient | |
org.restlet.ext.javamail | |
org.restlet.ext.jdbc | |
org.restlet.ext.nio | |
org.restlet.ext.nio.internal.way | |
org.restlet.ext.servlet |
Integration with Servlet API 3.1.
|
org.restlet.ext.servlet.internal | |
org.restlet.ext.sip.internal | |
org.restlet.ext.xdb |
Integration with Oracle 11g XML DB feature.
|
org.restlet.ext.xdb.internal | |
org.restlet.util |
Modifier and Type | Method and Description |
---|---|
ConnectorHelper<Client> |
Engine.createHelper(Client client,
String helperClass)
Creates a new helper for a given client connector.
|
List<ConnectorHelper<Client>> |
Engine.getRegisteredClients()
Returns the list of available client connectors.
|
Modifier and Type | Method and Description |
---|---|
ConnectorHelper<Client> |
Engine.createHelper(Client client,
String helperClass)
Creates a new helper for a given client connector.
|
Modifier and Type | Method and Description |
---|---|
void |
Engine.setRegisteredClients(List<ConnectorHelper<Client>> registeredClients)
Sets the list of available client helpers.
|
Constructor and Description |
---|
HttpClientHelper(Client client)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
Client |
ClientRoute.getClient()
Returns the target client.
|
Modifier and Type | Method and Description |
---|---|
void |
ClientRoute.setNext(Client next)
Sets the next client.
|
Constructor and Description |
---|
ClientRoute(Router router,
Client target)
Constructor.
|
Constructor and Description |
---|
ClientHelper(Client client)
Constructor.
|
FtpClientHelper(Client client)
Constructor.
|
HttpClientHelper(Client client)
Constructor.
|
Constructor and Description |
---|
ClapClientHelper(Client client)
Constructor.
|
EntityClientHelper(Client client)
Constructor.
|
FileClientHelper(Client client)
Constructor.
|
LocalClientHelper(Client client)
Constructor.
|
RiapClientHelper(Client client)
Constructor.
|
ZipClientHelper(Client client)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
Service.setClientDispatcher(Client clientDispatcher)
Sets the client HTTP dispatcher.
|
Constructor and Description |
---|
Categories(Client clientDispatcher,
String categoriesUri)
Constructor.
|
Entry(Client clientDispatcher,
String entryUri)
Constructor.
|
Feed(Client clientDispatcher,
String feedUri)
Constructor.
|
Service(Client clientDispatcher)
Constructor.
|
Service(Client clientDispatcher,
String serviceUri)
Constructor.
|
Constructor and Description |
---|
HttpClientHelper(Client client)
Deprecated.
Constructor.
|
Constructor and Description |
---|
JavaMailClientHelper(Client client)
Constructor.
|
Constructor and Description |
---|
JdbcClientHelper(Client client)
Deprecated.
Constructor.
|
Modifier and Type | Method and Description |
---|---|
Connection<Client> |
HttpsClientHelper.createConnection(SocketChannel socketChannel,
ConnectionController controller,
InetSocketAddress socketAddress) |
Connection<Client> |
ClientConnectionHelper.createConnection(SocketChannel socketChannel,
ConnectionController controller,
InetSocketAddress socketAddress) |
protected Connection<Client> |
ClientConnectionHelper.getBestConnection(Request request)
Tries to reuse an existing connection for the given request, or creates a
new one.
|
Modifier and Type | Method and Description |
---|---|
InboundWay |
HttpClientHelper.createInboundWay(Connection<Client> connection,
int bufferSize) |
InboundWay |
HttpsClientHelper.createInboundWay(Connection<Client> connection,
int bufferSize) |
OutboundWay |
HttpClientHelper.createOutboundWay(Connection<Client> connection,
int bufferSize) |
OutboundWay |
HttpsClientHelper.createOutboundWay(Connection<Client> connection,
int bufferSize) |
Constructor and Description |
---|
ClientConnectionHelper(Client connector)
Constructor.
|
HttpClientHelper(Client client)
Constructor.
|
HttpsClientHelper(Client client)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
SslConnection<Client> |
HttpsClientInboundWay.getConnection() |
SslConnection<Client> |
HttpsClientOutboundWay.getConnection() |
Connection<Client> |
ClientOutboundWay.getConnection() |
Connection<Client> |
ClientInboundWay.getConnection() |
Constructor and Description |
---|
HttpClientInboundWay(Connection<Client> connection,
int bufferSize)
Constructor.
|
HttpsClientInboundWay(Connection<Client> connection,
int bufferSize)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
protected Client |
ServerServlet.createWarClient(Context context,
javax.servlet.ServletConfig config)
Creates a new client for the WAR protocol.
|
Modifier and Type | Class and Description |
---|---|
class |
ServletWarClient
Connector acting as a WAR client for a Servlet Application.
|
Constructor and Description |
---|
ServletWarClientHelper(Client client,
javax.servlet.ServletContext servletContext)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
InboundWay |
SipClientHelper.createInboundWay(Connection<Client> connection,
int bufferSize)
Deprecated.
|
OutboundWay |
SipClientHelper.createOutboundWay(Connection<Client> connection,
int bufferSize)
Deprecated.
|
Constructor and Description |
---|
SipClientHelper(Client client)
Deprecated.
Constructor.
|
Constructor and Description |
---|
SipClientInboundWay(Connection<Client> connection,
int bufferSize)
Deprecated.
Constructor.
|
Modifier and Type | Method and Description |
---|---|
protected Client |
XdbServerServlet.createWarClient(Context appCtx,
javax.servlet.ServletConfig config)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
XdbServletWarClient
Deprecated.
Not actively developed anymore.
|
Constructor and Description |
---|
XdbServletWarClientHelper(Client client,
javax.servlet.ServletConfig config,
Connection conn)
Deprecated.
Constructor.
|
Modifier and Type | Method and Description |
---|---|
Client |
ClientList.add(Protocol protocol)
Adds a new client connector in the map supporting the given protocol.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ClientList.add(Client client) |
Copyright © 2005–2016. All rights reserved.