Uses of Class
org.restlet.engine.connector.InboundWay

Packages that use InboundWay
org.restlet.engine.connector New advanced internal HTTP connector. 
 

Uses of InboundWay in org.restlet.engine.connector
 

Subclasses of InboundWay in org.restlet.engine.connector
 class ClientInboundWay
          Client-side inbound way.
 class HttpClientInboundWay
          HTTP client inbound way.
 class HttpServerInboundWay
          HTTP server inbound way.
 class ServerInboundWay
          Server-side inbound way.
 

Methods in org.restlet.engine.connector that return InboundWay
 InboundWay HttpClientHelper.createInboundWay(Connection<Client> connection, int bufferSize)
           
 InboundWay HttpServerHelper.createInboundWay(Connection<Server> connection, int bufferSize)
           
abstract  InboundWay ConnectionHelper.createInboundWay(Connection<T> connection, int bufferSize)
          Creates an inbound way for the given connection.
 InboundWay Connection.getInboundWay()
          Returns the inbound way.
 



Copyright © 2005-2013 Restlet.