All Classes and Interfaces
Class
Description
Maintains a connection between a Java process and a remote Erlang, Java or C
node.
Represents an OTP node.
This class implements a generic FIFO queue.
Exception raised when a node attempts to establish a communication channel
when it is not authorized to do so, or when a node sends a message containing
an invalid cookie on an established channel.
Maintains a connection between a Java process and a remote Erlang, Java or C
node.
Maintains a connection between a Java process and a remote Erlang, Java or C
node.
Provides methods for registering, unregistering and looking up nodes with the
Erlang portmapper daemon (Epmd).
Provides a Java representation of Erlang atoms.
Provides a Java representation of Erlang binaries.
Provides a Java representation of Erlang bitstrs.
Provides a Java representation of Erlang booleans, which are special cases of
atoms with values 'true' and 'false'.
Provides a Java representation of Erlang integral types.
Provides a Java representation of Erlang integral types.
Exception raised when an attempt is made to create an Erlang term by decoding
a sequence of bytes that does not represent the type of term that was
requested.
Provides a Java representation of Erlang floats and doubles.
Base class for the other OTP erlang exception classes.
Exception raised when a communication channel is broken.
Provides a Java representation of Erlang floats and doubles.
Provides a Java representation of Erlang integral types.
Provides a Java representation of Erlang lists.
Provides a Java representation of Erlang integral types.
Provides a Java representation of Erlang maps.
Base class of the Erlang data type classes.
Provides a Java representation of Erlang PIDs.
Provides a Java representation of Erlang ports.
Exception raised when an attempt is made to create an Erlang term with data
that is out of range for the term in question.
Provides a Java representation of Erlang refs.
Provides a Java representation of Erlang integral types.
Provides a Java representation of Erlang strings.
Provides a Java representation of Erlang tuples.
Provides a Java representation of Erlang integral types.
Provides a Java representation of Erlang integral types.
Base class for the other OTP exception classes.
Provides a collection of constants used when encoding and decoding Erlang
terms.
Transport factory abstract class used to create client-side and server-side
transport instances defined using generic peers and local nodes (instead of
a host + port combination as expected in the base OtpTransportFactory).
Provides a stream for decoding Erlang terms from external format.
This class represents local node types.
Provides a simple mechanism for exchanging messages with Erlang processes or
other instances of this class.
Provides a carrier for Erlang messages.
Represents a local OTP node.
Provides a callback mechanism for receiving status change information about
other nodes in the system.
Provides a stream for encoding Erlang terms to external format, for
transmission or storage.
Represents a remote OTP node.
Represents an OTP node.
Deprecated.
Default socket-based server transport
Server-side connection-oriented transport interface.
Default socket-based client transport
Default socket-based transport factory
Client-side connection-oriented transport interface.
Factory class used to create client- and server-side transport instances.
OtpSelf
.