Uses of Interface
io.activej.csp.process.frame.BlockEncoder
Packages that use BlockEncoder
-
Uses of BlockEncoder in io.activej.csp.process.frame
Methods in io.activej.csp.process.frame that return BlockEncoderModifier and TypeMethodDescriptionFrameFormat.createEncoder()Creates an encoder which transforms input bufs into bufs of encoded dataMethods in io.activej.csp.process.frame with parameters of type BlockEncoderModifier and TypeMethodDescriptionstatic ChannelFrameEncoder.BuilderChannelFrameEncoder.builder(BlockEncoder encoder) static ChannelFrameEncoderChannelFrameEncoder.create(BlockEncoder encoder) -
Uses of BlockEncoder in io.activej.csp.process.frame.impl
Classes in io.activej.csp.process.frame.impl that implement BlockEncoderModifier and TypeClassDescriptionstatic final classstatic final classDeprecated.Methods in io.activej.csp.process.frame.impl that return BlockEncoderModifier and TypeMethodDescriptionCompound.createEncoder()Identity.createEncoder()LZ4.createEncoder()LZ4Legacy.createEncoder()Deprecated.MagicNumberAdapter.createEncoder()SizePrefixed.createEncoder()