Uses of Class
org.restlet.ext.nio.ServerConnectionHelper
-
Packages that use ServerConnectionHelper Package Description org.restlet.ext.nio Integration with Java NIO package.org.restlet.ext.nio.internal.controller org.restlet.ext.nio.internal.way -
-
Uses of ServerConnectionHelper in org.restlet.ext.nio
Subclasses of ServerConnectionHelper in org.restlet.ext.nio Modifier and Type Class Description classHttpServerHelperDeprecated.Will be removed to favor lower-level network extensions allowing more control at the Restlet API level.classHttpsServerHelperDeprecated.Will be removed to favor lower-level network extensions allowing more control at the Restlet API level. -
Uses of ServerConnectionHelper in org.restlet.ext.nio.internal.controller
Methods in org.restlet.ext.nio.internal.controller that return ServerConnectionHelper Modifier and Type Method Description protected ServerConnectionHelperServerConnectionController. getHelper()Deprecated.Returns the parent server helper.Constructors in org.restlet.ext.nio.internal.controller with parameters of type ServerConnectionHelper Constructor Description ServerConnectionController(ServerConnectionHelper helper)Deprecated.Constructor. -
Uses of ServerConnectionHelper in org.restlet.ext.nio.internal.way
Methods in org.restlet.ext.nio.internal.way that return ServerConnectionHelper Modifier and Type Method Description ServerConnectionHelperServerInboundWay. getHelper()Deprecated.
-