Uses of Class
io.vertx.rxjava.ext.eventbus.bridge.tcp.TcpEventBusBridge
-
Packages that use TcpEventBusBridge Package Description io.vertx.rxjava.ext.eventbus.bridge.tcp -
-
Uses of TcpEventBusBridge in io.vertx.rxjava.ext.eventbus.bridge.tcp
Fields in io.vertx.rxjava.ext.eventbus.bridge.tcp with type parameters of type TcpEventBusBridge Modifier and Type Field Description static TypeArg<TcpEventBusBridge>TcpEventBusBridge. __TYPE_ARGMethods in io.vertx.rxjava.ext.eventbus.bridge.tcp that return TcpEventBusBridge Modifier and Type Method Description static TcpEventBusBridgeTcpEventBusBridge. create(Vertx vertx)static TcpEventBusBridgeTcpEventBusBridge. create(Vertx vertx, BridgeOptions options)static TcpEventBusBridgeTcpEventBusBridge. create(Vertx vertx, BridgeOptions options, NetServerOptions netServerOptions)static TcpEventBusBridgeTcpEventBusBridge. create(Vertx vertx, BridgeOptions options, NetServerOptions netServerOptions, Handler<BridgeEvent> eventHandler)TcpEventBusBridgeTcpEventBusBridge. listen()Listen on default port 7000 with a handler to report the state of the socket listen operation.TcpEventBusBridgeTcpEventBusBridge. listen(int port)Listen on specific portTcpEventBusBridgeTcpEventBusBridge. listen(int port, Handler<AsyncResult<TcpEventBusBridge>> handler)Listen on specific portTcpEventBusBridgeTcpEventBusBridge. listen(int port, String address)Listen on specific port and bind to specific addressTcpEventBusBridgeTcpEventBusBridge. listen(int port, String address, Handler<AsyncResult<TcpEventBusBridge>> handler)Listen on specific port and bind to specific addressTcpEventBusBridgeTcpEventBusBridge. listen(Handler<AsyncResult<TcpEventBusBridge>> handler)Listen on default port 7000 with a handler to report the state of the socket listen operation.static TcpEventBusBridgeTcpEventBusBridge. newInstance(TcpEventBusBridge arg)Methods in io.vertx.rxjava.ext.eventbus.bridge.tcp that return types with arguments of type TcpEventBusBridge Modifier and Type Method 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 portrx.Single<TcpEventBusBridge>TcpEventBusBridge. rxListen(int port, String address)Listen on specific port and bind to specific addressMethod parameters in io.vertx.rxjava.ext.eventbus.bridge.tcp with type arguments of type TcpEventBusBridge Modifier and Type Method Description TcpEventBusBridgeTcpEventBusBridge. listen(int port, Handler<AsyncResult<TcpEventBusBridge>> handler)Listen on specific portTcpEventBusBridgeTcpEventBusBridge. listen(int port, String address, Handler<AsyncResult<TcpEventBusBridge>> handler)Listen on specific port and bind to specific addressTcpEventBusBridgeTcpEventBusBridge. listen(Handler<AsyncResult<TcpEventBusBridge>> handler)Listen on default port 7000 with a handler to report the state of the socket listen operation.
-