|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Uniform | |
---|---|
org.restlet.client | Core classes of the API. |
org.restlet.client.resource | Client and server resource classes. |
org.restlet.client.util | Various utility classes. |
Uses of Uniform in org.restlet.client |
---|
Classes in org.restlet.client that implement Uniform | |
---|---|
class |
Client
Connector acting as a generic client. |
class |
Connector
Restlet enabling communication between Components. |
class |
Restlet
Uniform class that provides a context and life cycle support. |
Methods in org.restlet.client that return Uniform | |
---|---|
Uniform |
Request.getOnResponse()
Returns the callback invoked on response reception. |
Uniform |
Message.getOnSent()
Returns the callback invoked after sending the message. |
Methods in org.restlet.client with parameters of type Uniform | |
---|---|
void |
Client.handle(Request request,
Response response,
Uniform onResponseCallback)
Handles a call. |
void |
Client.handle(Request request,
Uniform onReceivedCallback)
Handles a call. |
void |
Request.setOnResponse(Uniform onResponseCallback)
Sets the callback invoked on response reception. |
void |
Message.setOnSent(Uniform onSentCallback)
Sets the callback invoked after sending the message. |
Uses of Uniform in org.restlet.client.resource |
---|
Methods in org.restlet.client.resource that return Uniform | |
---|---|
protected Uniform |
ClientResource.createNext()
Creates a next Restlet is no one is set. |
Uniform |
ClientResource.getNext()
Returns the next Restlet. |
Uniform |
ClientResource.getOnResponse()
Returns the callback invoked on response reception. |
Uniform |
ClientResource.getOnSent()
Returns the callback invoked after sending the request. |
Methods in org.restlet.client.resource with parameters of type Uniform | |
---|---|
void |
ClientResource.setNext(Uniform next)
Sets the next handler such as a Restlet or a Filter. |
void |
ClientResource.setOnResponse(Uniform onResponseCallback)
Sets the callback invoked on response reception. |
void |
ClientResource.setOnSent(Uniform onSentCallback)
Sets the callback invoked after sending the request. |
Uses of Uniform in org.restlet.client.util |
---|
Classes in org.restlet.client.util that implement Uniform | |
---|---|
class |
WrapperRestlet
Restlet wrapper. |
Methods in org.restlet.client.util that return Uniform | |
---|---|
Uniform |
WrapperRequest.getOnResponse()
|
Methods in org.restlet.client.util with parameters of type Uniform | |
---|---|
void |
WrapperRequest.setOnResponse(Uniform onResponseCallback)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |