| Package | Description | 
|---|---|
| io.vertx.rxjava3.core.http | 
| Modifier and Type | Field and Description | 
|---|---|
| static io.vertx.lang.rx.TypeArg<HttpConnection> | HttpConnection. __TYPE_ARG | 
| Modifier and Type | Method and 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 happens | 
| HttpConnection | HttpConnection. goAway(long errorCode)Like  goAway(long)with a last stream id-1which means to disallow any new stream creation. | 
| HttpConnection | HttpConnection. goAway(long errorCode,
      int lastStreamId)Like  goAway(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 endpoint  Http2Settingsare 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| HttpServer | HttpServer. connectionHandler(Handler<HttpConnection> handler)Set a connection handler for the server. | 
| HttpClient | HttpClient. connectionHandler(Handler<HttpConnection> handler)Set a connection handler for the client. | 
Copyright © 2023 Eclipse. All rights reserved.