Uses of Interface
io.activej.csp.binary.ByteBufsCodec
Packages that use ByteBufsCodec
-
Uses of ByteBufsCodec in io.activej.csp.binary
Methods in io.activej.csp.binary that return ByteBufsCodecModifier and TypeMethodDescriptiondefault <I1,O1> @NotNull ByteBufsCodec<I1, O1> ByteBufsCodec.andThen(DecoderFunction<? super I, ? extends I1> decoder, Function<? super O1, ? extends O> encoder) static ByteBufsCodec<io.activej.bytebuf.ByteBuf,io.activej.bytebuf.ByteBuf> Utils.nullTerminated()static @NotNull ByteBufsCodec<io.activej.bytebuf.ByteBuf,io.activej.bytebuf.ByteBuf> ByteBufsCodec.ofDelimiter(ByteBufsDecoder<io.activej.bytebuf.ByteBuf> delimiterIn, UnaryOperator<io.activej.bytebuf.ByteBuf> delimiterOut) -
Uses of ByteBufsCodec in io.activej.csp.net
Methods in io.activej.csp.net with parameters of type ByteBufsCodecModifier and TypeMethodDescriptionstatic <I,O> MessagingWithBinaryStreaming<I, O> MessagingWithBinaryStreaming.create(AsyncTcpSocket socket, ByteBufsCodec<I, O> serializer)