| Package | Description |
|---|---|
| org.restlet.engine |
Implementation of Restlet API.
|
| org.restlet.engine.connector |
Integration with Java URLConnection class.
|
| Modifier and Type | Method and Description |
|---|---|
List<ProtocolHelper> |
Engine.getRegisteredProtocols()
Returns the list of available protocol connectors.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Engine.setRegisteredProtocols(List<ProtocolHelper> registeredProtocols)
Sets the list of available protocol helpers.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HttpProtocolHelper
Protocol helper for the HTTP protocol.
|
class |
WebDavProtocolHelper
Deprecated.
Will be removed in next version.
|
Copyright © 2005–2025. All rights reserved.