Uses of Interface
io.activej.csp.process.frame.FrameFormat
Packages that use FrameFormat
-
Uses of FrameFormat in io.activej.csp.process.frame
Methods in io.activej.csp.process.frame that return FrameFormatModifier and TypeMethodDescriptionstatic FrameFormatFrameFormats.compound(FrameFormat mainFormat, FrameFormat... otherFormats) A combination of different frame formats.static FrameFormatFrameFormats.identity()A frame format that does not change incoming data in any way.static FrameFormatFrameFormats.lz4()Creates a default LZ4 frame formatstatic FrameFormatFrameFormats.lz4Legacy()Deprecated.static FrameFormatFrameFormats.sizePrefixed()A frame format that encodes data preceding it with its size.static FrameFormatFrameFormats.withMagicNumber(FrameFormat frameFormat, byte[] magicNumber) A frame format that adds specified magic number to the start of the stream.Methods in io.activej.csp.process.frame with parameters of type FrameFormatModifier and TypeMethodDescriptionstatic ChannelFrameDecoder.BuilderChannelFrameDecoder.builder(FrameFormat format) static ChannelFrameEncoder.BuilderChannelFrameEncoder.builder(FrameFormat format) static FrameFormatFrameFormats.compound(FrameFormat mainFormat, FrameFormat... otherFormats) A combination of different frame formats.static ChannelFrameDecoderChannelFrameDecoder.create(FrameFormat format) static ChannelFrameEncoderChannelFrameEncoder.create(FrameFormat format) static FrameFormatFrameFormats.withMagicNumber(FrameFormat frameFormat, byte[] magicNumber) A frame format that adds specified magic number to the start of the stream. -
Uses of FrameFormat in io.activej.csp.process.frame.impl
Classes in io.activej.csp.process.frame.impl that implement FrameFormatModifier and TypeClassDescriptionfinal classfinal classfinal classfinal classDeprecated.final classfinal classFields in io.activej.csp.process.frame.impl declared as FrameFormatFields in io.activej.csp.process.frame.impl with type parameters of type FrameFormatConstructors in io.activej.csp.process.frame.impl with parameters of type FrameFormatConstructor parameters in io.activej.csp.process.frame.impl with type arguments of type FrameFormat