Uses of Class
io.vertx.mutiny.core.http.HttpConnection
Packages that use HttpConnection
-
Uses of HttpConnection in io.vertx.mutiny.core.http
Fields in io.vertx.mutiny.core.http with type parameters of type HttpConnectionMethods in io.vertx.mutiny.core.http that return HttpConnectionModifier and TypeMethodDescriptionHttpConnection.closeHandler(Runnable handler) HttpClientRequest.connection()HttpServerRequest.connection()HttpConnection.exceptionHandler(Consumer<Throwable> handler) HttpConnection.goAway(long errorCode) HttpConnection.goAway(long errorCode, int lastStreamId) HttpConnection.goAwayHandler(Consumer<io.vertx.core.http.GoAway> handler) static HttpConnectionHttpConnection.newInstance(io.vertx.core.http.HttpConnection arg) HttpConnection.pingAndForget(Buffer data) Variant ofping(io.vertx.mutiny.core.buffer.Buffer)that ignores the result of the operation.HttpConnection.pingHandler(Consumer<Buffer> handler) HttpConnection.remoteSettingsHandler(Consumer<io.vertx.core.http.Http2Settings> handler) HttpConnection.setWindowSize(int windowSize) HttpConnection.shutdownHandler(Runnable handler) 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 HttpConnectionModifier and TypeMethodDescriptionHttpClient.connectionHandler(Consumer<HttpConnection> handler) Deprecated.HttpServer.connectionHandler(Consumer<HttpConnection> handler) HttpClientBuilder.withConnectHandler(Consumer<HttpConnection> handler)
HttpClientBuilder#withConnectHandler(Handler)