Uses of Class
org.glassfish.grizzly.http.Method

Packages that use Method
org.glassfish.grizzly.http   
 

Uses of Method in org.glassfish.grizzly.http
 

Fields in org.glassfish.grizzly.http declared as Method
protected  Method HttpRequestPacket.parsedMethod
           
 

Methods in org.glassfish.grizzly.http that return Method
 Method HttpRequestPacket.getMethod()
          Get the HTTP request method.
static Method Method.parseDataChunk(DataChunk methodC)
           
static Method Method.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Method[] Method.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.glassfish.grizzly.http with parameters of type Method
 HttpRequestPacket.Builder HttpRequestPacket.Builder.method(Method method)
          Set the HTTP request method.
 void HttpRequestPacket.setMethod(Method method)
          Set the HTTP request method.
 



Copyright © 2011 Oracle Corpration. All Rights Reserved.