Uses of Interface
io.activej.csp.dsl.ChannelTransformer
Packages that use ChannelTransformer
Package
Description
-
Uses of ChannelTransformer in io.activej.csp.dsl
Subinterfaces of ChannelTransformer in io.activej.csp.dslMethods in io.activej.csp.dsl that return ChannelTransformerModifier and TypeMethodDescriptionstatic <T> ChannelTransformer<T,T> ChannelTransformer.identity() -
Uses of ChannelTransformer in io.activej.csp.process
Classes in io.activej.csp.process that implement ChannelTransformerModifier and TypeClassDescriptionclassAbstractChannelTransformer<S extends AbstractChannelTransformer<S,I, O>, I, O> final classfinal classDrops exactly N bytes from a csp stream of byte buffers and limits that stream to exactly M bytes in lengthMethods in io.activej.csp.process that return ChannelTransformerModifier and TypeMethodDescriptionstatic ChannelTransformer<io.activej.bytebuf.ByteBuf,io.activej.bytebuf.ByteBuf> ChannelByteRanger.drop(long toDrop) static ChannelTransformer<io.activej.bytebuf.ByteBuf,io.activej.bytebuf.ByteBuf> ChannelByteRanger.limit(long limit) static ChannelTransformer<io.activej.bytebuf.ByteBuf,io.activej.bytebuf.ByteBuf> ChannelByteRanger.range(long offset, long length) -
Uses of ChannelTransformer in io.activej.csp.process.frames
Classes in io.activej.csp.process.frames that implement ChannelTransformer -
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.