|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Client | |
---|---|
org.restlet.util | Utility classes and interfaces used in the rest of the API. |
Uses of Client in org.restlet.util |
---|
Methods in org.restlet.util that return Client | |
---|---|
Client |
ClientList.add(Protocol protocol)
Adds a new client connector in the map supporting the given protocol. |
Methods in org.restlet.util that return types with arguments of type Client | |
---|---|
abstract Helper<Client> |
Engine.createHelper(Client client,
java.lang.String helperClass)
Creates a new helper for a given client connector. |
Methods in org.restlet.util with parameters of type Client | |
---|---|
boolean |
ClientList.add(Client client)
|
abstract Helper<Client> |
Engine.createHelper(Client client,
java.lang.String helperClass)
Creates a new helper for a given client connector. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |