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