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 | Interface and Description |
---|---|
static interface |
BinaryHeaders.EntryVisitor
A visitor that helps reduce GC pressure while iterating over a collection of
Headers . |
static interface |
TextHeaders.EntryVisitor
A visitor that helps reduce GC pressure while iterating over a collection of
Headers . |
Modifier and Type | Class and Description |
---|---|
class |
AsciiHeadersEncoder |
Modifier and Type | Method and Description |
---|---|
Map.Entry<T,T> |
DefaultHeaders.forEachEntry(Headers.EntryVisitor<T> visitor) |
Map.Entry<T,T> |
Headers.forEachEntry(Headers.EntryVisitor<T> visitor)
Provide a means of iterating over elements in this map with low GC
|
Map.Entry<T,T> |
EmptyHeaders.forEachEntry(Headers.EntryVisitor<T> visitor) |
Copyright © 2008–2015 The Netty Project. All rights reserved.