Uses of Class
org.restlet.client.Restlet
-
Packages that use Restlet Package Description org.restlet.client Core classes of the API.org.restlet.client.util Various utility classes. -
-
Uses of Restlet in org.restlet.client
Subclasses of Restlet in org.restlet.client Modifier and Type Class Description class
Client
Connector acting as a generic client.class
Connector
Restlet enabling communication between Components.Methods in org.restlet.client that return Restlet Modifier and Type Method Description Restlet
Context. getClientDispatcher()
Returns a request dispatcher to available client connectors.Methods in org.restlet.client with parameters of type Restlet Modifier and Type Method Description void
Context. setClientDispatcher(Restlet clientDispatcher)
Sets the client dispatcher. -
Uses of Restlet in org.restlet.client.util
Subclasses of Restlet in org.restlet.client.util Modifier and Type Class Description class
WrapperRestlet
Restlet wrapper.Constructors in org.restlet.client.util with parameters of type Restlet Constructor Description WrapperRestlet(Restlet wrappedRestlet)
Constructor.
-