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.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultHeadersImpl<K,V>
A concrete implementation of
DefaultHeaders that allows for direct instantiation. |
Modifier and Type | Method and Description |
---|---|
DefaultHeaders<K,V,T> |
DefaultHeaders.copy()
Returns a deep copy of this instance.
|
Copyright © 2008–2019 The Netty Project. All rights reserved.