Uses of Interface
io.kroxylicious.proxy.frame.RequestFrame
Packages that use RequestFrame
Package
Description
io.kroxylicious.proxy.internal contains Kroxylicious internal code implementing Proxying functionality using Netty.
-
Uses of RequestFrame in io.kroxylicious.proxy.frame
Classes in io.kroxylicious.proxy.frame that implement RequestFrameModifier and TypeClassDescriptionclassAncient versions of Kafka implemented SASL/GSSAPI by sending the token on the wire as length prefixed bytes (no Kafka protocol header).classDecodedRequestFrame<B extends org.apache.kafka.common.protocol.ApiMessage>A decoded request frame.classUsed to represent Kafka requests that the proxy does not need to decode. -
Uses of RequestFrame in io.kroxylicious.proxy.internal
Classes in io.kroxylicious.proxy.internal that implement RequestFrameModifier and TypeClassDescriptionclassInternalRequestFrame<B extends org.apache.kafka.common.protocol.ApiMessage> -
Uses of RequestFrame in io.kroxylicious.proxy.internal.codec
Methods in io.kroxylicious.proxy.internal.codec with parameters of type RequestFrameModifier and TypeMethodDescriptionprotected voidKafkaRequestEncoder.encode(io.netty.channel.ChannelHandlerContext ctx, RequestFrame frame, io.netty.buffer.ByteBuf out)