Uses of Interface
io.kroxylicious.proxy.frame.ByteBufAccessor
Packages that use ByteBufAccessor
-
Uses of ByteBufAccessor in io.kroxylicious.proxy.frame
Methods in io.kroxylicious.proxy.frame with parameters of type ByteBufAccessorModifier and TypeMethodDescriptionvoidBareSaslRequest.encode(ByteBufAccessor out) voidBareSaslResponse.encode(ByteBufAccessor out) final voidDecodedFrame.encode(ByteBufAccessor out) voidFrame.encode(ByteBufAccessor out) Write the frame, including the size prefix, to the given buffervoidOpaqueFrame.encode(ByteBufAccessor out) -
Uses of ByteBufAccessor in io.kroxylicious.proxy.internal.codec
Classes in io.kroxylicious.proxy.internal.codec that implement ByteBufAccessorModifier and TypeClassDescriptionclassAn implementation of Kafka's Readable and Writable abstraction in terms of a Netty ByteBuf.