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_ARGMethods in io.vertx.mutiny.core.http that return HttpFrame Modifier and Type Method Description static HttpFrameHttpFrame. newInstance(io.vertx.core.http.HttpFrame arg)Methods in io.vertx.mutiny.core.http with parameters of type HttpFrame Modifier and Type Method Description HttpClientRequestHttpClientRequest. writeCustomFrame(HttpFrame frame)HttpServerResponseHttpServerResponse. writeCustomFrame(HttpFrame frame)Method parameters in io.vertx.mutiny.core.http with type arguments of type HttpFrame Modifier and Type Method Description HttpClientResponseHttpClientResponse. customFrameHandler(Consumer<HttpFrame> handler)HttpServerRequestHttpServerRequest. customFrameHandler(Consumer<HttpFrame> handler)
-