ErlAbstractConnection Constructor NFX Class Library

[This is preliminary documentation and is subject to change.]

Overload List

  NameDescription
Protected methodErlAbstractConnection(ErlLocalNode, IErlTransport)
Accept an incoming connection from a remote node. Used by ErlLocalNode.Accept to create a connection based on data received when handshaking with the peer node, when the remote node is the connection intitiator.
Protected methodErlAbstractConnection(ErlLocalNode, ErlRemoteNode, Nullable ErlAtom , Boolean)
Intiate and open a connection to a remote node
Back to Top
See Also