Package io.kroxylicious.proxy.frame
Interface RequestFrame
- All Superinterfaces:
Frame
- All Known Implementing Classes:
BareSaslRequest,DecodedRequestFrame,InternalRequestFrame,OpaqueRequestFrame
-
Field Summary
Fields inherited from interface io.kroxylicious.proxy.frame.Frame
FRAME_SIZE_LENGTH -
Method Summary
Modifier and TypeMethodDescriptionbooleanWhether the response to this request should be decoded.default booleanWhether the Kafka Client expects a response to this requestMethods inherited from interface io.kroxylicious.proxy.frame.Frame
apiKeyId, apiVersion, correlationId, encode, estimateEncodedSize, isDecoded
-
Method Details
-
decodeResponse
boolean decodeResponse()Whether the response to this request should be decoded.- Returns:
- Whether the response to this request should be decoded.
-
hasResponse
default boolean hasResponse()Whether the Kafka Client expects a response to this request- Returns:
- Whether the Kafka Client expects a response to this request
-