Package | Description |
---|---|
org.jboss.netty.handler.codec.http |
Encoder, decoder and their related message types for HTTP.
|
Modifier and Type | Field and Description |
---|---|
static HttpVersion |
HttpVersion.HTTP_1_0
HTTP/1.0
|
static HttpVersion |
HttpVersion.HTTP_1_1
HTTP/1.1
|
Modifier and Type | Method and Description |
---|---|
HttpVersion |
DefaultHttpMessage.getProtocolVersion() |
HttpVersion |
HttpMessage.getProtocolVersion()
Returns the protocol version of this message.
|
static HttpVersion |
HttpVersion.valueOf(String text)
Returns an existing or new
HttpVersion instance which matches to
the specified protocol version string. |
Modifier and Type | Method and Description |
---|---|
int |
HttpVersion.compareTo(HttpVersion o) |
Constructor and Description |
---|
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.
|
Copyright © 2008-2012 JBoss, by Red Hat. All Rights Reserved.