Package | Description |
---|---|
io.vertx.reactivex.ext.eventbus.bridge.tcp |
Modifier and Type | Field and Description |
---|---|
static io.vertx.lang.rx.TypeArg<TcpEventBusBridge> |
TcpEventBusBridge.__TYPE_ARG |
Modifier and Type | Method and Description |
---|---|
static TcpEventBusBridge |
TcpEventBusBridge.create(Vertx vertx) |
static TcpEventBusBridge |
TcpEventBusBridge.create(Vertx vertx,
BridgeOptions options) |
static TcpEventBusBridge |
TcpEventBusBridge.create(Vertx vertx,
BridgeOptions options,
NetServerOptions netServerOptions) |
static TcpEventBusBridge |
TcpEventBusBridge.create(Vertx vertx,
BridgeOptions options,
NetServerOptions netServerOptions,
Handler<BridgeEvent> eventHandler) |
TcpEventBusBridge |
TcpEventBusBridge.listen()
Listen on default port 7000 with a handler to report the state of the socket listen operation.
|
TcpEventBusBridge |
TcpEventBusBridge.listen(Handler<AsyncResult<TcpEventBusBridge>> handler)
Listen on default port 7000 with a handler to report the state of the socket listen operation.
|
TcpEventBusBridge |
TcpEventBusBridge.listen(int port)
Listen on specific port
|
TcpEventBusBridge |
TcpEventBusBridge.listen(int port,
Handler<AsyncResult<TcpEventBusBridge>> handler)
Listen on specific port
|
TcpEventBusBridge |
TcpEventBusBridge.listen(int port,
String address)
Listen on specific port and bind to specific address
|
TcpEventBusBridge |
TcpEventBusBridge.listen(int port,
String address,
Handler<AsyncResult<TcpEventBusBridge>> handler)
Listen on specific port and bind to specific address
|
static TcpEventBusBridge |
TcpEventBusBridge.newInstance(TcpEventBusBridge arg) |
Modifier and Type | Method and Description |
---|---|
Single<TcpEventBusBridge> |
TcpEventBusBridge.rxListen()
Listen on default port 7000 with a handler to report the state of the socket listen operation.
|
Single<TcpEventBusBridge> |
TcpEventBusBridge.rxListen(int port)
Listen on specific port
|
Single<TcpEventBusBridge> |
TcpEventBusBridge.rxListen(int port,
String address)
Listen on specific port and bind to specific address
|
Modifier and Type | Method and Description |
---|---|
TcpEventBusBridge |
TcpEventBusBridge.listen(Handler<AsyncResult<TcpEventBusBridge>> handler)
Listen on default port 7000 with a handler to report the state of the socket listen operation.
|
TcpEventBusBridge |
TcpEventBusBridge.listen(int port,
Handler<AsyncResult<TcpEventBusBridge>> handler)
Listen on specific port
|
TcpEventBusBridge |
TcpEventBusBridge.listen(int port,
String address,
Handler<AsyncResult<TcpEventBusBridge>> handler)
Listen on specific port and bind to specific address
|
Copyright © 2021 Eclipse. All rights reserved.