Package 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.

See:
          Description


Interface Summary
CodecEmbedder<E> A helper that wraps an encoder or a decoder (codec) so that they can be used without doing actual I/O in unit tests or higher level codecs.
 

Class Summary
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.
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.
 

Exception Summary
CodecEmbedderException A RuntimeException which is thrown when a CodecEmbedder failed to encode or decode the specified input.
 

Package org.jboss.netty.handler.codec.embedder Description

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.



Copyright © 2008-2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.