|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use HttpVersion | |
|---|---|
| org.jboss.netty.handler.codec.http2 | Encoder, decoder and their related message types for HTTP. |
| Uses of HttpVersion in org.jboss.netty.handler.codec.http2 |
|---|
| Fields in org.jboss.netty.handler.codec.http2 declared as HttpVersion | |
|---|---|
static HttpVersion |
HttpVersion.HTTP_1_0
HTTP/1.0 |
static HttpVersion |
HttpVersion.HTTP_1_1
HTTP/1.1 |
| Methods in org.jboss.netty.handler.codec.http2 that return HttpVersion | |
|---|---|
HttpVersion |
HttpMessage.getProtocolVersion()
Returns the protocol version of this message. |
HttpVersion |
DefaultHttpMessage.getProtocolVersion()
|
static HttpVersion |
HttpVersion.valueOf(String text)
Returns an existing or new HttpVersion instance which matches to
the specified protocol version string. |
| Methods in org.jboss.netty.handler.codec.http2 with parameters of type HttpVersion | |
|---|---|
int |
HttpVersion.compareTo(HttpVersion o)
|
void |
HttpMessage.setProtocolVersion(HttpVersion version)
Sets the protocol version of this message. |
void |
DefaultHttpMessage.setProtocolVersion(HttpVersion version)
|
| Constructors in org.jboss.netty.handler.codec.http2 with parameters of type HttpVersion | |
|---|---|
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. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||