Uses of Interface
io.gravitee.gateway.api.http2.HttpFrame
Packages that use HttpFrame
Package
Description
-
Uses of HttpFrame in io.gravitee.gateway.api
Methods in io.gravitee.gateway.api with parameters of type HttpFrameMethod parameters in io.gravitee.gateway.api with type arguments of type HttpFrameModifier and TypeMethodDescriptionRequest.customFrameHandler(Handler<HttpFrame> frameHandler) For HTTP/2 requestRequestWrapper.customFrameHandler(Handler<HttpFrame> frameHandler) -
Uses of HttpFrame in io.gravitee.gateway.api.http2
Methods in io.gravitee.gateway.api.http2 that return HttpFrame -
Uses of HttpFrame in io.gravitee.gateway.api.proxy
Methods in io.gravitee.gateway.api.proxy with parameters of type HttpFrameModifier and TypeMethodDescriptiondefault ProxyConnectionProxyConnection.writeCustomFrame(HttpFrame frame) Write custom HTTP Frame to upstream.Method parameters in io.gravitee.gateway.api.proxy with type arguments of type HttpFrameModifier and TypeMethodDescriptiondefault ProxyResponseProxyResponse.customFrameHandler(Handler<HttpFrame> frameHandler) For HTTP/2 request