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_ARGMethods in io.vertx.mutiny.core.http that return HttpConnection Modifier and Type Method Description HttpConnectionHttpConnection. closeHandler(Runnable handler)HttpConnectionHttpClientRequest. connection()HttpConnectionHttpServerRequest. connection()HttpConnectionHttpConnection. exceptionHandler(Consumer<Throwable> handler)HttpConnectionHttpConnection. goAway(long errorCode)HttpConnectionHttpConnection. goAway(long errorCode, int lastStreamId)HttpConnectionHttpConnection. goAway(long errorCode, int lastStreamId, Buffer debugData)HttpConnectionHttpConnection. goAwayHandler(Consumer<io.vertx.core.http.GoAway> handler)static HttpConnectionHttpConnection. newInstance(io.vertx.core.http.HttpConnection arg)HttpConnectionHttpConnection. pingAndForget(Buffer data)Variant ofping(io.vertx.mutiny.core.buffer.Buffer)that ignores the result of the operation.HttpConnectionHttpConnection. pingHandler(Consumer<Buffer> handler)HttpConnectionHttpConnection. remoteSettingsHandler(Consumer<io.vertx.core.http.Http2Settings> handler)HttpConnectionHttpConnection. setWindowSize(int windowSize)HttpConnectionHttpConnection. shutdownHandler(Runnable handler)HttpConnectionHttpConnection. 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 HttpClientHttpClient. connectionHandler(Consumer<HttpConnection> handler)HttpServerHttpServer. connectionHandler(Consumer<HttpConnection> handler)
-