|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProtocolHelper | |
---|---|
org.restlet.engine | Implementation of Restlet API. |
Uses of ProtocolHelper in org.restlet.engine |
---|
Subclasses of ProtocolHelper in org.restlet.engine | |
---|---|
class |
HttpProtocolHelper
Protocol helper for the HTTP protocol. |
class |
WebDavProtocolHelper
Protocol helper for the WEBDAV protocol. |
Methods in org.restlet.engine that return types with arguments of type ProtocolHelper | |
---|---|
List<ProtocolHelper> |
Engine.getRegisteredProtocols()
Returns the list of available protocol connectors. |
Method parameters in org.restlet.engine with type arguments of type ProtocolHelper | |
---|---|
void |
Engine.setRegisteredProtocols(List<ProtocolHelper> registeredProtocols)
Sets the list of available protocol helpers. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |