Uses of Class
io.vertx.rxjava3.core.http.HttpConnection
-
Packages that use HttpConnection Package Description io.vertx.rxjava3.core.http io.vertx.rxjava3.grpc.client io.vertx.rxjava3.grpc.server -
-
Uses of HttpConnection in io.vertx.rxjava3.core.http
Fields in io.vertx.rxjava3.core.http with type parameters of type HttpConnection Modifier and Type Field Description static TypeArg<HttpConnection>HttpConnection. __TYPE_ARGMethods in io.vertx.rxjava3.core.http that return HttpConnection Modifier and Type Method Description HttpConnectionHttpConnection. closeHandler(Handler<Void> handler)Set a close handler.HttpConnectionHttpClientRequest. connection()HttpConnectionHttpServerRequest. connection()HttpConnectionHttpConnection. exceptionHandler(Handler<Throwable> handler)Set an handler called when a connection error happensHttpConnectionHttpConnection. goAway(long errorCode)LikegoAway(long)with a last stream id-1which means to disallow any new stream creation.HttpConnectionHttpConnection. goAway(long errorCode, int lastStreamId)LikegoAway(long)with no buffer.HttpConnectionHttpConnection. goAway(long errorCode, int lastStreamId, Buffer debugData)Send a go away frame to the remote endpoint of the connection.HttpConnectionHttpConnection. goAwayHandler(Handler<GoAway> handler)Set an handler called when a frame is received.static HttpConnectionHttpConnection. newInstance(HttpConnection arg)HttpConnectionHttpConnection. pingHandler(Handler<Buffer> handler)Set an handler notified when a frame is received from the remote endpoint.HttpConnectionHttpConnection. remoteSettingsHandler(Handler<Http2Settings> handler)Set an handler that is called when remote endpointHttp2Settingsare updated.HttpConnectionHttpConnection. setWindowSize(int windowSize)Update the current connection wide window size to a new size.HttpConnectionHttpConnection. shutdownHandler(Handler<Void> handler)Set an handler called when a frame has been sent or received and all connections are closed.Method parameters in io.vertx.rxjava3.core.http with type arguments of type HttpConnection Modifier and Type Method Description HttpClientHttpClient. connectionHandler(Handler<HttpConnection> handler)Deprecated.HttpServerHttpServer. connectionHandler(Handler<HttpConnection> handler)Set a connection handler for the server.HttpClientBuilderHttpClientBuilder. withConnectHandler(Handler<HttpConnection> handler)Set a connection handler for the client. -
Uses of HttpConnection in io.vertx.rxjava3.grpc.client
Methods in io.vertx.rxjava3.grpc.client that return HttpConnection Modifier and Type Method Description HttpConnectionGrpcClientRequest. connection() -
Uses of HttpConnection in io.vertx.rxjava3.grpc.server
Methods in io.vertx.rxjava3.grpc.server that return HttpConnection Modifier and Type Method Description HttpConnectionGrpcServerRequest. connection()
-