|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OutboundWay | |
---|---|
org.restlet.engine.connector | New advanced internal HTTP connector. |
Uses of OutboundWay in org.restlet.engine.connector |
---|
Subclasses of OutboundWay in org.restlet.engine.connector | |
---|---|
class |
ClientOutboundWay
Client-side outbound way. |
class |
HttpClientOutboundWay
HTTP client outbound way. |
class |
HttpServerOutboundWay
HTTP server outbound way. |
class |
ServerOutboundWay
Server-side outbound way. |
Methods in org.restlet.engine.connector that return OutboundWay | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |