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_ARG
Methods in io.vertx.rxjava3.core.http that return HttpConnection Modifier and Type Method Description HttpConnection
HttpConnection. closeHandler(Handler<Void> handler)
Set a close handler.HttpConnection
HttpClientRequest. connection()
HttpConnection
HttpServerRequest. connection()
HttpConnection
HttpConnection. exceptionHandler(Handler<Throwable> handler)
Set an handler called when a connection error happensHttpConnection
HttpConnection. goAway(long errorCode)
LikegoAway(long)
with a last stream id-1
which means to disallow any new stream creation.HttpConnection
HttpConnection. goAway(long errorCode, int lastStreamId)
LikegoAway(long)
with no buffer.HttpConnection
HttpConnection. goAway(long errorCode, int lastStreamId, Buffer debugData)
Send a go away frame to the remote endpoint of the connection.HttpConnection
HttpConnection. goAwayHandler(Handler<GoAway> handler)
Set an handler called when a frame is received.static HttpConnection
HttpConnection. newInstance(HttpConnection arg)
HttpConnection
HttpConnection. pingHandler(Handler<Buffer> handler)
Set an handler notified when a frame is received from the remote endpoint.HttpConnection
HttpConnection. remoteSettingsHandler(Handler<Http2Settings> handler)
Set an handler that is called when remote endpointHttp2Settings
are updated.HttpConnection
HttpConnection. setWindowSize(int windowSize)
Update the current connection wide window size to a new size.HttpConnection
HttpConnection. 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 HttpClient
HttpClient. connectionHandler(Handler<HttpConnection> handler)
Deprecated.HttpServer
HttpServer. connectionHandler(Handler<HttpConnection> handler)
Set a connection handler for the server.HttpClientBuilder
HttpClientBuilder. 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 HttpConnection
GrpcClientRequest. 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 HttpConnection
GrpcServerRequest. connection()
-