Uses of Class
org.jboss.netty.handler.codec.http.HttpVersion
-
Packages that use HttpVersion Package Description org.jboss.netty.handler.codec.http Encoder, decoder and their related message types for HTTP.org.jboss.netty.handler.codec.rtsp An RTSP extension based on the HTTP codec.org.jboss.netty.handler.codec.spdy 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 HttpVersion Modifier and Type Field Description static HttpVersionHttpVersion. HTTP_1_0HTTP/1.0static HttpVersionHttpVersion. HTTP_1_1HTTP/1.1private HttpVersionDefaultHttpMessage. versionMethods in org.jboss.netty.handler.codec.http that return HttpVersion Modifier and Type Method Description HttpVersionDefaultHttpMessage. getProtocolVersion()HttpVersionHttpMessage. getProtocolVersion()Returns the protocol version of this message.static HttpVersionHttpVersion. valueOf(java.lang.String text)Returns an existing or newHttpVersioninstance which matches to the specified protocol version string.Methods in org.jboss.netty.handler.codec.http with parameters of type HttpVersion Modifier and Type Method Description intHttpVersion. compareTo(HttpVersion o)voidDefaultHttpMessage. setProtocolVersion(HttpVersion version)voidHttpMessage. setProtocolVersion(HttpVersion version)Sets the protocol version of this message.Constructors in org.jboss.netty.handler.codec.http with parameters of type HttpVersion Constructor Description DefaultHttpMessage(HttpVersion version)Creates a new instance.DefaultHttpRequest(HttpVersion httpVersion, HttpMethod method, java.lang.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 HttpVersion Modifier and Type Field Description static HttpVersionRtspVersions. RTSP_1_0RTSP/1.0Methods in org.jboss.netty.handler.codec.rtsp that return HttpVersion Modifier and Type Method Description static HttpVersionRtspVersions. valueOf(java.lang.String text)Returns an existing or newHttpVersioninstance 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 HttpVersion Modifier and Type Method Description static HttpVersionSpdyHeaders. getVersion(int spdyVersion, SpdyHeadersFrame frame)Returns theHttpVersionrepresented by the HTTP version header.Methods in org.jboss.netty.handler.codec.spdy with parameters of type HttpVersion Modifier and Type Method Description static voidSpdyHeaders. setVersion(int spdyVersion, SpdyHeadersFrame frame, HttpVersion httpVersion)Sets the HTTP version header.
-