Package | Description |
---|---|
org.restlet.engine.connector | |
org.restlet.ext.sip.internal | |
org.restlet.ext.ssl | |
org.restlet.ext.ssl.internal |
Modifier and Type | Class and Description |
---|---|
class |
ClientOutboundWay
Client-side outbound way.
|
class |
HttpClientOutboundWay
HTTP client outbound way.
|
class |
HttpServerOutboundWay
HTTP server outbound way.
|
class |
ServerOutboundWay
Server-side outbound way.
|
Modifier and Type | Method and Description |
---|---|
OutboundWay |
HttpClientHelper.createOutboundWay(Connection<Client> connection,
int bufferSize) |
OutboundWay |
HttpServerHelper.createOutboundWay(Connection<Server> connection,
int bufferSize) |
abstract OutboundWay |
ConnectionHelper.createOutboundWay(Connection<T> connection,
int bufferSize)
Creates an outbound way for the given connection.
|
OutboundWay |
Connection.getOutboundWay()
Returns the outbound way.
|
Modifier and Type | Class and Description |
---|---|
class |
SipClientOutboundWay
SIP client outbound way.
|
class |
SipServerOutboundWay
SIP server outbound way.
|
Modifier and Type | Method and Description |
---|---|
OutboundWay |
SipClientHelper.createOutboundWay(Connection<Client> connection,
int bufferSize) |
OutboundWay |
SipServerHelper.createOutboundWay(Connection<Server> connection,
int bufferSize) |
Modifier and Type | Method and Description |
---|---|
OutboundWay |
HttpsClientHelper.createOutboundWay(Connection<Client> connection,
int bufferSize) |
OutboundWay |
HttpsServerHelper.createOutboundWay(Connection<Server> connection,
int bufferSize) |
Modifier and Type | Class and Description |
---|---|
class |
HttpsClientOutboundWay
HTTPS client outbound way.
|
class |
HttpsServerOutboundWay
HTTPS server outbound way.
|
Copyright © 2005–2014. All rights reserved.