Package | Description |
---|---|
org.restlet.client.engine |
Implementation of Restlet API.
|
org.restlet.client.engine.connector |
Integration with Java URLConnection class.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<ProtocolHelper> |
Engine.getRegisteredProtocols()
Returns the list of available protocol connectors.
|
Modifier and Type | Method and Description |
---|---|
void |
Engine.setRegisteredProtocols(java.util.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
Protocol helper for the WEBDAV protocol.
|
Copyright © 2005-2024 Restlet.