Uses of Class
io.vertx.mutiny.ext.eventbus.bridge.tcp.TcpEventBusBridge
Packages that use TcpEventBusBridge
-
Uses of TcpEventBusBridge in io.vertx.mutiny.ext.eventbus.bridge.tcp
Fields in io.vertx.mutiny.ext.eventbus.bridge.tcp with type parameters of type TcpEventBusBridgeModifier and TypeFieldDescriptionstatic final TypeArg<TcpEventBusBridge>TcpEventBusBridge.__TYPE_ARGMethods in io.vertx.mutiny.ext.eventbus.bridge.tcp that return TcpEventBusBridgeModifier and TypeMethodDescriptionTcpEventBusBridge.closeAndForget()Close the current socket.static TcpEventBusBridgestatic TcpEventBusBridgestatic TcpEventBusBridgeTcpEventBusBridge.create(Vertx vertx, io.vertx.ext.bridge.BridgeOptions options, io.vertx.core.net.NetServerOptions netServerOptions) static TcpEventBusBridgeTcpEventBusBridge.create(Vertx vertx, io.vertx.ext.bridge.BridgeOptions options, io.vertx.core.net.NetServerOptions netServerOptions, Consumer<BridgeEvent> eventHandler) TcpEventBusBridge.listenAndAwait()Start listening on the port and host as configured in theio.vertx.mutiny.core.net.NetServerOptionsused when creating the server.TcpEventBusBridge.listenAndAwait(int port) Start listening on the specified port and host "0.0.0.0", ignoring port and host configured in theio.vertx.mutiny.core.net.NetServerOptionsused when creating the server.TcpEventBusBridge.listenAndAwait(int port, String address) Start listening on the specified port and host, ignoring port and host configured in theio.vertx.mutiny.core.net.NetServerOptionsused when creating the server.TcpEventBusBridge.listenAndAwait(io.vertx.core.net.SocketAddress localAddress) Start listening on the specified local address, ignoring port and host configured in theNetServerOptionsused when creating the server.TcpEventBusBridge.listenAndForget()Start listening on the port and host as configured in theio.vertx.mutiny.core.net.NetServerOptionsused when creating the server.TcpEventBusBridge.listenAndForget(int port) Start listening on the specified port and host "0.0.0.0", ignoring port and host configured in theio.vertx.mutiny.core.net.NetServerOptionsused when creating the server.TcpEventBusBridge.listenAndForget(int port, String address) Start listening on the specified port and host, ignoring port and host configured in theio.vertx.mutiny.core.net.NetServerOptionsused when creating the server.TcpEventBusBridge.listenAndForget(io.vertx.core.net.SocketAddress localAddress) Start listening on the specified local address, ignoring port and host configured in theNetServerOptionsused when creating the server.static TcpEventBusBridgeTcpEventBusBridge.newInstance(io.vertx.ext.eventbus.bridge.tcp.TcpEventBusBridge delegate) Creates a new instance of theTcpEventBusBridge.Methods in io.vertx.mutiny.ext.eventbus.bridge.tcp that return types with arguments of type TcpEventBusBridgeModifier and TypeMethodDescriptionio.smallrye.mutiny.Uni<TcpEventBusBridge>TcpEventBusBridge.listen()Start listening on the port and host as configured in theio.vertx.mutiny.core.net.NetServerOptionsused when creating the server.io.smallrye.mutiny.Uni<TcpEventBusBridge>TcpEventBusBridge.listen(int port) Start listening on the specified port and host "0.0.0.0", ignoring port and host configured in theio.vertx.mutiny.core.net.NetServerOptionsused when creating the server.io.smallrye.mutiny.Uni<TcpEventBusBridge>Start listening on the specified port and host, ignoring port and host configured in theio.vertx.mutiny.core.net.NetServerOptionsused when creating the server.io.smallrye.mutiny.Uni<TcpEventBusBridge>TcpEventBusBridge.listen(io.vertx.core.net.SocketAddress localAddress) Start listening on the specified local address, ignoring port and host configured in theNetServerOptionsused when creating the server.