| Package | Description |
|---|---|
| org.restlet.engine.http |
Supports HTTP connectors.
|
| org.restlet.engine.http.adapter |
Adapters between low-level HTTP calls and high-level Restlet Request and
Response objects.
|
| org.restlet.ext.netty.internal | |
| org.restlet.ext.simple.internal |
| Modifier and Type | Method and Description |
|---|---|
ServerCall |
HttpResponse.getHttpCall()
Returns the low-level HTTP call.
|
ServerCall |
HttpRequest.getHttpCall()
Returns the low-level HTTP call.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HttpServerHelper.handle(ServerCall httpCall)
Handles the connector call.
|
| Constructor and Description |
|---|
HttpRequest(Context context,
ServerCall httpCall)
Constructor.
|
HttpResponse(ServerCall httpCall,
Request request)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
HttpRequest |
ServerAdapter.toRequest(ServerCall httpCall)
Converts a low-level HTTP call into a high-level uniform request.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NettyServerCall
Call that is used by the Netty HTTP server connectors.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleCall
Call that is used by the Simple HTTP server.
|
Copyright © 2005-2012. All Rights Reserved.