|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |