Uses of Class
io.vertx.mutiny.core.http.HttpConnection
-
Packages that use HttpConnection Package Description io.vertx.mutiny.core.http -
-
Uses of HttpConnection in io.vertx.mutiny.core.http
Fields in io.vertx.mutiny.core.http with type parameters of type HttpConnection Modifier and Type Field Description static TypeArg<HttpConnection>
HttpConnection. __TYPE_ARG
Methods in io.vertx.mutiny.core.http that return HttpConnection Modifier and Type Method Description HttpConnection
HttpConnection. closeHandler(Runnable handler)
HttpConnection
HttpClientRequest. connection()
HttpConnection
HttpServerRequest. connection()
HttpConnection
HttpConnection. exceptionHandler(Consumer<Throwable> handler)
HttpConnection
HttpConnection. goAway(long errorCode)
HttpConnection
HttpConnection. goAway(long errorCode, int lastStreamId)
HttpConnection
HttpConnection. goAway(long errorCode, int lastStreamId, Buffer debugData)
HttpConnection
HttpConnection. goAwayHandler(Consumer<io.vertx.core.http.GoAway> handler)
static HttpConnection
HttpConnection. newInstance(io.vertx.core.http.HttpConnection arg)
HttpConnection
HttpConnection. pingAndForget(Buffer data)
Variant ofping(io.vertx.mutiny.core.buffer.Buffer)
that ignores the result of the operation.HttpConnection
HttpConnection. pingHandler(Consumer<Buffer> handler)
HttpConnection
HttpConnection. remoteSettingsHandler(Consumer<io.vertx.core.http.Http2Settings> handler)
HttpConnection
HttpConnection. setWindowSize(int windowSize)
HttpConnection
HttpConnection. shutdownHandler(Runnable handler)
HttpConnection
HttpConnection. updateSettingsAndForget(io.vertx.core.http.Http2Settings settings)
Variant ofupdateSettings(Http2Settings)
that ignores the result of the operation.Method parameters in io.vertx.mutiny.core.http with type arguments of type HttpConnection Modifier and Type Method Description HttpClient
HttpClient. connectionHandler(Consumer<HttpConnection> handler)
HttpServer
HttpServer. connectionHandler(Consumer<HttpConnection> handler)
-