Package | Description |
---|---|
org.jboss.netty.handler.codec.embedder |
A helper that wraps an encoder or a decoder so that they can be used without
doing actual I/O in unit tests or higher level codecs.
|
Modifier and Type | Class and Description |
---|---|
class |
DecoderEmbedder<E>
A helper that wraps a decoder so that it can be used without doing actual
I/O in unit tests or higher level codecs.
|
class |
EncoderEmbedder<E>
A helper that wraps an encoder so that it can be used without doing actual
I/O in unit tests or higher level codecs.
|
Copyright © 2008-2014 The Netty Project. All Rights Reserved.