| Package | Description |
|---|---|
| org.restlet.engine.adapter |
Adapters between low-level HTTP calls and high-level Restlet Request and
Response objects.
|
| org.restlet.engine.connector |
Integration with Java URLConnection class.
|
| Modifier and Type | Method and Description |
|---|---|
ServerCall |
HttpRequest.getHttpCall()
Returns the low-level HTTP call.
|
ServerCall |
HttpResponse.getHttpCall()
Returns the low-level HTTP call.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HttpServerHelper.handle(ServerCall httpCall)
Handles the connector call.
|
HttpRequest |
ServerAdapter.toRequest(ServerCall httpCall)
Converts a low-level HTTP call into a high-level uniform request.
|
| Constructor and Description |
|---|
HttpRequest(Context context,
ServerCall httpCall)
Constructor.
|
HttpResponse(ServerCall httpCall,
Request request)
Constructor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HttpExchangeCall
Call that is used by the Basic HTTP server.
|
Copyright © 2005–2025. All rights reserved.