Uses of Interface
io.vertx.core.http.HttpFrame
-
Packages that use HttpFrame Package Description io.vertx.core.http io.vertx.reactivex.core.http io.vertx.rxjava3.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 HttpClientResponse
HttpClientResponse. customFrameHandler(Handler<HttpFrame> handler)
Set an custom frame handler.HttpServerRequest
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 HttpFrame Modifier and Type Method Description Completable
HttpClientRequest. rxWriteCustomFrame(HttpFrame frame)
Completable
HttpServerResponse. rxWriteCustomFrame(HttpFrame frame)
Future<Void>
HttpClientRequest. writeCustomFrame(HttpFrame frame)
Future<Void>
HttpServerResponse. writeCustomFrame(HttpFrame frame)
Method parameters in io.vertx.reactivex.core.http with type arguments of type HttpFrame Modifier and Type Method Description HttpClientResponse
HttpClientResponse. customFrameHandler(Handler<HttpFrame> handler)
Set an custom frame handler.HttpServerRequest
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 HttpFrame Modifier and Type Method Description Completable
HttpClientRequest. rxWriteCustomFrame(HttpFrame frame)
Completable
HttpServerResponse. rxWriteCustomFrame(HttpFrame frame)
Completable
HttpClientRequest. writeCustomFrame(HttpFrame frame)
Completable
HttpServerResponse. writeCustomFrame(HttpFrame frame)
Method parameters in io.vertx.rxjava3.core.http with type arguments of type HttpFrame Modifier and Type Method Description HttpClientResponse
HttpClientResponse. customFrameHandler(Handler<HttpFrame> handler)
Set an custom frame handler.HttpServerRequest
HttpServerRequest. customFrameHandler(Handler<HttpFrame> handler)
Set a custom frame handler.
-