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

Packages that use Protocol
org.glassfish.grizzly.http   
 

Uses of Protocol in org.glassfish.grizzly.http
 

Fields in org.glassfish.grizzly.http declared as Protocol
protected  Protocol HttpHeader.parsedProtocol
           
 

Methods in org.glassfish.grizzly.http that return Protocol
 Protocol HttpHeader.getProtocol()
          Get HTTP protocol version.
static Protocol Protocol.parseDataChunk(DataChunk protocolC)
           
static Protocol Protocol.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Protocol[] Protocol.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 Protocol
 T HttpHeader.Builder.protocol(Protocol protocol)
          Set the HTTP message protocol version.
 void HttpHeader.setProtocol(Protocol protocol)
          Set the HTTP message protocol version.
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.