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