Interface WithChannelInput<B,T>

All Superinterfaces:
HasChannelInput<T>
All Known Subinterfaces:
WithBinaryChannelInput<B>, WithChannelTransformer<B,I,O>
All Known Implementing Classes:
AbstractChannelTransformer, ChannelByteChunker, ChannelByteRanger, ChannelFrameDecoder, ChannelFrameEncoder, ChannelSplitter

public interface WithChannelInput<B,T> extends HasChannelInput<T>