protected void |
AbstractConnection.do_send(OtpOutputStream header) |
|
protected void |
AbstractConnection.do_send(OtpOutputStream header,
OtpOutputStream payload) |
|
void |
OtpErlangAtom.encode(OtpOutputStream buf) |
Convert this atom to the equivalent Erlang external representation.
|
void |
OtpErlangBinary.encode(OtpOutputStream buf) |
Convert this binary to the equivalent Erlang external representation.
|
void |
OtpErlangBitstr.encode(OtpOutputStream buf) |
Convert this bitstr to the equivalent Erlang external representation.
|
void |
OtpErlangDouble.encode(OtpOutputStream buf) |
Convert this double to the equivalent Erlang external representation.
|
void |
OtpErlangExternalFun.encode(OtpOutputStream buf) |
|
void |
OtpErlangFun.encode(OtpOutputStream buf) |
|
void |
OtpErlangList.encode(OtpOutputStream buf) |
Convert this list to the equivalent Erlang external representation.
|
protected void |
OtpErlangList.encode(OtpOutputStream buf,
int start) |
|
void |
OtpErlangList.SubList.encode(OtpOutputStream stream) |
|
void |
OtpErlangLong.encode(OtpOutputStream buf) |
Convert this number to the equivalent Erlang external representation.
|
void |
OtpErlangMap.encode(OtpOutputStream buf) |
Convert this map to the equivalent Erlang external representation.
|
abstract void |
OtpErlangObject.encode(OtpOutputStream buf) |
Convert the object according to the rules of the Erlang external format.
|
void |
OtpErlangPid.encode(OtpOutputStream buf) |
Convert this PID to the equivalent Erlang external representation.
|
void |
OtpErlangPort.encode(OtpOutputStream buf) |
Convert this port to the equivalent Erlang external representation.
|
void |
OtpErlangRef.encode(OtpOutputStream buf) |
Convert this ref to the equivalent Erlang external representation.
|
void |
OtpErlangString.encode(OtpOutputStream buf) |
Convert this string to the equivalent Erlang external representation.
|
void |
OtpErlangTuple.encode(OtpOutputStream buf) |
Convert this tuple to the equivalent Erlang external representation.
|
protected void |
AbstractConnection.sendBuf(OtpErlangPid from,
OtpErlangPid dest,
OtpOutputStream payload) |
Send a pre-encoded message to a process on a remote node.
|
protected void |
AbstractConnection.sendBuf(OtpErlangPid from,
String dest,
OtpOutputStream payload) |
Send a pre-encoded message to a named process on a remote node.
|
void |
OtpConnection.sendBuf(OtpErlangPid dest,
OtpOutputStream payload) |
Send a pre-encoded message to a process on a remote node.
|
void |
OtpConnection.sendBuf(String dest,
OtpOutputStream payload) |
Send a pre-encoded message to a named process on a remote node.
|