Uses of Class
io.activej.csp.process.transformer.AbstractChannelTransformer
Packages that use AbstractChannelTransformer
-
Uses of AbstractChannelTransformer in io.activej.csp.process.transformer
Classes in io.activej.csp.process.transformer with type parameters of type AbstractChannelTransformerModifier and TypeClassDescriptionclassAbstractChannelTransformer<S extends AbstractChannelTransformer<S,I, O>, I, O> -
Uses of AbstractChannelTransformer in io.activej.csp.process.transformer.impl
Subclasses of AbstractChannelTransformer in io.activej.csp.process.transformer.implModifier 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>