Uses of Interface
io.vertx.ext.eventbus.bridge.tcp.TcpEventBusBridge
-
Packages that use TcpEventBusBridge Package Description io.vertx.ext.eventbus.bridge.tcp io.vertx.reactivex.ext.eventbus.bridge.tcp io.vertx.rxjava3.ext.eventbus.bridge.tcp -
-
Uses of TcpEventBusBridge in io.vertx.ext.eventbus.bridge.tcp
Methods in io.vertx.ext.eventbus.bridge.tcp that return TcpEventBusBridge Modifier and Type Method 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)
Methods in io.vertx.ext.eventbus.bridge.tcp that return types with arguments of type TcpEventBusBridge Modifier and Type Method Description Future<TcpEventBusBridge>
TcpEventBusBridge. listen()
Start listening on the port and host as configured in theNetServerOptions
used when creating the server.Future<TcpEventBusBridge>
TcpEventBusBridge. listen(int port)
Start listening on the specified port and host "0.0.0.0", ignoring port and host configured in theNetServerOptions
used when creating the server.Future<TcpEventBusBridge>
TcpEventBusBridge. listen(int port, String address)
Start listening on the specified port and host, ignoring port and host configured in theNetServerOptions
used when creating the server.default Future<TcpEventBusBridge>
TcpEventBusBridge. listen(SocketAddress localAddress)
Start listening on the specified local address, ignoring port and host configured in theNetServerOptions
used when creating the server. -
Uses of TcpEventBusBridge in io.vertx.reactivex.ext.eventbus.bridge.tcp
Methods in io.vertx.reactivex.ext.eventbus.bridge.tcp that return TcpEventBusBridge Modifier and Type Method Description TcpEventBusBridge
TcpEventBusBridge. getDelegate()
Methods in io.vertx.reactivex.ext.eventbus.bridge.tcp with parameters of type TcpEventBusBridge Modifier and Type Method Description static TcpEventBusBridge
TcpEventBusBridge. newInstance(TcpEventBusBridge arg)
Constructors in io.vertx.reactivex.ext.eventbus.bridge.tcp with parameters of type TcpEventBusBridge Constructor Description TcpEventBusBridge(TcpEventBusBridge delegate)
-
Uses of TcpEventBusBridge in io.vertx.rxjava3.ext.eventbus.bridge.tcp
Methods in io.vertx.rxjava3.ext.eventbus.bridge.tcp that return TcpEventBusBridge Modifier and Type Method Description TcpEventBusBridge
TcpEventBusBridge. getDelegate()
Methods in io.vertx.rxjava3.ext.eventbus.bridge.tcp with parameters of type TcpEventBusBridge Modifier and Type Method Description static TcpEventBusBridge
TcpEventBusBridge. newInstance(TcpEventBusBridge arg)
Constructors in io.vertx.rxjava3.ext.eventbus.bridge.tcp with parameters of type TcpEventBusBridge Constructor Description TcpEventBusBridge(TcpEventBusBridge delegate)
-