Uses of Class
org.restlet.ext.nio.internal.way.InboundWay
-
Packages that use InboundWay 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 InboundWay in org.restlet.ext.nio
Methods in org.restlet.ext.nio that return InboundWay Modifier and Type Method Description abstract InboundWayConnectionHelper. createInboundWay(Connection<T> connection, int bufferSize)Deprecated.Creates an inbound way for the given connection.InboundWayHttpClientHelper. createInboundWay(Connection<Client> connection, int bufferSize)Deprecated.InboundWayHttpsClientHelper. createInboundWay(Connection<Client> connection, int bufferSize)Deprecated.InboundWayHttpServerHelper. createInboundWay(Connection<Server> connection, int bufferSize)Deprecated.InboundWayHttpsServerHelper. createInboundWay(Connection<Server> connection, int bufferSize)Deprecated. -
Uses of InboundWay in org.restlet.ext.nio.internal.connection
Fields in org.restlet.ext.nio.internal.connection declared as InboundWay Modifier and Type Field Description private InboundWayConnection. inboundWayDeprecated.The inbound way.Methods in org.restlet.ext.nio.internal.connection that return InboundWay Modifier and Type Method Description InboundWayConnection. getInboundWay()Deprecated.Returns the inbound way. -
Uses of InboundWay in org.restlet.ext.nio.internal.way
Subclasses of InboundWay in org.restlet.ext.nio.internal.way Modifier and Type Class Description classClientInboundWayDeprecated.Will be removed to favor lower-level network extensions allowing more control at the Restlet API level.classHttpClientInboundWayDeprecated.Will be removed to favor lower-level network extensions allowing more control at the Restlet API level.classHttpsClientInboundWayDeprecated.Will be removed to favor lower-level network extensions allowing more control at the Restlet API level.classHttpServerInboundWayDeprecated.Will be removed to favor lower-level network extensions allowing more control at the Restlet API level.classHttpsServerInboundWayDeprecated.Will be removed to favor lower-level network extensions allowing more control at the Restlet API level.classServerInboundWayDeprecated.Will be removed to favor lower-level network extensions allowing more control at the Restlet API level.
-