Package | Description |
---|---|
com.tailf.conf |
Data types and utilities for communication with the server.
|
com.tailf.proto |
Package containing java class representations of Erlang datatypes or terms
which are used internally in the communication between the Library and
ConfD/NCS.
|
Modifier and Type | Method and Description |
---|---|
static void |
ConfInternal.flushToSocket(Object socket,
ConfOutputStream out) |
static void |
ConfInternal.flushToSocket(SelectionKey key,
ConfOutputStream out) |
Modifier and Type | Method and Description |
---|---|
void |
ConfEAtom.encode(ConfOutputStream buf)
Convert this atom to the equivalent E external representation.
|
void |
ConfEBig.encode(ConfOutputStream buf)
Convert this number to the equivalent E external representation.
|
void |
ConfEBinary.encode(ConfOutputStream buf)
Convert this binary to the equivalent E external representation.
|
void |
ConfEDouble.encode(ConfOutputStream buf)
Convert this double to the equivalent E external representation.
|
void |
ConfEList.encode(ConfOutputStream buf)
Convert this list to the equivalent E external representation.
|
void |
ConfELong.encode(ConfOutputStream buf)
Convert this number to the equivalent E external representation.
|
abstract void |
ConfEObject.encode(ConfOutputStream buf)
Convert the object according to the rules of the E external format.
|
void |
ConfEPid.encode(ConfOutputStream buf)
Convert this pid to the equivalent E external representation.
|
void |
ConfERef.encode(ConfOutputStream buf)
Convert this ref to the equivalent E external representation.
|
void |
ConfEString.encode(ConfOutputStream buf)
Convert this string to the equivalent E external representation.
|
void |
ConfETuple.encode(ConfOutputStream buf)
Convert this tuple to the equivalent E external representation.
|