| Package | Description |
|---|---|
| io.vertx.ext.eventbus.bridge.tcp | |
| io.vertx.ext.groovy.eventbus.bridge.tcp | |
| io.vertx.ext.rxjava.eventbus.bridge.tcp |
| 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) |
TcpEventBusBridge |
TcpEventBusBridge.listen()
Listen on default port 7000
|
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
|
| 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
|
| Modifier and Type | Method and Description |
|---|---|
static TcpEventBusBridge |
TcpEventBusBridge_GroovyStaticExtension.create(TcpEventBusBridge j_receiver,
Vertx vertx,
Map<String,Object> options) |
static TcpEventBusBridge |
TcpEventBusBridge_GroovyStaticExtension.create(TcpEventBusBridge j_receiver,
Vertx vertx,
Map<String,Object> options,
Map<String,Object> netServerOptions) |
| Modifier and Type | Method and Description |
|---|---|
static TcpEventBusBridge |
TcpEventBusBridge_GroovyStaticExtension.create(TcpEventBusBridge j_receiver,
Vertx vertx,
Map<String,Object> options) |
static TcpEventBusBridge |
TcpEventBusBridge_GroovyStaticExtension.create(TcpEventBusBridge j_receiver,
Vertx vertx,
Map<String,Object> options,
Map<String,Object> netServerOptions) |
| Modifier and Type | Method and Description |
|---|---|
TcpEventBusBridge |
TcpEventBusBridge.getDelegate() |
| Modifier and Type | Method and Description |
|---|---|
static TcpEventBusBridge |
TcpEventBusBridge.newInstance(TcpEventBusBridge arg) |
| Constructor and Description |
|---|
TcpEventBusBridge(TcpEventBusBridge delegate) |
Copyright © 2017. All rights reserved.