Package io.kroxylicious.proxy.frame


@ReturnValuesAreNonnullByDefault @DefaultAnnotationForParameters(edu.umd.cs.findbugs.annotations.NonNull.class) @DefaultAnnotation(edu.umd.cs.findbugs.annotations.NonNull.class) package io.kroxylicious.proxy.frame
  • Class
    Description
    Ancient versions of Kafka implemented SASL/GSSAPI by sending the token on the wire as length prefixed bytes (no Kafka protocol header).
    Ancient versions of Kafka implemented SASL/GSSAPI by sending the response on the wire as length prefixed bytes (no Kafka protocol header).
    Provides read and write access to byte buffer for serializing frames.
    DecodedFrame<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 an OpaqueFrame).
    DecodedRequestFrame<B extends org.apache.kafka.common.protocol.ApiMessage>
    A decoded request frame.
    DecodedResponseFrame<B extends org.apache.kafka.common.protocol.ApiMessage>
    A decoded response frame.
    A frame in the Kafka protocol, which may or may not be fully decoded.
    A frame in the Kafka protocol which has not been decoded.
    Used to represent Kafka requests that the proxy does not need to decode.
    Used to represent Kafka responses that the proxy does not need to decode.