Class DemuxingProtocolDecoder.DefaultConstructorMessageDecoderFactory
java.lang.Object
org.apache.mina.filter.codec.demux.DemuxingProtocolDecoder.DefaultConstructorMessageDecoderFactory
- All Implemented Interfaces:
MessageDecoderFactory
- Enclosing class:
DemuxingProtocolDecoder
private static class DemuxingProtocolDecoder.DefaultConstructorMessageDecoderFactory
extends Object
implements MessageDecoderFactory
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateDefaultConstructorMessageDecoderFactory(Class<?> decoderClass) -
Method Summary
-
Field Details
-
decoderClass
-
-
Constructor Details
-
DefaultConstructorMessageDecoderFactory
-
-
Method Details
-
getDecoder
Creates a new message decoder.- Specified by:
getDecoderin interfaceMessageDecoderFactory- Returns:
- The created decoder
- Throws:
Exception- If we weren't able to create the decoder
-