| Package | Description |
|---|---|
| io.netty.handler.codec.http |
Encoder, decoder and their related message types for HTTP.
|
| Modifier and Type | Method and Description |
|---|---|
HttpTransferEncoding |
HttpMessage.getTransferEncoding()
Returns the transfer encoding of this
HttpMessage. |
HttpTransferEncoding |
DefaultHttpMessage.getTransferEncoding() |
static HttpTransferEncoding |
HttpTransferEncoding.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HttpTransferEncoding[] |
HttpTransferEncoding.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HttpMessage.setTransferEncoding(HttpTransferEncoding te)
Sets the transfer encoding of this
HttpMessage. |
void |
DefaultHttpMessage.setTransferEncoding(HttpTransferEncoding te) |
Copyright © 2008-2012 The Netty Project. All Rights Reserved.