Uses of Interface
io.kroxylicious.proxy.frame.Frame
Packages that use Frame
Package
Description
io.kroxylicious.proxy.internal contains Kroxylicious internal code implementing Proxying functionality using Netty.
-
Uses of Frame in io.kroxylicious.proxy.frame
Subinterfaces of Frame in io.kroxylicious.proxy.frameClasses in io.kroxylicious.proxy.frame that implement FrameModifier and TypeClassDescriptionclassAncient versions of Kafka implemented SASL/GSSAPI by sending the token on the wire as length prefixed bytes (no Kafka protocol header).classAncient versions of Kafka implemented SASL/GSSAPI by sending the response on the wire as length prefixed bytes (no Kafka protocol header).classDecodedFrame<H extends org.apache.kafka.common.protocol.ApiMessage,B extends org.apache.kafka.common.protocol.ApiMessage> A frame that has been decoded (as opposed to anOpaqueFrame).classDecodedRequestFrame<B extends org.apache.kafka.common.protocol.ApiMessage>A decoded request frame.classDecodedResponseFrame<B extends org.apache.kafka.common.protocol.ApiMessage>A decoded response frame.classA frame in the Kafka protocol which has not been decoded.classUsed to represent Kafka requests that the proxy does not need to decode.classUsed to represent Kafka responses that the proxy does not need to decode. -
Uses of Frame in io.kroxylicious.proxy.internal
Classes in io.kroxylicious.proxy.internal that implement FrameModifier and TypeClassDescriptionclassInternalRequestFrame<B extends org.apache.kafka.common.protocol.ApiMessage>classInternalResponseFrame<B extends org.apache.kafka.common.protocol.ApiMessage> -
Uses of Frame in io.kroxylicious.proxy.internal.codec
Methods in io.kroxylicious.proxy.internal.codec that return FrameModifier and TypeMethodDescriptionprotected FrameKafkaRequestDecoder.decodeHeaderAndBody(io.netty.channel.ChannelHandlerContext ctx, io.netty.buffer.ByteBuf in, int length) protected FrameKafkaResponseDecoder.decodeHeaderAndBody(io.netty.channel.ChannelHandlerContext ctx, io.netty.buffer.ByteBuf in, int length) Methods in io.kroxylicious.proxy.internal.codec with parameters of type Frame -
Uses of Frame in io.kroxylicious.proxy.internal.metrics
Methods in io.kroxylicious.proxy.internal.metrics with parameters of type Frame