Uses of Class
org.restlet.gwt.Callback

Packages that use Callback
org.restlet.gwt Port of the core classes of the Restlet API on GWT. 
 

Uses of Callback in org.restlet.gwt
 

Methods in org.restlet.gwt with parameters of type Callback
 void Uniform.delete(Reference resourceRef, Callback callback)
          Deletes the identified resource.
 void Uniform.delete(java.lang.String resourceUri, Callback callback)
          Deletes the identified resource.
 void Uniform.get(Reference resourceRef, Callback callback)
          Gets the identified resource.
 void Uniform.get(java.lang.String resourceUri, Callback callback)
          Gets the identified resource.
 void Uniform.handle(Request request, Callback callback)
          Handles a call.
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.
 void Uniform.head(Reference resourceRef, Callback callback)
          Gets the identified resource without its representation's content.
 void Uniform.head(java.lang.String resourceUri, Callback callback)
          Gets the identified resource without its representation's content.
 void Uniform.options(Reference resourceRef, Callback callback)
          Gets the options for the identified resource.
 void Uniform.options(java.lang.String resourceUri, Callback callback)
          Gets the options for the identified resource.
 void Uniform.post(Reference resourceRef, Representation entity, Callback callback)
          Posts a representation to the identified resource.
 void Uniform.post(java.lang.String resourceUri, Representation entity, Callback callback)
          Posts a representation to the identified resource.
 void Uniform.post(java.lang.String resourceUri, java.lang.String entity, Callback callback)
          Posts a representation to the identified resource.
 void Uniform.put(Reference resourceRef, Representation entity, Callback callback)
          Puts a representation in the identified resource.
 void Uniform.put(java.lang.String resourceUri, Representation entity, Callback callback)
          Puts a representation in the identified resource.
 void Uniform.put(java.lang.String resourceUri, java.lang.String entity, Callback callback)
          Puts a representation in the identified resource.
 



Copyright © 2005-2008 Noelios Technologies.