Uses of Interface
io.vertx.ext.eventbus.bridge.tcp.TcpEventBusBridge
Packages that use TcpEventBusBridge
Package
Description
-
Uses of TcpEventBusBridge in io.vertx.ext.eventbus.bridge.tcp
Methods in io.vertx.ext.eventbus.bridge.tcp that return TcpEventBusBridgeModifier and TypeMethodDescriptionstatic TcpEventBusBridgestatic 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) Methods in io.vertx.ext.eventbus.bridge.tcp that return types with arguments of type TcpEventBusBridgeModifier and TypeMethodDescriptionTcpEventBusBridge.listen()Start listening on the port and host as configured in theNetServerOptionsused when creating the server.TcpEventBusBridge.listen(int port) Start listening on the specified port and host "0.0.0.0", ignoring port and host configured in theNetServerOptionsused when creating the server.Start listening on the specified port and host, ignoring port and host configured in theNetServerOptionsused when creating the server.default Future<TcpEventBusBridge> TcpEventBusBridge.listen(SocketAddress localAddress) Start listening on the specified local address, ignoring port and host configured in theNetServerOptionsused 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 TcpEventBusBridgeMethods in io.vertx.reactivex.ext.eventbus.bridge.tcp with parameters of type TcpEventBusBridgeModifier and TypeMethodDescriptionstatic TcpEventBusBridgeTcpEventBusBridge.newInstance(TcpEventBusBridge arg) Constructors in io.vertx.reactivex.ext.eventbus.bridge.tcp with parameters of type TcpEventBusBridge -
Uses of TcpEventBusBridge in io.vertx.rxjava3.ext.eventbus.bridge.tcp
Methods in io.vertx.rxjava3.ext.eventbus.bridge.tcp that return TcpEventBusBridgeMethods in io.vertx.rxjava3.ext.eventbus.bridge.tcp with parameters of type TcpEventBusBridgeModifier and TypeMethodDescriptionstatic TcpEventBusBridgeTcpEventBusBridge.newInstance(TcpEventBusBridge arg) Constructors in io.vertx.rxjava3.ext.eventbus.bridge.tcp with parameters of type TcpEventBusBridge