Uses of Class
org.jboss.netty.handler.codec.http.HttpVersion
Packages that use HttpVersion
Package
Description
Encoder, decoder and their related message types for HTTP.
An RTSP
extension based on the HTTP codec.
Encoder, decoder, session handler and their related message types for the SPDY protocol.
-
Uses of HttpVersion in org.jboss.netty.handler.codec.http
Fields in org.jboss.netty.handler.codec.http declared as HttpVersionModifier and TypeFieldDescriptionstatic final HttpVersion
HttpVersion.HTTP_1_0
HTTP/1.0static final HttpVersion
HttpVersion.HTTP_1_1
HTTP/1.1private HttpVersion
DefaultHttpMessage.version
Methods in org.jboss.netty.handler.codec.http that return HttpVersionModifier and TypeMethodDescriptionDefaultHttpMessage.getProtocolVersion()
HttpMessage.getProtocolVersion()
Returns the protocol version of this message.static HttpVersion
Returns an existing or newHttpVersion
instance which matches to the specified protocol version string.Methods in org.jboss.netty.handler.codec.http with parameters of type HttpVersionModifier and TypeMethodDescriptionint
HttpVersion.compareTo
(HttpVersion o) void
DefaultHttpMessage.setProtocolVersion
(HttpVersion version) void
HttpMessage.setProtocolVersion
(HttpVersion version) Sets the protocol version of this message.Constructors in org.jboss.netty.handler.codec.http with parameters of type HttpVersionModifierConstructorDescriptionprotected
DefaultHttpMessage
(HttpVersion version) Creates a new instance.DefaultHttpRequest
(HttpVersion httpVersion, HttpMethod method, String uri) Creates a new instance.DefaultHttpResponse
(HttpVersion version, HttpResponseStatus status) Creates a new instance. -
Uses of HttpVersion in org.jboss.netty.handler.codec.rtsp
Fields in org.jboss.netty.handler.codec.rtsp declared as HttpVersionMethods in org.jboss.netty.handler.codec.rtsp that return HttpVersionModifier and TypeMethodDescriptionstatic HttpVersion
Returns an existing or newHttpVersion
instance which matches to the specified RTSP version string. -
Uses of HttpVersion in org.jboss.netty.handler.codec.spdy
Methods in org.jboss.netty.handler.codec.spdy that return HttpVersionModifier and TypeMethodDescriptionstatic HttpVersion
SpdyHeaders.getVersion
(int spdyVersion, SpdyHeadersFrame frame) Returns theHttpVersion
represented by the HTTP version header.Methods in org.jboss.netty.handler.codec.spdy with parameters of type HttpVersionModifier and TypeMethodDescriptionstatic void
SpdyHeaders.setVersion
(int spdyVersion, SpdyHeadersFrame frame, HttpVersion httpVersion) Sets the HTTP version header.