Uses of Interface
io.gravitee.gateway.api.proxy.ProxyRequest
Packages that use ProxyRequest
Package
Description
-
Uses of ProxyRequest in io.gravitee.gateway.api
Methods in io.gravitee.gateway.api with parameters of type ProxyRequestModifier and TypeMethodDescriptionvoidConnector.request(ProxyRequest request, ExecutionContext context, Handler<ProxyConnection> proxyConnectionHandler) default voidConnector.request(ProxyRequest request, Handler<ProxyConnection> proxyConnectionHandler) -
Uses of ProxyRequest in io.gravitee.gateway.api.endpoint.resolver
Methods in io.gravitee.gateway.api.endpoint.resolver that return ProxyRequestModifier and TypeMethodDescriptiondefault ProxyRequestProxyEndpoint.createProxyRequest(Request request) ProxyEndpoint.createProxyRequest(Request request, Function<ProxyRequestBuilder, ProxyRequestBuilder> mapper) -
Uses of ProxyRequest in io.gravitee.gateway.api.proxy
Methods in io.gravitee.gateway.api.proxy that return ProxyRequest -
Uses of ProxyRequest in io.gravitee.gateway.api.proxy.builder
Classes in io.gravitee.gateway.api.proxy.builder that implement ProxyRequestMethods in io.gravitee.gateway.api.proxy.builder that return ProxyRequestModifier and TypeMethodDescriptionProxyRequestBuilder.build()ProxyRequestImpl.closeHandler(Handler<Void> closeHandler) -
Uses of ProxyRequest in io.gravitee.gateway.api.proxy.ws
Subinterfaces of ProxyRequest in io.gravitee.gateway.api.proxy.wsClasses in io.gravitee.gateway.api.proxy.ws that implement ProxyRequest