Class ChannelFrameEncoder

java.lang.Object
io.activej.reactor.AbstractReactive
io.activej.reactor.ImplicitlyReactive
io.activej.csp.process.AbstractCommunicatingProcess
io.activej.csp.process.frame.ChannelFrameEncoder
All Implemented Interfaces:
io.activej.async.process.AsyncCloseable, io.activej.async.process.ReactiveProcess, 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>, 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>, io.activej.reactor.Reactive

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