Uses of Interface
io.kroxylicious.proxy.filter.filterresultbuilder.CloseOrTerminalStage
Packages that use CloseOrTerminalStage
-
Uses of CloseOrTerminalStage in io.kroxylicious.proxy.filter
Methods in io.kroxylicious.proxy.filter that return CloseOrTerminalStageModifier and TypeMethodDescriptionRequestFilterResultBuilder.errorResponse(org.apache.kafka.common.message.RequestHeaderData header, org.apache.kafka.common.protocol.ApiMessage requestMessage, org.apache.kafka.common.errors.ApiException apiException) Generate a short-circuit error response towards the client.A forward of a request or response message to the next filter in the chain.RequestFilterResultBuilder.shortCircuitResponse(org.apache.kafka.common.message.ResponseHeaderData header, org.apache.kafka.common.protocol.ApiMessage message) A short-circuit response towards the client.RequestFilterResultBuilder.shortCircuitResponse(org.apache.kafka.common.protocol.ApiMessage message) A short-circuit response towards the client.