Package com.tailf.proto


package 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.
  • Class
    Description
    Provides a Java representation of E atoms.
    Provides a Java representation of E integral types.
    Provides a Java representation of E binaries.
    Provides a Java representation of E booleans, which are special cases of atoms with values 'true' and 'false'.
    Provides a Java representation of E integral types.
    Provides a Java representation of E integral types.
    Exception raised when an attempt is made to create an E term by decoding a sequence of bytes that does not represent the type of term that was requested.
    Provides a Java representation of E floats and doubles.
    Base class for the other Conf E exception classes.
    Provides a Java representation of E floats and doubles.
    Provides a Java representation of E integral types.
    Provides a Java representation of E lists.
    Provides a Java representation of E integral types.
    Base class of the E data type classes.
    Provides a Java representation of E pids.
    Exception raised when an attempt is made to create an E term with data that is out of range for the term in question.
    Provides a Java representation of E refs.
    Provides a Java representation of E integral types.
    Provides a Java representation of E strings.
    Provides a Java representation of E tuples.
    Provides a Java representation of E integral types.
    Provides a Java representation of E integral types.
    Provides a collection of constants used when encoding and decoding E terms.
    Provides a stream for decoding E terms from external format.
    Provides a stream for encoding E terms to external format, for transmission or storage.