Uses of Interface
io.activej.csp.binary.decoder.ByteBufsDecoder
Packages that use ByteBufsDecoder
Package
Description
-
Uses of ByteBufsDecoder in io.activej.csp.binary
Methods in io.activej.csp.binary with parameters of type ByteBufsDecoderModifier and TypeMethodDescriptionfinal <T> io.activej.promise.Promise<T>BinaryChannelSupplier.decode(ByteBufsDecoder<T> decoder) final <T> io.activej.promise.Promise<T>BinaryChannelSupplier.decodeRemaining(ByteBufsDecoder<T> decoder) final <T> ChannelSupplier<T>BinaryChannelSupplier.decodeStream(ByteBufsDecoder<T> decoder) -
Uses of ByteBufsDecoder in io.activej.csp.binary.codec
Methods in io.activej.csp.binary.codec with parameters of type ByteBufsDecoderModifier and TypeMethodDescriptionstatic ByteBufsCodec<io.activej.bytebuf.ByteBuf,io.activej.bytebuf.ByteBuf> ByteBufsCodecs.ofDelimiter(ByteBufsDecoder<io.activej.bytebuf.ByteBuf> delimiterIn, UnaryOperator<io.activej.bytebuf.ByteBuf> delimiterOut) -
Uses of ByteBufsDecoder in io.activej.csp.binary.codec.impl
Fields in io.activej.csp.binary.codec.impl declared as ByteBufsDecoderModifier and TypeFieldDescriptionfinal ByteBufsDecoder<io.activej.bytebuf.ByteBuf>OfDelimiter.delimiterInConstructors in io.activej.csp.binary.codec.impl with parameters of type ByteBufsDecoderModifierConstructorDescriptionOfDelimiter(UnaryOperator<io.activej.bytebuf.ByteBuf> delimiterOut, ByteBufsDecoder<io.activej.bytebuf.ByteBuf> delimiterIn) -
Uses of ByteBufsDecoder in io.activej.csp.binary.decoder
Methods in io.activej.csp.binary.decoder that return ByteBufsDecoderModifier and TypeMethodDescriptiondefault <V> ByteBufsDecoder<V>static ByteBufsDecoder<byte[]>ByteBufsDecoders.assertBytes(byte[] data) static ByteBufsDecoder<io.activej.bytebuf.ByteBuf>ByteBufsDecoders.ofByteSizePrefixedBytes()static ByteBufsDecoder<io.activej.bytebuf.ByteBuf>ByteBufsDecoders.ofByteSizePrefixedBytes(int maxSize) static ByteBufsDecoder<io.activej.bytebuf.ByteBuf>ByteBufsDecoders.ofCrlfTerminatedBytes()static ByteBufsDecoder<io.activej.bytebuf.ByteBuf>ByteBufsDecoders.ofCrlfTerminatedBytes(int maxSize) static ByteBufsDecoder<io.activej.bytebuf.ByteBuf>ByteBufsDecoders.ofCrTerminatedBytes()static ByteBufsDecoder<io.activej.bytebuf.ByteBuf>ByteBufsDecoders.ofCrTerminatedBytes(int maxSize) static ByteBufsDecoder<io.activej.bytebuf.ByteBuf>ByteBufsDecoders.ofFixedSize(int length) static ByteBufsDecoder<io.activej.bytebuf.ByteBuf>ByteBufsDecoders.ofIntSizePrefixedBytes()static ByteBufsDecoder<io.activej.bytebuf.ByteBuf>ByteBufsDecoders.ofIntSizePrefixedBytes(int maxSize) static ByteBufsDecoder<io.activej.bytebuf.ByteBuf>ByteBufsDecoders.ofNullTerminatedBytes()static ByteBufsDecoder<io.activej.bytebuf.ByteBuf>ByteBufsDecoders.ofNullTerminatedBytes(int maxSize) static ByteBufsDecoder<io.activej.bytebuf.ByteBuf>ByteBufsDecoders.ofShortSizePrefixedBytes()static ByteBufsDecoder<io.activej.bytebuf.ByteBuf>ByteBufsDecoders.ofShortSizePrefixedBytes(int maxSize) static ByteBufsDecoder<io.activej.bytebuf.ByteBuf>ByteBufsDecoders.ofVarIntSizePrefixedBytes()static ByteBufsDecoder<io.activej.bytebuf.ByteBuf>ByteBufsDecoders.ofVarIntSizePrefixedBytes(int maxSize) -
Uses of ByteBufsDecoder in io.activej.csp.binary.decoder.impl
Classes in io.activej.csp.binary.decoder.impl that implement ByteBufsDecoderModifier and TypeClassDescriptionclassclassclassclassclassfinal class