Uses of Class
org.atmosphere.wasync.Request.METHOD

Packages that use Request.METHOD
org.atmosphere.wasync   
org.atmosphere.wasync.impl   
 

Uses of Request.METHOD in org.atmosphere.wasync
 

Fields in org.atmosphere.wasync declared as Request.METHOD
protected  Request.METHOD RequestBuilder.method
           
 

Methods in org.atmosphere.wasync that return Request.METHOD
 Request.METHOD RequestBuilder.method()
          Return the HTTP method
 Request.METHOD Request.method()
          The method
static Request.METHOD Request.METHOD.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Request.METHOD[] Request.METHOD.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.atmosphere.wasync with parameters of type Request.METHOD
 T RequestBuilder.method(Request.METHOD method)
          The method to use for connecting tho the remote server.
 

Uses of Request.METHOD in org.atmosphere.wasync.impl
 

Methods in org.atmosphere.wasync.impl that return Request.METHOD
 Request.METHOD DefaultRequest.method()
          The method
 



Copyright © 2014. All Rights Reserved.