Uses of Interface
io.gravitee.gateway.reactive.api.context.http.HttpBaseExecutionContext
Packages that use HttpBaseExecutionContext
Package
Description
-
Uses of HttpBaseExecutionContext in io.gravitee.gateway.reactive.api.context
Subinterfaces of HttpBaseExecutionContext 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.interfaceDeprecated, for removal: This API element is subject to removal in a future version. -
Uses of HttpBaseExecutionContext in io.gravitee.gateway.reactive.api.context.http
Subinterfaces of HttpBaseExecutionContext in io.gravitee.gateway.reactive.api.context.httpModifier and TypeInterfaceDescriptioninterfaceAllows accessing the specificities related toHttpPlainExecutionContextandHttpMessageExecutionContextfrom a http context that can mutate from plain to messages.interfaceSpecialize http execution context allowing access to anHttpMessageRequestandHttpMessageResponsethat manipulates flow of messages.interfaceHttp execution context allowing access toHttpPlainRequestandHttpPlainResponsethat manipulates raw http bodies (content or chunks).Methods in io.gravitee.gateway.reactive.api.context.http with parameters of type HttpBaseExecutionContextModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.CompletableHttpPlainResponse.end(HttpBaseExecutionContext ctx) End the response.
HttpExecutionContext