Uses of Class
org.restlet.engine.http.connector.ServerConnection

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

Uses of ServerConnection in org.restlet.engine.http.connector
 

Methods in org.restlet.engine.http.connector that return ServerConnection
protected  ServerConnection ConnectedRequest.getConnection()
           
 

Methods in org.restlet.engine.http.connector with parameters of type ServerConnection
protected  ConnectedRequest ServerConnection.createRequest(Context context, ServerConnection connection, String methodName, String resourceUri, String version, Series<Parameter> headers, Representation entity, boolean confidential, Principal userPrincipal)
          Creates a new request.
 

Constructors in org.restlet.engine.http.connector with parameters of type ServerConnection
ConnectedRequest(Context context, ServerConnection connection, Method method, String resourceUri, String version, Series<Parameter> headers, Representation entity, boolean confidential, Principal userPrincipal)
          Constructor.
 



Copyright © 2005-2011 Noelios Technologies.