Uses of Class
io.vertx.rxjava3.ext.eventbus.bridge.tcp.TcpEventBusBridge
Packages that use TcpEventBusBridge
-
Uses of TcpEventBusBridge in io.vertx.rxjava3.ext.eventbus.bridge.tcp
Fields in io.vertx.rxjava3.ext.eventbus.bridge.tcp with type parameters of type TcpEventBusBridgeModifier and TypeFieldDescriptionstatic final io.vertx.lang.rx.TypeArg<TcpEventBusBridge> TcpEventBusBridge.__TYPE_ARGMethods in io.vertx.rxjava3.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) static TcpEventBusBridgeTcpEventBusBridge.newInstance(TcpEventBusBridge arg) Methods in io.vertx.rxjava3.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.TcpEventBusBridge.listen(SocketAddress localAddress) Start listening on the specified local address, ignoring port and host configured in the used when creating the server.TcpEventBusBridge.rxListen()Start listening on the port and host as configured in theNetServerOptionsused when creating the server.TcpEventBusBridge.rxListen(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.TcpEventBusBridge.rxListen(SocketAddress localAddress) Start listening on the specified local address, ignoring port and host configured in the used when creating the server.