Package | Description |
---|---|
org.restlet |
Core classes of the API.
|
org.restlet.engine.http |
Supports HTTP connectors.
|
org.restlet.engine.http.connector |
New advanced internal HTTP connector.
|
org.restlet.engine.http.header |
Supports HTTP header parsing and formatting.
|
org.restlet.util |
Various utility classes.
|
Modifier and Type | Class and Description |
---|---|
class |
Request
Generic request sent by client connectors.
|
class |
Response
Generic response sent by server connectors.
|
Modifier and Type | Class and Description |
---|---|
class |
HttpRequest
Request wrapper for server HTTP calls.
|
class |
HttpResponse
Response wrapper for server HTTP calls.
|
Modifier and Type | Class and Description |
---|---|
class |
ConnectedRequest
Request wrapper for server HTTP calls.
|
Modifier and Type | Method and Description |
---|---|
protected void |
Connection.addGeneralHeaders(Message message,
Series<Parameter> headers)
|
Modifier and Type | Method and Description |
---|---|
static void |
HeaderUtils.addGeneralHeaders(Message message,
Series<Parameter> headers)
|
Modifier and Type | Class and Description |
---|---|
class |
WrapperRequest
Request wrapper.
|
class |
WrapperResponse
Request wrapper.
|
Copyright © 2005–2016. All rights reserved.