Package | Description |
---|---|
org.restlet.ext.nio | |
org.restlet.ext.nio.internal.connection | |
org.restlet.ext.nio.internal.way | |
org.restlet.ext.sip.internal |
Modifier and Type | Method and Description |
---|---|
InboundWay |
HttpsClientHelper.createInboundWay(Connection<Client> connection,
int bufferSize) |
InboundWay |
HttpClientHelper.createInboundWay(Connection<Client> connection,
int bufferSize) |
InboundWay |
HttpsServerHelper.createInboundWay(Connection<Server> connection,
int bufferSize) |
InboundWay |
HttpServerHelper.createInboundWay(Connection<Server> connection,
int bufferSize) |
abstract InboundWay |
ConnectionHelper.createInboundWay(Connection<T> connection,
int bufferSize)
Creates an inbound way for the given connection.
|
Modifier and Type | Method and Description |
---|---|
InboundWay |
Connection.getInboundWay()
Returns the inbound way.
|
Modifier and Type | Class and Description |
---|---|
class |
ClientInboundWay
Client-side inbound way.
|
class |
HttpClientInboundWay
HTTP client inbound way.
|
class |
HttpsClientInboundWay
HTTPS client inbound way.
|
class |
HttpServerInboundWay
HTTP server inbound way.
|
class |
HttpsServerInboundWay
HTTPS server inbound way.
|
class |
ServerInboundWay
Server-side inbound way.
|
Modifier and Type | Class and Description |
---|---|
class |
SipClientInboundWay
Deprecated.
Will be removed to focus on Web APIs.
|
class |
SipServerInboundWay
Deprecated.
Will be removed to focus on Web APIs.
|
Modifier and Type | Method and Description |
---|---|
InboundWay |
SipClientHelper.createInboundWay(Connection<Client> connection,
int bufferSize)
Deprecated.
|
Copyright © 2005–2017. All rights reserved.