Uses of Class
io.vertx.mutiny.core.http.HttpFrame
-
Packages that use HttpFrame Package Description io.vertx.mutiny.core.http -
-
Uses of HttpFrame in io.vertx.mutiny.core.http
Fields in io.vertx.mutiny.core.http with type parameters of type HttpFrame Modifier and Type Field Description static TypeArg<HttpFrame>
HttpFrame. __TYPE_ARG
Methods in io.vertx.mutiny.core.http that return HttpFrame Modifier and Type Method Description static HttpFrame
HttpFrame. newInstance(io.vertx.core.http.HttpFrame arg)
Methods in io.vertx.mutiny.core.http with parameters of type HttpFrame Modifier and Type Method Description HttpClientRequest
HttpClientRequest. writeCustomFrame(HttpFrame frame)
HttpServerResponse
HttpServerResponse. writeCustomFrame(HttpFrame frame)
Method parameters in io.vertx.mutiny.core.http with type arguments of type HttpFrame Modifier and Type Method Description HttpClientResponse
HttpClientResponse. customFrameHandler(Consumer<HttpFrame> handler)
HttpServerRequest
HttpServerRequest. customFrameHandler(Consumer<HttpFrame> handler)
-