| Package | Description |
|---|---|
| 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.connector |
Integration with Java URLConnection class.
|
| org.restlet.engine.local |
Supports local connectors and resources.
|
| org.restlet.util |
Various utility classes.
|
| Modifier and Type | Method and Description |
|---|---|
ConnectorHelper<Server> |
Engine.createHelper(Server server,
String helperClass)
Creates a new helper for a given server connector.
|
List<ConnectorHelper<Server>> |
Engine.getRegisteredServers()
Returns the list of available server connectors.
|
| Modifier and Type | Method and Description |
|---|---|
ConnectorHelper<Server> |
Engine.createHelper(Server server,
String helperClass)
Creates a new helper for a given server connector.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Engine.setRegisteredServers(List<ConnectorHelper<Server>> registeredServers)
Sets the list of available server helpers.
|
| Constructor and Description |
|---|
HttpServerHelper(Server server)
Constructor.
|
ServerCall(Server server)
Constructor.
|
| Constructor and Description |
|---|
HttpExchangeCall(Server server,
com.sun.net.httpserver.HttpExchange exchange)
Constructor.
|
HttpExchangeCall(Server server,
com.sun.net.httpserver.HttpExchange exchange,
boolean confidential)
Constructor.
|
HttpServerHelper(Server server)
Constructor.
|
HttpsServerHelper(Server server)
Constructor.
|
NetServerHelper(Server server)
Constructor.
|
ServerHelper(Server server)
Constructor.
|
| Constructor and Description |
|---|
RiapServerHelper(Server server)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Server |
ServerList.add(Protocol protocol)
Adds a new server connector in the map supporting the given protocol.
|
Server |
ServerList.add(Protocol protocol,
int port)
Adds a new server connector in the map supporting the given protocol on the
specified port.
|
Server |
ServerList.add(Protocol protocol,
String address,
int port)
Adds a new server connector in the map supporting the given protocol on the
specified IP address and port.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ServerList.add(Server server)
Adds a server at the end of the list.
|
Copyright © 2005–2025. All rights reserved.