Uses of Interface
io.vertx.core.http.HttpFrame
Packages that use HttpFrame
-
Uses of HttpFrame in io.vertx.core.http
Methods in io.vertx.core.http with parameters of type HttpFrameModifier and TypeMethodDescriptionHttpClientRequest.writeCustomFrame(HttpFrame frame) LikeHttpClientRequest.writeCustomFrame(int, int, Buffer)but with anHttpFrame.HttpServerResponse.writeCustomFrame(HttpFrame frame) LikeHttpServerResponse.writeCustomFrame(int, int, Buffer)but with anHttpFrame.Method parameters in io.vertx.core.http with type arguments of type HttpFrameModifier and TypeMethodDescriptionHttpClientResponse.customFrameHandler(Handler<HttpFrame> handler) Set an custom frame handler.HttpServerRequest.customFrameHandler(Handler<HttpFrame> handler) Set a custom frame handler. -
Uses of HttpFrame in io.vertx.reactivex.core.http
Methods in io.vertx.reactivex.core.http with parameters of type HttpFrameModifier and TypeMethodDescriptionHttpClientRequest.rxWriteCustomFrame(HttpFrame frame) LikeHttpClientRequest.writeCustomFrame(int, int, Buffer)but with anHttpFrame.HttpServerResponse.rxWriteCustomFrame(HttpFrame frame) LikeHttpServerResponse.writeCustomFrame(int, int, Buffer)but with anHttpFrame.HttpClientRequest.writeCustomFrame(HttpFrame frame) LikeHttpClientRequest.writeCustomFrame(int, int, Buffer)but with anHttpFrame.HttpServerResponse.writeCustomFrame(HttpFrame frame) LikeHttpServerResponse.writeCustomFrame(int, int, Buffer)but with anHttpFrame.Method parameters in io.vertx.reactivex.core.http with type arguments of type HttpFrameModifier and TypeMethodDescriptionHttpClientResponse.customFrameHandler(Handler<HttpFrame> handler) Set an custom frame handler.HttpServerRequest.customFrameHandler(Handler<HttpFrame> handler) Set a custom frame handler. -
Uses of HttpFrame in io.vertx.rxjava3.core.http
Methods in io.vertx.rxjava3.core.http with parameters of type HttpFrameModifier and TypeMethodDescriptionHttpClientRequest.rxWriteCustomFrame(HttpFrame frame) LikeHttpClientRequest.writeCustomFrame(int, int, Buffer)but with anHttpFrame.HttpServerResponse.rxWriteCustomFrame(HttpFrame frame) LikeHttpServerResponse.writeCustomFrame(int, int, Buffer)but with anHttpFrame.HttpClientRequest.writeCustomFrame(HttpFrame frame) LikeHttpClientRequest.writeCustomFrame(int, int, Buffer)but with anHttpFrame.HttpServerResponse.writeCustomFrame(HttpFrame frame) LikeHttpServerResponse.writeCustomFrame(int, int, Buffer)but with anHttpFrame.Method parameters in io.vertx.rxjava3.core.http with type arguments of type HttpFrameModifier and TypeMethodDescriptionHttpClientResponse.customFrameHandler(Handler<HttpFrame> handler) Set an custom frame handler.HttpServerRequest.customFrameHandler(Handler<HttpFrame> handler) Set a custom frame handler.