Uses of Interface
org.restlet.client.Uniform
-
Packages that use Uniform Package Description 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 Modifier and Type Class Description classClientConnector acting as a generic client.classConnectorRestlet enabling communication between Components.classRestletUniform class that provides a context and life cycle support.Methods in org.restlet.client that return Uniform Modifier and Type Method Description UniformMessage. getOnError()Returns the callback invoked when an error occurs when sending the message.UniformRequest. getOnResponse()Returns the callback invoked on response reception.UniformMessage. getOnSent()Returns the callback invoked after sending the message.Methods in org.restlet.client with parameters of type Uniform Modifier and Type Method Description voidRestlet. handle(Request request, Response response, Uniform onResponseCallback)Handles a call.voidRestlet. handle(Request request, Uniform onReceivedCallback)Handles a call.voidMessage. setOnError(Uniform onError)Sets the callback invoked when an error occurs when sending the message.voidRequest. setOnResponse(Uniform onResponseCallback)Sets the callback invoked on response reception.voidMessage. 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 Modifier and Type Method Description protected UniformClientResource. createNext()Creates a next Restlet is no one is set.UniformClientResource. getNext()Returns the next Restlet.UniformClientResource. getOnResponse()Returns the callback invoked on response reception.UniformClientResource. getOnSent()Returns the callback invoked after sending the request.Methods in org.restlet.client.resource with parameters of type Uniform Modifier and Type Method Description protected voidClientResource. handle(Request request, Response response, java.util.List<Reference> references, int retryAttempt, Uniform next)Handle the call and follow redirection for safe methods.protected voidClientResource. redirect(Request request, Response response, java.util.List<Reference> references, int retryAttempt, Uniform next)Effectively redirects a client call.protected voidClientResource. retry(Request request, Response response, java.util.List<Reference> references, int retryAttempt, Uniform next)Effectively retries a failed client call.voidClientResource. setNext(Uniform next)Sets the next handler such as a Restlet or a Filter.voidClientResource. setOnResponse(Uniform onResponseCallback)Sets the callback invoked on response reception.voidClientResource. 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 Modifier and Type Class Description classWrapperRestletRestlet wrapper.Methods in org.restlet.client.util that return Uniform Modifier and Type Method Description UniformWrapperRequest. getOnResponse()Methods in org.restlet.client.util with parameters of type Uniform Modifier and Type Method Description voidWrapperRequest. setOnResponse(Uniform onResponseCallback)
-