| Package | Description |
|---|---|
| io.vertx.rxjava.core | |
| io.vertx.rxjava.core.net |
| Modifier and Type | Method and Description |
|---|---|
NetClient |
Vertx.createNetClient()
Create a TCP/SSL client using default options
|
NetClient |
Vertx.createNetClient(NetClientOptions options)
Create a TCP/SSL client using the specified options
|
| Modifier and Type | Method and Description |
|---|---|
NetClient |
NetClient.connect(int port,
String host,
Handler<AsyncResult<NetSocket>> connectHandler)
Open a connection to a server at the specific
port and host. |
static NetClient |
NetClient.newInstance(NetClient arg) |
Copyright © 2015. All Rights Reserved.