Uses of Interface
io.gravitee.gateway.api.Request
Packages that use Request
Package
Description
-
Uses of Request in io.gravitee.gateway.api
Classes in io.gravitee.gateway.api that implement RequestFields in io.gravitee.gateway.api declared as RequestMethods in io.gravitee.gateway.api that return RequestModifier and TypeMethodDescriptionRequest.closeHandler(Handler<Void> closeHandler) RequestWrapper.closeHandler(Handler<Void> closeHandler) Request.customFrameHandler(Handler<HttpFrame> frameHandler) For HTTP/2 requestRequestWrapper.customFrameHandler(Handler<HttpFrame> frameHandler) ExecutionContext.request()Request.timeoutHandler(Handler<Long> timeoutHandler) Define anHandlerwhen the request timeout has been reachedRequestWrapper.timeoutHandler(Handler<Long> timeoutHandler) Constructors in io.gravitee.gateway.api with parameters of type Request -
Uses of Request in io.gravitee.gateway.api.context
Methods in io.gravitee.gateway.api.context that return RequestMethods in io.gravitee.gateway.api.context with parameters of type RequestModifier and TypeMethodDescriptionConstructors in io.gravitee.gateway.api.context with parameters of type Request -
Uses of Request in io.gravitee.gateway.api.el
Constructors in io.gravitee.gateway.api.el with parameters of type RequestModifierConstructorDescriptionEvaluableRequest(Request request) EvaluableRequest(Request request, String content) -
Uses of Request in io.gravitee.gateway.api.endpoint.resolver
Methods in io.gravitee.gateway.api.endpoint.resolver with parameters of type RequestModifier and TypeMethodDescriptiondefault ProxyRequestProxyEndpoint.createProxyRequest(Request request) ProxyEndpoint.createProxyRequest(Request request, Function<ProxyRequestBuilder, ProxyRequestBuilder> mapper) -
Uses of Request in io.gravitee.gateway.api.http.stream
Methods in io.gravitee.gateway.api.http.stream with parameters of type RequestModifier and TypeMethodDescription -
Uses of Request in io.gravitee.gateway.api.proxy.builder
Methods in io.gravitee.gateway.api.proxy.builder with parameters of type RequestConstructors in io.gravitee.gateway.api.proxy.builder with parameters of type Request -
Uses of Request in io.gravitee.gateway.api.proxy.ws
Constructors in io.gravitee.gateway.api.proxy.ws with parameters of type Request