|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Client | |
---|---|
org.restlet | Core classes of the API. |
org.restlet.util | Various utility classes. |
Uses of Client in org.restlet |
---|
Methods in org.restlet that return Client | |
---|---|
Client |
Context.getClientDispatcher()
Returns a request dispatcher to available client connectors. |
Client |
Context.getServerDispatcher()
Returns a request dispatcher to component's virtual hosts. |
Methods in org.restlet with parameters of type Client | |
---|---|
void |
Context.setClientDispatcher(Client clientDispatcher)
Sets the client dispatcher. |
void |
Context.setServerDispatcher(Client serverDispatcher)
Sets the server dispatcher. |
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 with parameters of type Client | |
---|---|
boolean |
ClientList.add(Client client)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |