Single<TcpEventBusBridge> |
TcpEventBusBridge.listen() |
Start listening on the port and host as configured in the NetServerOptions used when creating the server.
|
Single<TcpEventBusBridge> |
TcpEventBusBridge.listen(int port) |
Start listening on the specified port and host "0.0.0.0", ignoring port and host configured in the NetServerOptions used when creating the server.
|
Single<TcpEventBusBridge> |
TcpEventBusBridge.listen(int port,
String address) |
Start listening on the specified port and host, ignoring port and host configured in the NetServerOptions used when creating the server.
|
Single<TcpEventBusBridge> |
TcpEventBusBridge.listen(SocketAddress localAddress) |
Start listening on the specified local address, ignoring port and host configured in the used when creating the server.
|
Single<TcpEventBusBridge> |
TcpEventBusBridge.rxListen() |
Start listening on the port and host as configured in the NetServerOptions used when creating the server.
|
Single<TcpEventBusBridge> |
TcpEventBusBridge.rxListen(int port) |
Start listening on the specified port and host "0.0.0.0", ignoring port and host configured in the NetServerOptions used when creating the server.
|
Single<TcpEventBusBridge> |
TcpEventBusBridge.rxListen(int port,
String address) |
Start listening on the specified port and host, ignoring port and host configured in the NetServerOptions used when creating the server.
|
Single<TcpEventBusBridge> |
TcpEventBusBridge.rxListen(SocketAddress localAddress) |
Start listening on the specified local address, ignoring port and host configured in the used when creating the server.
|