open class TcpEventBusBridge
TCP EventBus bridge for Vert.x NOTE: This class has been automatically generated from the io.vertx.ext.eventbus.bridge.tcp.TcpEventBusBridge non RX-ified interface using Vert.x codegen.
TcpEventBusBridge(delegate: TcpEventBusBridge) |
static val __TYPE_ARG: TypeArg<TcpEventBusBridge> |
open fun close(handler: Handler<AsyncResult<Void>>): Unitopen fun close(): Unit
Close the current socket. |
|
open static fun create(vertx: Vertx): TcpEventBusBridgeopen static fun create(vertx: Vertx, options: BridgeOptions): TcpEventBusBridgeopen static fun create(vertx: Vertx, options: BridgeOptions, netServerOptions: NetServerOptions): TcpEventBusBridgeopen static fun create(vertx: Vertx, options: BridgeOptions, netServerOptions: NetServerOptions, eventHandler: Handler<BridgeEvent>): TcpEventBusBridge |
|
open fun equals(other: Any?): Boolean |
|
open fun getDelegate(): TcpEventBusBridge |
|
open fun hashCode(): Int |
|
open fun listen(): TcpEventBusBridge
Listen on default port 7000 open fun listen(handler: Handler<AsyncResult<TcpEventBusBridge>>): TcpEventBusBridge
Listen on default port 7000 with a handler to report the state of the socket listen operation. open fun listen(port: Int, address: String): TcpEventBusBridgeopen fun listen(port: Int, address: String, handler: Handler<AsyncResult<TcpEventBusBridge>>): TcpEventBusBridge
Listen on specific port and bind to specific address open fun listen(port: Int): TcpEventBusBridgeopen fun listen(port: Int, handler: Handler<AsyncResult<TcpEventBusBridge>>): TcpEventBusBridge
Listen on specific port |
|
open static fun newInstance(arg: TcpEventBusBridge): TcpEventBusBridge |
|
open fun rxClose(): Single<Void>
Close the current socket. |
|
open fun rxListen(): Single<TcpEventBusBridge>
Listen on default port 7000 with a handler to report the state of the socket listen operation. open fun rxListen(port: Int, address: String): Single<TcpEventBusBridge>
Listen on specific port and bind to specific address open fun rxListen(port: Int): Single<TcpEventBusBridge>
Listen on specific port |
|
open fun toString(): String |