Uses of Class
org.restlet.gwt.data.Response

Packages that use Response
org.restlet.gwt Port of the core classes of the Restlet API on GWT. 
org.restlet.gwt.util Utility classes and interfaces used in the rest of the API. 
 

Uses of Response in org.restlet.gwt
 

Methods in org.restlet.gwt with parameters of type Response
abstract  void Uniform.handle(Request request, Response response, Callback callback)
          Handles a call.
 void Client.handle(Request request, Response response, Callback callback)
           
 void Restlet.handle(Request request, Response response, Callback callback)
          Handles a call.
abstract  void Callback.onEvent(Request request, Response response)
          This method is called in all cases, even if a communication error occurs.
 

Uses of Response in org.restlet.gwt.util
 

Methods in org.restlet.gwt.util with parameters of type Response
abstract  void Engine.copyResponseHeaders(java.lang.Iterable<Parameter> headers, Response response)
          Copies the given header parameters into the given Response.
 



Copyright © 2005-2008 Noelios Technologies.