OtpConnection |
OtpSelf.accept() |
Accept an incoming connection from a remote node.
|
OtpConnection |
OtpPeer.connect(OtpSelf self) |
Deprecated.
|
OtpConnection |
OtpSelf.connect(OtpPeer other) |
Open a connection to a remote node.
|
protected void |
AbstractConnection.doAccept() |
|
protected void |
AbstractConnection.doConnect(int port) |
|
OtpErlangObject |
OtpConnection.receive() |
Receive a message from a remote process.
|
OtpErlangObject |
OtpConnection.receive(long timeout) |
Receive a message from a remote process.
|
OtpInputStream |
OtpConnection.receiveBuf() |
Receive a raw (still encoded) message from a remote process.
|
OtpInputStream |
OtpConnection.receiveBuf(long timeout) |
Receive a raw (still encoded) message from a remote process.
|
OtpMsg |
OtpConnection.receiveMsg() |
Receive a messge complete with sender and recipient information.
|
OtpMsg |
OtpConnection.receiveMsg(long timeout) |
Receive a messge complete with sender and recipient information.
|
OtpErlangObject |
OtpConnection.receiveRPC() |
Receive an RPC reply from the remote Erlang node.
|
protected void |
AbstractConnection.recvChallengeAck(int our_challenge) |
|
protected int |
AbstractConnection.recvChallengeReply(int our_challenge) |
|