org.littleshoot.util.mina
Interface DemuxableEncoderFactory


public interface DemuxableEncoderFactory


Method Summary
 Class getClassToEncode()
          Gets the class this factory is designed to encode.
 org.littleshoot.mina.filter.codec.ProtocolEncoder newEncoder()
          Creates a new encoder.
 

Method Detail

newEncoder

org.littleshoot.mina.filter.codec.ProtocolEncoder newEncoder()
Creates a new encoder.

Returns:
A new ProtocolEncoder.

getClassToEncode

Class getClassToEncode()
Gets the class this factory is designed to encode.

Returns:
The Class this factory is designed to encode.


Copyright © 2013 LittleShoot. All Rights Reserved.