public interface MessagingServer
MessagingServer allows the creation of multiple bi-directional uni-cast connections with some peer.| Modifier and Type | Method and Description |
|---|---|
Address |
accept(Action<ConnectEvent<ObjectConnection>> action)
Creates an endpoint which a single peer can connect to.
|
Address accept(Action<ConnectEvent<ObjectConnection>> action)
action - The action to execute when the connection has been established.Copyright © 2013. All rights reserved