Uses of Class
org.glassfish.grizzly.http.Protocol
-
Packages that use Protocol Package Description org.glassfish.grizzly.http -
-
Uses of Protocol in org.glassfish.grizzly.http
Fields in org.glassfish.grizzly.http declared as Protocol Modifier and Type Field Description protected ProtocolHttpHeader. parsedProtocolprotected ProtocolHttpHeader.Builder. protocolMethods in org.glassfish.grizzly.http that return Protocol Modifier and Type Method Description ProtocolHttpHeader. getProtocol()Get HTTP protocol version.static ProtocolProtocol. valueOf(byte[] protocolBytes, int offset, int len)static ProtocolProtocol. valueOf(String name)Returns the enum constant of this type with the specified name.static ProtocolProtocol. valueOf(org.glassfish.grizzly.Buffer protocolBuffer, int offset, int len)static ProtocolProtocol. valueOf(DataChunk protocolC)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 Modifier and Type Method Description THttpHeader.Builder. protocol(Protocol protocol)Set the HTTP message protocol version.voidHttpHeader. setProtocol(Protocol protocol)Set the HTTP message protocol version.
-