| Package | Description |
|---|---|
| org.restlet |
Core classes of the Restlet API.
|
| org.restlet.engine.adapter |
Adapters between low-level HTTP calls and high-level Restlet Request and
Response objects.
|
| org.restlet.engine.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 | Method and Description |
|---|---|
static void |
HeaderUtils.addGeneralHeaders(Message message,
Series<Header> headers)
|
static void |
HeaderUtils.copyExtensionHeaders(Series<Header> headers,
Message message)
Copies extension headers into a request or a response.
|
static void |
HeaderUtils.keepExtensionHeadersOnly(Message message)
Remove the headers that are mapped to the framework's API from the given
message's list of headers.
|
| Modifier and Type | Class and Description |
|---|---|
class |
WrapperRequest
Request wrapper.
|
class |
WrapperResponse
Request wrapper.
|
Copyright © 2005–2025. All rights reserved.