Uses of Interface
io.gravitee.gateway.reactive.api.context.http.HttpBaseResponse
Packages that use HttpBaseResponse
Package
Description
-
Uses of HttpBaseResponse in io.gravitee.gateway.reactive.api.context
Subinterfaces of HttpBaseResponse 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 HttpBaseResponse in io.gravitee.gateway.reactive.api.context.http
Subinterfaces of HttpBaseResponse in io.gravitee.gateway.reactive.api.context.httpModifier and TypeInterfaceDescriptioninterfaceRepresents 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.Methods in io.gravitee.gateway.reactive.api.context.http that return HttpBaseResponse -
Uses of HttpBaseResponse in io.gravitee.gateway.reactive.api.el
Constructors in io.gravitee.gateway.reactive.api.el with parameters of type HttpBaseResponseModifierConstructorDescriptionEvaluableResponse(HttpBaseResponse response) EvaluableResponse(HttpBaseResponse response, String content)
HttpBaseResponse