Uses of Class
io.vertx.mutiny.core.http.HttpFrame
Packages that use HttpFrame
-
Uses of HttpFrame in io.vertx.mutiny.core.http
Fields in io.vertx.mutiny.core.http with type parameters of type HttpFrameMethods in io.vertx.mutiny.core.http that return HttpFrameModifier and TypeMethodDescriptionstatic HttpFrame
HttpFrame.newInstance
(io.vertx.core.http.HttpFrame arg) Methods in io.vertx.mutiny.core.http with parameters of type HttpFrameModifier and TypeMethodDescriptionHttpClientRequest.writeCustomFrame
(HttpFrame frame) HttpServerResponse.writeCustomFrame
(HttpFrame frame) Method parameters in io.vertx.mutiny.core.http with type arguments of type HttpFrameModifier and TypeMethodDescriptionHttpClientResponse.customFrameHandler
(Consumer<HttpFrame> handler) HttpServerRequest.customFrameHandler
(Consumer<HttpFrame> handler)