Uses of Interface
io.activej.csp.process.frame.BlockDecoder
Packages that use BlockDecoder
-
Uses of BlockDecoder in io.activej.csp.process.frame
Methods in io.activej.csp.process.frame that return BlockDecoderModifier and TypeMethodDescriptionFrameFormat.createDecoder()Creates a decoder which decodes data encoded byBlockEncoderMethods in io.activej.csp.process.frame with parameters of type BlockDecoderModifier and TypeMethodDescriptionstatic ChannelFrameDecoder.BuilderChannelFrameDecoder.builder(BlockDecoder decoder) static ChannelFrameDecoderChannelFrameDecoder.create(BlockDecoder decoder) -
Uses of BlockDecoder in io.activej.csp.process.frame.impl
Classes in io.activej.csp.process.frame.impl that implement BlockDecoderModifier and TypeClassDescriptionstatic final classstatic final classDeprecated.Methods in io.activej.csp.process.frame.impl that return BlockDecoderModifier and TypeMethodDescriptionCompound.createDecoder()Identity.createDecoder()LZ4.createDecoder()LZ4Legacy.createDecoder()Deprecated.MagicNumberAdapter.createDecoder()SizePrefixed.createDecoder()