Uses of Interface
io.activej.csp.process.frames.FrameFormat
Packages that use FrameFormat
-
Uses of FrameFormat in io.activej.csp.process.frames
Classes in io.activej.csp.process.frames that implement FrameFormatModifier and TypeClassDescriptionfinal classfinal classDeprecated.Methods in io.activej.csp.process.frames 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.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.frames with parameters of type FrameFormatModifier and TypeMethodDescriptionstatic FrameFormatFrameFormats.compound(FrameFormat mainFormat, FrameFormat... otherFormats) A combination of different frame formats.static ChannelFrameDecoderChannelFrameDecoder.create(@NotNull FrameFormat format) static ChannelFrameEncoderChannelFrameEncoder.create(@NotNull FrameFormat format) static FrameFormatFrameFormats.withMagicNumber(FrameFormat frameFormat, byte[] magicNumber) A frame format that adds specified magic number to the start of the stream.