Class ChannelFrameEncoder

java.lang.Object
io.activej.csp.process.AbstractCommunicatingProcess
io.activej.csp.process.frames.ChannelFrameEncoder
All Implemented Interfaces:
io.activej.async.process.AsyncCloseable, io.activej.async.process.AsyncProcess, io.activej.common.initializer.WithInitializer<ChannelFrameEncoder>, 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>, HasChannelInput<io.activej.bytebuf.ByteBuf>, HasChannelOutput<io.activej.bytebuf.ByteBuf>, WithChannelInput<ChannelFrameEncoder,io.activej.bytebuf.ByteBuf>, WithChannelOutput<ChannelFrameEncoder,io.activej.bytebuf.ByteBuf>, WithChannelTransformer<ChannelFrameEncoder,io.activej.bytebuf.ByteBuf,io.activej.bytebuf.ByteBuf>

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