Package io.activej.csp.dsl
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
-
Method Summary
Methods inherited from interface io.activej.csp.dsl.HasBinaryChannelInput
getInputMethods inherited from interface io.activej.csp.dsl.WithChannelInput
withInput
-
Method Details
-
withInput
-