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(io.vertx.core.net.NetClientOptions options)
Create a TCP/SSL client using the specified options
|
Modifier and Type | Field and Description |
---|---|
static TypeArg<NetClient> |
NetClient.__TYPE_ARG |
Modifier and Type | Method and Description |
---|---|
static NetClient |
NetClient.newInstance(io.vertx.core.net.NetClient arg) |
Modifier and Type | Method and Description |
---|---|
io.reactivex.rxjava3.core.Single<StompClientConnection> |
StompClient.connect(int port,
String host,
NetClient net)
Connects to the server.
|
io.reactivex.rxjava3.core.Single<StompClientConnection> |
StompClient.connect(NetClient net)
Connects to the server.
|
io.reactivex.rxjava3.core.Single<StompClientConnection> |
StompClient.rxConnect(int port,
String host,
NetClient net)
Connects to the server.
|
io.reactivex.rxjava3.core.Single<StompClientConnection> |
StompClient.rxConnect(NetClient net)
Connects to the server.
|
Copyright © 2022 Eclipse. All rights reserved.