AbstractNode(OtpTransportFactory transportFactory) |
|
AbstractNode(String node,
OtpTransportFactory transportFactory) |
Create a node with the given name, transport factory and the default
cookie.
|
AbstractNode(String name,
String cookie,
OtpTransportFactory transportFactory) |
Create a node with the given name, cookie and transport factory.
|
OtpLocalNode(String node,
OtpTransportFactory transportFactory) |
Create a node with the given name, transport factory and the default
cookie.
|
OtpLocalNode(String node,
String cookie,
OtpTransportFactory transportFactory) |
Create a node with the given name, cookie and transport factory.
|
OtpNode(String node,
OtpTransportFactory transportFactory) |
Create a node using the default cookie.
|
OtpNode(String node,
String cookie,
int port,
OtpTransportFactory transportFactory) |
Create a node.
|
OtpNode(String node,
String cookie,
OtpTransportFactory transportFactory) |
Create a node.
|
OtpPeer(String node,
OtpTransportFactory transportFactory) |
Create a peer node with custom transport factory.
|
OtpSelf(String node,
OtpTransportFactory transportFactory) |
Create a self node using the default cookie and custom transport factory.
|
OtpSelf(String node,
String cookie,
int port,
OtpTransportFactory transportFactory) |
Create a self node.
|
OtpSelf(String node,
String cookie,
OtpTransportFactory transportFactory) |
Create a self node.
|