Interface WithBinaryChannelInput<B>

All Superinterfaces:
HasBinaryChannelInput, HasChannelInput<io.activej.bytebuf.ByteBuf>, WithChannelInput<B,io.activej.bytebuf.ByteBuf>
All Known Implementing Classes:
ChannelFrameDecoder

public interface WithBinaryChannelInput<B> extends WithChannelInput<B,io.activej.bytebuf.ByteBuf>, HasBinaryChannelInput