Uses of Interface
io.kroxylicious.proxy.frame.ResponseFrame
Packages that use ResponseFrame
Package
Description
io.kroxylicious.proxy.internal contains Kroxylicious internal code implementing Proxying functionality using Netty.
-
Uses of ResponseFrame in io.kroxylicious.proxy.frame
Classes in io.kroxylicious.proxy.frame that implement ResponseFrameModifier and TypeClassDescriptionclassAncient versions of Kafka implemented SASL/GSSAPI by sending the response on the wire as length prefixed bytes (no Kafka protocol header).classDecodedResponseFrame<B extends org.apache.kafka.common.protocol.ApiMessage>A decoded response frame.classUsed to represent Kafka responses that the proxy does not need to decode. -
Uses of ResponseFrame in io.kroxylicious.proxy.internal
Classes in io.kroxylicious.proxy.internal that implement ResponseFrameModifier and TypeClassDescriptionclassInternalResponseFrame<B extends org.apache.kafka.common.protocol.ApiMessage>