Class ChannelFrameDecoder

java.lang.Object
io.activej.csp.process.AbstractCommunicatingProcess
io.activej.csp.process.frames.ChannelFrameDecoder
All Implemented Interfaces:
io.activej.async.process.AsyncCloseable, io.activej.async.process.AsyncProcess, io.activej.common.initializer.WithInitializer<ChannelFrameDecoder>, ChannelConsumerTransformer<io.activej.bytebuf.ByteBuf,ChannelConsumer<io.activej.bytebuf.ByteBuf>>, ChannelSupplierTransformer<io.activej.bytebuf.ByteBuf,ChannelSupplier<io.activej.bytebuf.ByteBuf>>, ChannelTransformer<io.activej.bytebuf.ByteBuf,io.activej.bytebuf.ByteBuf>, HasBinaryChannelInput, HasChannelInput<io.activej.bytebuf.ByteBuf>, HasChannelOutput<io.activej.bytebuf.ByteBuf>, WithBinaryChannelInput<ChannelFrameDecoder>, WithChannelInput<ChannelFrameDecoder,io.activej.bytebuf.ByteBuf>, WithChannelOutput<ChannelFrameDecoder,io.activej.bytebuf.ByteBuf>, WithChannelTransformer<ChannelFrameDecoder,io.activej.bytebuf.ByteBuf,io.activej.bytebuf.ByteBuf>

public final class ChannelFrameDecoder extends AbstractCommunicatingProcess implements WithChannelTransformer<ChannelFrameDecoder,io.activej.bytebuf.ByteBuf,io.activej.bytebuf.ByteBuf>, WithBinaryChannelInput<ChannelFrameDecoder>, io.activej.common.initializer.WithInitializer<ChannelFrameDecoder>