Interface WithBinaryChannelInput<B>

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

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