Uses of Interface
io.gravitee.gateway.reactive.api.context.http.HttpBaseRequest
Packages that use HttpBaseRequest
Package
Description
-
Uses of HttpBaseRequest in io.gravitee.gateway.reactive.api.context
Subinterfaces of HttpBaseRequest 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 HttpBaseRequest in io.gravitee.gateway.reactive.api.context.http
Subinterfaces of HttpBaseRequest in io.gravitee.gateway.reactive.api.context.httpModifier and TypeInterfaceDescriptioninterfaceRepresents 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.Methods in io.gravitee.gateway.reactive.api.context.http that return HttpBaseRequestModifier and TypeMethodDescriptionHttpBaseExecutionContext.request()Get the current request stuck to this execution context. -
Uses of HttpBaseRequest in io.gravitee.gateway.reactive.api.el
Constructors in io.gravitee.gateway.reactive.api.el with parameters of type HttpBaseRequestModifierConstructorDescriptionEvaluableRequest(HttpBaseRequest request) EvaluableRequest(HttpBaseRequest request, String content)
HttpBaseRequest