void |
OtpMbox.link(OtpErlangPid to) |
Link to a remote mailbox or Erlang process.
|
OtpErlangObject |
OtpConnection.receive() |
Receive a message from a remote process.
|
OtpErlangObject |
OtpConnection.receive(long timeout) |
Receive a message from a remote process.
|
OtpErlangObject |
OtpMbox.receive() |
Block until a message arrives for this mailbox.
|
OtpErlangObject |
OtpMbox.receive(long timeout) |
Wait for a message to arrive for this mailbox.
|
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.
|
OtpInputStream |
OtpMbox.receiveBuf() |
Block until a message arrives for this mailbox.
|
OtpInputStream |
OtpMbox.receiveBuf(long timeout) |
Wait for a message to arrive for this mailbox.
|
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.
|
OtpMsg |
OtpMbox.receiveMsg() |
Block until a message arrives for this mailbox.
|
OtpMsg |
OtpMbox.receiveMsg(long timeout) |
Wait for a message to arrive for this mailbox.
|
OtpErlangObject |
OtpConnection.receiveRPC() |
Receive an RPC reply from the remote Erlang node.
|