Package | Description |
---|---|
io.netty.handler.codec |
Extensible decoder and its common implementations which deal with the
packet fragmentation and reassembly issue found in a stream-based transport
such as TCP/IP.
|
io.netty.handler.codec.http |
Encoder, decoder and their related message types for HTTP.
|
Modifier and Type | Class and Description |
---|---|
static class |
DefaultHeaders.IdentityNameConverter<T>
A name converted which does not covert but instead just returns this
name unchanged |
Constructor and Description |
---|
DefaultHttpHeaders(boolean validate,
DefaultHeaders.NameConverter<CharSequence> nameConverter,
boolean singleHeaderFields) |
Copyright © 2008–2015 The Netty Project. All rights reserved.