Uses of Interface
io.vertx.core.http.HttpFrame
-
Packages that use HttpFrame Package Description io.vertx.core.http -
-
Uses of HttpFrame in io.vertx.core.http
Methods in io.vertx.core.http with parameters of type HttpFrame Modifier and Type Method Description default Future<Void>HttpClientRequest. writeCustomFrame(HttpFrame frame)LikeHttpClientRequest.writeCustomFrame(int, int, Buffer)but with anHttpFrame.default Future<Void>HttpServerResponse. writeCustomFrame(HttpFrame frame)LikeHttpServerResponse.writeCustomFrame(int, int, Buffer)but with anHttpFrame.Method parameters in io.vertx.core.http with type arguments of type HttpFrame Modifier and Type Method Description HttpClientResponseHttpClientResponse. customFrameHandler(Handler<HttpFrame> handler)Set an custom frame handler.HttpServerRequestHttpServerRequest. customFrameHandler(Handler<HttpFrame> handler)Set a custom frame handler.
-