Package | Description |
---|---|
io.vertx.rxjava3.core | |
io.vertx.rxjava3.core.net | |
io.vertx.rxjava3.ext.stomp |
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 | Field and Description |
---|---|
static io.vertx.lang.rx.TypeArg<NetClient> |
NetClient.__TYPE_ARG |
Modifier and Type | Method and Description |
---|---|
static NetClient |
NetClient.newInstance(NetClient arg) |
Modifier and Type | Method and Description |
---|---|
Single<StompClientConnection> |
StompClient.connect(int port,
String host,
NetClient net)
Connects to the server.
|
Single<StompClientConnection> |
StompClient.connect(NetClient net)
Connects to the server.
|
Single<StompClientConnection> |
StompClient.rxConnect(int port,
String host,
NetClient net)
Connects to the server.
|
Single<StompClientConnection> |
StompClient.rxConnect(NetClient net)
Connects to the server.
|
Copyright © 2022 Eclipse. All rights reserved.