Uses of Interface
io.gravitee.gateway.reactive.api.context.base.BaseRequest
Packages that use BaseRequest
Package
Description
-
Uses of BaseRequest in io.gravitee.gateway.reactive.api.context
Subinterfaces of BaseRequest 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.seeHttpPlainRequestinterfaceDeprecated, 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.seeHttpRequestinterfaceDeprecated, for removal: This API element is subject to removal in a future version.seeTcpRequest -
Uses of BaseRequest in io.gravitee.gateway.reactive.api.context.base
Subinterfaces of BaseRequest in io.gravitee.gateway.reactive.api.context.baseModifier and TypeInterfaceDescriptioninterfaceRepresents a request that can manipulate a flow of messages.interfaceRepresents a native request that can be specialized (e.g. -
Uses of BaseRequest in io.gravitee.gateway.reactive.api.context.http
Subinterfaces of BaseRequest in io.gravitee.gateway.reactive.api.context.httpModifier and TypeInterfaceDescriptioninterfaceBase interface for all http-based requests.interfaceRepresents a request that can manipulate a flow of messages.interfaceRepresents a request 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 BaseRequest in io.gravitee.gateway.reactive.api.context.kafka
Subinterfaces of BaseRequest in io.gravitee.gateway.reactive.api.context.kafkaModifier and TypeInterfaceDescriptioninterfaceRepresents a request that can manipulate a Kafka native request. -
Uses of BaseRequest in io.gravitee.gateway.reactive.api.context.tcp
Subinterfaces of BaseRequest in io.gravitee.gateway.reactive.api.context.tcpModifier and TypeInterfaceDescriptioninterfaceRequest specialized for TCP allowing piping traffic from client to backend.
HttpBaseRequest