| 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 | Class and Description |
|---|---|
class |
ClientCall
Low-level HTTP client call.
|
class |
ServerCall
Abstract HTTP server connector call.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HttpExchangeCall
Call that is used by the Basic HTTP server.
|
class |
HttpUrlConnectionCall
HTTP client connector call based on JDK's java.net.HttpURLConnection class.
|
Copyright © 2005–2025. All rights reserved.