Uses of Interface
io.gravitee.gateway.reactive.api.context.base.BaseResponse
Packages that use BaseResponse
Package
Description
-
Uses of BaseResponse in io.gravitee.gateway.reactive.api.context
Subinterfaces of BaseResponse in io.gravitee.gateway.reactive.api.contextModifier and TypeInterfaceDescriptioninterfaceDeprecated, for removal: This API element is subject to removal in a future version.interfaceDeprecated, for removal: This API element is subject to removal in a future version.interfaceDeprecated, for removal: This API element is subject to removal in a future version.interfaceDeprecated, for removal: This API element is subject to removal in a future version.seeHttpResponseinterfaceDeprecated, for removal: This API element is subject to removal in a future version.seeTcpResponse -
Uses of BaseResponse in io.gravitee.gateway.reactive.api.context.base
Subinterfaces of BaseResponse in io.gravitee.gateway.reactive.api.context.baseModifier and TypeInterfaceDescriptioninterfaceRepresents a response that can manipulate a flow of messages.interfaceRepresents a native response that can be specialized (e.g. -
Uses of BaseResponse in io.gravitee.gateway.reactive.api.context.http
Subinterfaces of BaseResponse in io.gravitee.gateway.reactive.api.context.httpModifier and TypeInterfaceDescriptioninterfaceBase interface for all http-based responses.interfaceRepresents a response that can manipulate a flow of messages.interfaceRepresents a response that can manipulate a plain http body (as a single buffer or a flow of chunks).interfaceAllows accessing the specificities related toHttpPlainRequestandHttpMessageResponsefrom a http request that can mutate from plain to messages. -
Uses of BaseResponse in io.gravitee.gateway.reactive.api.context.kafka
Subinterfaces of BaseResponse in io.gravitee.gateway.reactive.api.context.kafkaModifier and TypeInterfaceDescriptioninterfaceRepresents a response that can manipulate a Kafka native response. -
Uses of BaseResponse in io.gravitee.gateway.reactive.api.context.tcp
Subinterfaces of BaseResponse in io.gravitee.gateway.reactive.api.context.tcpModifier and TypeInterfaceDescriptioninterfaceResponse specialized for TCP allowing piping traffic from client to backend.
HttpBaseResponse