Uses of Interface
io.activej.csp.binary.codec.ByteBufsCodec
Packages that use ByteBufsCodec
-
Uses of ByteBufsCodec in io.activej.csp.binary.codec
Methods in io.activej.csp.binary.codec that return ByteBufsCodecModifier and TypeMethodDescriptionstatic ByteBufsCodec<io.activej.bytebuf.ByteBuf,io.activej.bytebuf.ByteBuf> ByteBufsCodecs.nullTerminated()static ByteBufsCodec<io.activej.bytebuf.ByteBuf,io.activej.bytebuf.ByteBuf> ByteBufsCodecs.ofDelimiter(ByteBufsDecoder<io.activej.bytebuf.ByteBuf> delimiterIn, UnaryOperator<io.activej.bytebuf.ByteBuf> delimiterOut) static <T> ByteBufsCodec<T,T> ByteBufsCodecs.ofStreamCodecs(StreamCodec<T> codec) static <I,O> ByteBufsCodec<I, O> ByteBufsCodecs.ofStreamCodecs(StreamDecoder<I> decoder, StreamEncoder<O> encoder) default <I1,O1> ByteBufsCodec<I1, O1> ByteBufsCodec.transform(io.activej.common.function.DecoderFunction<? super I, ? extends I1> decoder, Function<? super O1, ? extends O> encoder) -
Uses of ByteBufsCodec in io.activej.csp.binary.codec.impl
Classes in io.activej.csp.binary.codec.impl that implement ByteBufsCodec -
Uses of ByteBufsCodec in io.activej.csp.net
Methods in io.activej.csp.net with parameters of type ByteBufsCodecModifier and TypeMethodDescriptionstatic <I,O> Messaging<I, O> Messaging.create(ITcpSocket socket, ByteBufsCodec<I, O> serializer)