Uses of Interface
io.activej.csp.process.transformer.ChannelTransformer
Packages that use ChannelTransformer
Package
Description
-
Uses of ChannelTransformer in io.activej.csp.dsl
Subinterfaces of ChannelTransformer in io.activej.csp.dsl -
Uses of ChannelTransformer in io.activej.csp.process.frame
Classes in io.activej.csp.process.frame that implement ChannelTransformer -
Uses of ChannelTransformer in io.activej.csp.process.transformer
Classes in io.activej.csp.process.transformer that implement ChannelTransformerModifier and TypeClassDescriptionclassAbstractChannelTransformer<S extends AbstractChannelTransformer<S,I, O>, I, O> Methods in io.activej.csp.process.transformer that return ChannelTransformerModifier and TypeMethodDescriptionstatic ChannelTransformer<io.activej.bytebuf.ByteBuf,io.activej.bytebuf.ByteBuf> ChannelTransformers.chunkBytes(io.activej.common.MemSize minChunkSize, io.activej.common.MemSize maxChunkSize) static ChannelTransformer<io.activej.bytebuf.ByteBuf,io.activej.bytebuf.ByteBuf> ChannelTransformers.dropBytes(long toDrop) static <T> ChannelTransformer<T,T> ChannelTransformers.identity()static ChannelTransformer<io.activej.bytebuf.ByteBuf,io.activej.bytebuf.ByteBuf> ChannelTransformers.limitBytes(long limit) static ChannelTransformer<io.activej.bytebuf.ByteBuf,io.activej.bytebuf.ByteBuf> ChannelTransformers.rangeBytes(long offset, long length) -
Uses of ChannelTransformer in io.activej.csp.process.transformer.impl
Classes in io.activej.csp.process.transformer.impl that implement ChannelTransformerModifier and TypeClassDescriptionfinal classfinal classDrops exactly N bytes from a csp stream of byte buffers and limits that stream to exactly M bytes in lengthfinal classRateLimiter<T> -
Uses of ChannelTransformer in io.activej.csp.queue
Subinterfaces of ChannelTransformer in io.activej.csp.queueModifier and TypeInterfaceDescriptioninterfaceChannelQueue<T>Represents a queue of elements, which you canputortaketo pass fromChannelConsumertoChannelSupplier.Classes in io.activej.csp.queue that implement ChannelTransformerModifier and TypeClassDescriptionfinal classRepresents a queue of elements which you canputandtake.final classfinal classfinal classRepresents a buffer of zero capacity and stores only one value.