Uses of Class
org.restlet.ext.nio.internal.way.OutboundWay
-
Packages that use OutboundWay Package Description org.restlet.ext.nio Integration with Java NIO package.org.restlet.ext.nio.internal.connection org.restlet.ext.nio.internal.way -
-
Uses of OutboundWay in org.restlet.ext.nio
Methods in org.restlet.ext.nio that return OutboundWay Modifier and Type Method Description abstract OutboundWayConnectionHelper. createOutboundWay(Connection<T> connection, int bufferSize)Deprecated.Creates an outbound way for the given connection.OutboundWayHttpClientHelper. createOutboundWay(Connection<Client> connection, int bufferSize)Deprecated.OutboundWayHttpsClientHelper. createOutboundWay(Connection<Client> connection, int bufferSize)Deprecated.OutboundWayHttpServerHelper. createOutboundWay(Connection<Server> connection, int bufferSize)Deprecated.OutboundWayHttpsServerHelper. createOutboundWay(Connection<Server> connection, int bufferSize)Deprecated. -
Uses of OutboundWay in org.restlet.ext.nio.internal.connection
Fields in org.restlet.ext.nio.internal.connection declared as OutboundWay Modifier and Type Field Description private OutboundWayConnection. outboundWayDeprecated.The outbound way.Methods in org.restlet.ext.nio.internal.connection that return OutboundWay Modifier and Type Method Description OutboundWayConnection. getOutboundWay()Deprecated.Returns the outbound way. -
Uses of OutboundWay in org.restlet.ext.nio.internal.way
Subclasses of OutboundWay in org.restlet.ext.nio.internal.way Modifier and Type Class Description classClientOutboundWayDeprecated.Will be removed to favor lower-level network extensions allowing more control at the Restlet API level.classHttpClientOutboundWayDeprecated.Will be removed to favor lower-level network extensions allowing more control at the Restlet API level.classHttpsClientOutboundWayDeprecated.Will be removed to favor lower-level network extensions allowing more control at the Restlet API level.classHttpServerOutboundWayDeprecated.Will be removed to favor lower-level network extensions allowing more control at the Restlet API level.classHttpsServerOutboundWayDeprecated.Will be removed to favor lower-level network extensions allowing more control at the Restlet API level.classServerOutboundWayDeprecated.Will be removed to favor lower-level network extensions allowing more control at the Restlet API level.
-