Uses of Enum Class
org.glassfish.grizzly.http.Protocol
Packages that use Protocol
-
Uses of Protocol in org.glassfish.grizzly.http
Fields in org.glassfish.grizzly.http declared as ProtocolModifier and TypeFieldDescriptionprotected ProtocolHttpHeader.parsedProtocolprotected ProtocolHttpHeader.Builder.protocolMethods in org.glassfish.grizzly.http that return ProtocolModifier and TypeMethodDescriptionHttpHeader.getProtocol()Get HTTP protocol version.static ProtocolProtocol.valueOf(byte[] protocolBytes, int offset, int len) static ProtocolReturns the enum constant of this class with the specified name.static ProtocolProtocol.valueOf(org.glassfish.grizzly.Buffer protocolBuffer, int offset, int len) static ProtocolReturns the enum constant of this class with the specified name.static Protocol[]Protocol.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.glassfish.grizzly.http with parameters of type ProtocolModifier and TypeMethodDescriptionfinal TSet the HTTP message protocol version.voidHttpHeader.setProtocol(Protocol protocol) Set the HTTP message protocol version.