Package | Description |
---|---|
org.restlet.engine.http.connector |
New advanced internal HTTP connector.
|
Modifier and Type | Method and Description |
---|---|
protected ServerConnection |
ConnectedRequest.getConnection() |
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
ConnectedRequest(Context context,
ServerConnection connection,
Method method,
String resourceUri,
String version,
Series<Parameter> headers,
Representation entity,
boolean confidential,
Principal userPrincipal)
Constructor.
|
Copyright © 2005–2016. All rights reserved.