Uses of Class
com.tailf.proto.ConfOutputStream
Package
Description
Data types and utilities for communication with the server.
Package containing java class representations of Erlang datatypes or terms
which are used internally in the communication between the Library and
ConfD/NCS.
-
Uses of ConfOutputStream in com.tailf.conf
Modifier and TypeMethodDescriptionstatic void
ConfInternal.flushToSocket
(Object socket, ConfOutputStream out) static void
ConfInternal.flushToSocket
(SelectionKey key, ConfOutputStream out) -
Uses of ConfOutputStream in com.tailf.proto
Modifier and TypeMethodDescriptionvoid
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.