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
static Method Method.CONNECT
           
static Method Method.DELETE
           
static Method Method.GET
           
static Method Method.HEAD
           
static Method Method.OPTIONS
           
protected  Method HttpRequestPacket.parsedMethod
           
static Method Method.POST
           
static Method Method.PUT
           
static Method Method.TRACE
           
 

Methods in org.glassfish.grizzly.http that return Method
static Method Method.CUSTOM(String methodName)
           
 Method HttpRequestPacket.getMethod()
          Get the HTTP request method.
static Method Method.parseDataChunk(DataChunk methodC)
           
 

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.