- elementAt(int) - Method in class com.ericsson.otp.erlang.OtpErlangList
-
Get the specified element from the list.
- elementAt(int) - Method in class com.ericsson.otp.erlang.OtpErlangList.SubList
-
- elementAt(int) - Method in class com.ericsson.otp.erlang.OtpErlangTuple
-
Get the specified element from the tuple.
- elements() - Method in class com.ericsson.otp.erlang.OtpErlangList
-
Get all the elements from the list as an array.
- elements() - Method in class com.ericsson.otp.erlang.OtpErlangList.SubList
-
- elements() - Method in class com.ericsson.otp.erlang.OtpErlangTuple
-
Get all the elements from the tuple as an array.
- encode(OtpOutputStream) - Method in class com.ericsson.otp.erlang.OtpErlangAtom
-
Convert this atom to the equivalent Erlang external representation.
- encode(OtpOutputStream) - Method in class com.ericsson.otp.erlang.OtpErlangBinary
-
Convert this binary to the equivalent Erlang external representation.
- encode(OtpOutputStream) - Method in class com.ericsson.otp.erlang.OtpErlangBitstr
-
Convert this bitstr to the equivalent Erlang external representation.
- encode(OtpOutputStream) - Method in class com.ericsson.otp.erlang.OtpErlangDouble
-
Convert this double to the equivalent Erlang external representation.
- encode(OtpOutputStream) - Method in class com.ericsson.otp.erlang.OtpErlangExternalFun
-
- encode(OtpOutputStream) - Method in class com.ericsson.otp.erlang.OtpErlangFun
-
- encode(OtpOutputStream) - Method in class com.ericsson.otp.erlang.OtpErlangList
-
Convert this list to the equivalent Erlang external representation.
- encode(OtpOutputStream) - Method in class com.ericsson.otp.erlang.OtpErlangList.SubList
-
- encode(OtpOutputStream) - Method in class com.ericsson.otp.erlang.OtpErlangLong
-
Convert this number to the equivalent Erlang external representation.
- encode(OtpOutputStream) - Method in class com.ericsson.otp.erlang.OtpErlangMap
-
Convert this map to the equivalent Erlang external representation.
- encode(OtpOutputStream) - Method in class com.ericsson.otp.erlang.OtpErlangObject
-
Convert the object according to the rules of the Erlang external format.
- encode(OtpOutputStream) - Method in class com.ericsson.otp.erlang.OtpErlangPid
-
Convert this PID to the equivalent Erlang external representation.
- encode(OtpOutputStream) - Method in class com.ericsson.otp.erlang.OtpErlangPort
-
Convert this port to the equivalent Erlang external representation.
- encode(OtpOutputStream) - Method in class com.ericsson.otp.erlang.OtpErlangRef
-
Convert this ref to the equivalent Erlang external representation.
- encode(OtpOutputStream) - Method in class com.ericsson.otp.erlang.OtpErlangString
-
Convert this string to the equivalent Erlang external representation.
- encode(OtpOutputStream) - Method in class com.ericsson.otp.erlang.OtpErlangTuple
-
Convert this tuple to the equivalent Erlang external representation.
- ensureCapacity(int) - Method in class com.ericsson.otp.erlang.OtpOutputStream
-
Increases the capacity of this OtpOutputStream instance, if
necessary, to ensure that it can hold at least the number of elements
specified by the minimum capacity argument.
- entrySet() - Method in class com.ericsson.otp.erlang.OtpErlangMap
-
make Set view of the map key-value pairs
- equals(Object) - Method in class com.ericsson.otp.erlang.OtpErlangAtom
-
Determine if two atoms are equal.
- equals(Object) - Method in class com.ericsson.otp.erlang.OtpErlangBitstr
-
Determine if two bitstrs are equal.
- equals(Object) - Method in class com.ericsson.otp.erlang.OtpErlangDouble
-
Determine if two floats are equal.
- equals(Object) - Method in class com.ericsson.otp.erlang.OtpErlangExternalFun
-
- equals(Object) - Method in class com.ericsson.otp.erlang.OtpErlangFun
-
- equals(Object) - Method in class com.ericsson.otp.erlang.OtpErlangList
-
Determine if two lists are equal.
- equals(Object) - Method in class com.ericsson.otp.erlang.OtpErlangLong
-
Determine if two numbers are equal.
- equals(Object) - Method in class com.ericsson.otp.erlang.OtpErlangMap
-
Determine if two maps are equal.
- equals(Object) - Method in class com.ericsson.otp.erlang.OtpErlangObject
-
Determine if two Erlang objects are equal.
- equals(Object) - Method in class com.ericsson.otp.erlang.OtpErlangPid
-
Determine if two PIDs are equal.
- equals(Object) - Method in class com.ericsson.otp.erlang.OtpErlangPort
-
Determine if two ports are equal.
- equals(Object) - Method in class com.ericsson.otp.erlang.OtpErlangRef
-
Determine if two refs are equal.
- equals(Object) - Method in class com.ericsson.otp.erlang.OtpErlangString
-
Determine if two strings are equal.
- equals(Object) - Method in class com.ericsson.otp.erlang.OtpErlangTuple
-
Determine if two tuples are equal.
- equals(Object) - Method in class com.ericsson.otp.erlang.OtpMbox
-
Determine if two mailboxes are equal.
- erlMax - Static variable in class com.ericsson.otp.erlang.OtpExternal
-
The largest value that can be encoded as an integer
- erlMin - Static variable in class com.ericsson.otp.erlang.OtpExternal
-
The smallest value that can be encoded as an integer
- exit(OtpErlangPid, OtpErlangObject) - Method in class com.ericsson.otp.erlang.OtpConnection
-
Send an exit signal to a remote process.
- exit(OtpErlangObject) - Method in class com.ericsson.otp.erlang.OtpMbox
-
Close this mailbox with the given reason.
- exit(String) - Method in class com.ericsson.otp.erlang.OtpMbox
-
Equivalent to exit(new OtpErlangAtom(reason))
.
- exit(OtpErlangPid, OtpErlangObject) - Method in class com.ericsson.otp.erlang.OtpMbox
-
Send an exit signal to a remote
pid
.
- exit(OtpErlangPid, String) - Method in class com.ericsson.otp.erlang.OtpMbox
-
Equivalent to exit(to, new
OtpErlangAtom(reason))
.
- exit2Tag - Static variable in class com.ericsson.otp.erlang.OtpMsg
-
- exitTag - Static variable in class com.ericsson.otp.erlang.OtpMsg
-
- externalFunTag - Static variable in class com.ericsson.otp.erlang.OtpExternal
-
The tag used for external Funs (M:F/A)
- OtpAuthException - Exception in com.ericsson.otp.erlang
-
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.
- OtpAuthException(String) - Constructor for exception com.ericsson.otp.erlang.OtpAuthException
-
Provides a detailed message.
- OtpConnection - Class in com.ericsson.otp.erlang
-
Maintains a connection between a Java process and a remote Erlang, Java or C
node.
- OtpCookedConnection - Class in com.ericsson.otp.erlang
-
Maintains a connection between a Java process and a remote Erlang, Java or C
node.
- OtpEpmd - Class in com.ericsson.otp.erlang
-
Provides methods for registering, unregistering and looking up nodes with the
Erlang portmapper daemon (Epmd).
- OtpErlangAtom - Class in com.ericsson.otp.erlang
-
Provides a Java representation of Erlang atoms.
- OtpErlangAtom(String) - Constructor for class com.ericsson.otp.erlang.OtpErlangAtom
-
Create an atom from the given string.
- OtpErlangAtom(OtpInputStream) - Constructor for class com.ericsson.otp.erlang.OtpErlangAtom
-
Create an atom from a stream containing an atom encoded in Erlang
external format.
- OtpErlangAtom(boolean) - Constructor for class com.ericsson.otp.erlang.OtpErlangAtom
-
Create an atom whose value is "true" or "false".
- OtpErlangBinary - Class in com.ericsson.otp.erlang
-
Provides a Java representation of Erlang binaries.
- OtpErlangBinary(byte[]) - Constructor for class com.ericsson.otp.erlang.OtpErlangBinary
-
Create a binary from a byte array
- OtpErlangBinary(OtpInputStream) - Constructor for class com.ericsson.otp.erlang.OtpErlangBinary
-
Create a binary from a stream containing a binary encoded in Erlang
external format.
- OtpErlangBinary(Object) - Constructor for class com.ericsson.otp.erlang.OtpErlangBinary
-
Create a binary from an arbitrary Java Object.
- OtpErlangBitstr - Class in com.ericsson.otp.erlang
-
Provides a Java representation of Erlang bitstrs.
- OtpErlangBitstr(byte[]) - Constructor for class com.ericsson.otp.erlang.OtpErlangBitstr
-
Create a bitstr from a byte array
- OtpErlangBitstr(byte[], int) - Constructor for class com.ericsson.otp.erlang.OtpErlangBitstr
-
Create a bitstr with pad bits from a byte array.
- OtpErlangBitstr(OtpInputStream) - Constructor for class com.ericsson.otp.erlang.OtpErlangBitstr
-
Create a bitstr from a stream containing a bitstr encoded in Erlang
external format.
- OtpErlangBitstr(Object) - Constructor for class com.ericsson.otp.erlang.OtpErlangBitstr
-
Create a bitstr from an arbitrary Java Object.
- OtpErlangBoolean - Class in com.ericsson.otp.erlang
-
Provides a Java representation of Erlang booleans, which are special cases of
atoms with values 'true' and 'false'.
- OtpErlangBoolean(boolean) - Constructor for class com.ericsson.otp.erlang.OtpErlangBoolean
-
Create a boolean from the given value
- OtpErlangBoolean(OtpInputStream) - Constructor for class com.ericsson.otp.erlang.OtpErlangBoolean
-
Create a boolean from a stream containing an atom encoded in Erlang
external format.
- OtpErlangByte - Class in com.ericsson.otp.erlang
-
Provides a Java representation of Erlang integral types.
- OtpErlangByte(byte) - Constructor for class com.ericsson.otp.erlang.OtpErlangByte
-
Create an Erlang integer from the given value.
- OtpErlangByte(OtpInputStream) - Constructor for class com.ericsson.otp.erlang.OtpErlangByte
-
Create an Erlang integer from a stream containing an integer encoded in
Erlang external format.
- OtpErlangChar - Class in com.ericsson.otp.erlang
-
Provides a Java representation of Erlang integral types.
- OtpErlangChar(char) - Constructor for class com.ericsson.otp.erlang.OtpErlangChar
-
Create an Erlang integer from the given value.
- OtpErlangChar(OtpInputStream) - Constructor for class com.ericsson.otp.erlang.OtpErlangChar
-
Create an Erlang integer from a stream containing an integer encoded in
Erlang external format.
- OtpErlangDecodeException - Exception in com.ericsson.otp.erlang
-
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.
- OtpErlangDecodeException(String) - Constructor for exception com.ericsson.otp.erlang.OtpErlangDecodeException
-
Provides a detailed message.
- OtpErlangDouble - Class in com.ericsson.otp.erlang
-
Provides a Java representation of Erlang floats and doubles.
- OtpErlangDouble(double) - Constructor for class com.ericsson.otp.erlang.OtpErlangDouble
-
Create an Erlang float from the given double value.
- OtpErlangDouble(OtpInputStream) - Constructor for class com.ericsson.otp.erlang.OtpErlangDouble
-
Create an Erlang float from a stream containing a double encoded in
Erlang external format.
- OtpErlangException - Exception in com.ericsson.otp.erlang
-
Base class for the other OTP erlang exception classes.
- OtpErlangException() - Constructor for exception com.ericsson.otp.erlang.OtpErlangException
-
Provides no message.
- OtpErlangException(String) - Constructor for exception com.ericsson.otp.erlang.OtpErlangException
-
Provides a detailed message.
- OtpErlangExit - Exception in com.ericsson.otp.erlang
-
Exception raised when a communication channel is broken.
- OtpErlangExit(OtpErlangObject) - Constructor for exception com.ericsson.otp.erlang.OtpErlangExit
-
Create an OtpErlangExit exception with the given reason.
- OtpErlangExit(String) - Constructor for exception com.ericsson.otp.erlang.OtpErlangExit
-
Equivalent to OtpErlangExit(new
OtpErlangAtom(reason)
.
- OtpErlangExit(OtpErlangObject, OtpErlangPid) - Constructor for exception com.ericsson.otp.erlang.OtpErlangExit
-
Create an OtpErlangExit exception with the given reason and sender pid.
- OtpErlangExit(String, OtpErlangPid) - Constructor for exception com.ericsson.otp.erlang.OtpErlangExit
-
Equivalent to OtpErlangExit(new OtpErlangAtom(reason),
pid)
.
- OtpErlangExternalFun - Class in com.ericsson.otp.erlang
-
- OtpErlangExternalFun(String, String, int) - Constructor for class com.ericsson.otp.erlang.OtpErlangExternalFun
-
- OtpErlangExternalFun(OtpInputStream) - Constructor for class com.ericsson.otp.erlang.OtpErlangExternalFun
-
- OtpErlangFloat - Class in com.ericsson.otp.erlang
-
Provides a Java representation of Erlang floats and doubles.
- OtpErlangFloat(float) - Constructor for class com.ericsson.otp.erlang.OtpErlangFloat
-
Create an Erlang float from the given float value.
- OtpErlangFloat(OtpInputStream) - Constructor for class com.ericsson.otp.erlang.OtpErlangFloat
-
Create an Erlang float from a stream containing a float encoded in Erlang
external format.
- OtpErlangFun - Class in com.ericsson.otp.erlang
-
- OtpErlangFun(OtpInputStream) - Constructor for class com.ericsson.otp.erlang.OtpErlangFun
-
- OtpErlangFun(OtpErlangPid, String, long, long, OtpErlangObject[]) - Constructor for class com.ericsson.otp.erlang.OtpErlangFun
-
- OtpErlangFun(OtpErlangPid, String, int, byte[], int, long, long, OtpErlangObject[]) - Constructor for class com.ericsson.otp.erlang.OtpErlangFun
-
- OtpErlangInt - Class in com.ericsson.otp.erlang
-
Provides a Java representation of Erlang integral types.
- OtpErlangInt(int) - Constructor for class com.ericsson.otp.erlang.OtpErlangInt
-
Create an Erlang integer from the given value.
- OtpErlangInt(OtpInputStream) - Constructor for class com.ericsson.otp.erlang.OtpErlangInt
-
Create an Erlang integer from a stream containing an integer encoded in
Erlang external format.
- OtpErlangList - Class in com.ericsson.otp.erlang
-
Provides a Java representation of Erlang lists.
- OtpErlangList() - Constructor for class com.ericsson.otp.erlang.OtpErlangList
-
Create an empty list.
- OtpErlangList(String) - Constructor for class com.ericsson.otp.erlang.OtpErlangList
-
Create a list of Erlang integers representing Unicode codePoints.
- OtpErlangList(OtpErlangObject) - Constructor for class com.ericsson.otp.erlang.OtpErlangList
-
Create a list containing one element.
- OtpErlangList(OtpErlangObject[]) - Constructor for class com.ericsson.otp.erlang.OtpErlangList
-
Create a list from an array of arbitrary Erlang terms.
- OtpErlangList(OtpErlangObject[], OtpErlangObject) - Constructor for class com.ericsson.otp.erlang.OtpErlangList
-
Create a list from an array of arbitrary Erlang terms.
- OtpErlangList(OtpErlangObject[], int, int) - Constructor for class com.ericsson.otp.erlang.OtpErlangList
-
Create a list from an array of arbitrary Erlang terms.
- OtpErlangList(OtpInputStream) - Constructor for class com.ericsson.otp.erlang.OtpErlangList
-
Create a list from a stream containing an list encoded in Erlang external
format.
- OtpErlangList.SubList - Class in com.ericsson.otp.erlang
-
- OtpErlangLong - Class in com.ericsson.otp.erlang
-
Provides a Java representation of Erlang integral types.
- OtpErlangLong(long) - Constructor for class com.ericsson.otp.erlang.OtpErlangLong
-
Create an Erlang integer from the given value.
- OtpErlangLong(BigInteger) - Constructor for class com.ericsson.otp.erlang.OtpErlangLong
-
Create an Erlang integer from the given value.
- OtpErlangLong(OtpInputStream) - Constructor for class com.ericsson.otp.erlang.OtpErlangLong
-
Create an Erlang integer from a stream containing an integer encoded in
Erlang external format.
- OtpErlangMap - Class in com.ericsson.otp.erlang
-
Provides a Java representation of Erlang maps.
- OtpErlangMap() - Constructor for class com.ericsson.otp.erlang.OtpErlangMap
-
Create an empty map.
- OtpErlangMap(OtpErlangObject[], OtpErlangObject[]) - Constructor for class com.ericsson.otp.erlang.OtpErlangMap
-
Create a map from an array of keys and an array of values.
- OtpErlangMap(OtpErlangObject[], int, int, OtpErlangObject[], int, int) - Constructor for class com.ericsson.otp.erlang.OtpErlangMap
-
Create a map from an array of terms.
- OtpErlangMap(OtpInputStream) - Constructor for class com.ericsson.otp.erlang.OtpErlangMap
-
Create a map from a stream containing a map encoded in Erlang external
format.
- OtpErlangObject - Class in com.ericsson.otp.erlang
-
Base class of the Erlang data type classes.
- OtpErlangObject() - Constructor for class com.ericsson.otp.erlang.OtpErlangObject
-
- OtpErlangPid - Class in com.ericsson.otp.erlang
-
Provides a Java representation of Erlang PIDs.
- OtpErlangPid(OtpInputStream) - Constructor for class com.ericsson.otp.erlang.OtpErlangPid
-
Create an Erlang PID from a stream containing a PID encoded in Erlang
external format.
- OtpErlangPid(String, int, int, int) - Constructor for class com.ericsson.otp.erlang.OtpErlangPid
-
Create an Erlang pid from its components.
- OtpErlangPort - Class in com.ericsson.otp.erlang
-
Provides a Java representation of Erlang ports.
- OtpErlangPort(OtpInputStream) - Constructor for class com.ericsson.otp.erlang.OtpErlangPort
-
Create an Erlang port from a stream containing a port encoded in Erlang
external format.
- OtpErlangPort(String, int, int) - Constructor for class com.ericsson.otp.erlang.OtpErlangPort
-
Create an Erlang port from its components.
- OtpErlangPort(int, String, int, int) - Constructor for class com.ericsson.otp.erlang.OtpErlangPort
-
Create an Erlang port from its components.
- OtpErlangRangeException - Exception in com.ericsson.otp.erlang
-
Exception raised when an attempt is made to create an Erlang term with data
that is out of range for the term in question.
- OtpErlangRangeException(String) - Constructor for exception com.ericsson.otp.erlang.OtpErlangRangeException
-
Provides a detailed message.
- OtpErlangRef - Class in com.ericsson.otp.erlang
-
Provides a Java representation of Erlang refs.
- OtpErlangRef(OtpInputStream) - Constructor for class com.ericsson.otp.erlang.OtpErlangRef
-
Create an Erlang ref from a stream containing a ref encoded in Erlang
external format.
- OtpErlangRef(String, int, int) - Constructor for class com.ericsson.otp.erlang.OtpErlangRef
-
Create an old style Erlang ref from its components.
- OtpErlangRef(String, int[], int) - Constructor for class com.ericsson.otp.erlang.OtpErlangRef
-
Create a new style Erlang ref from its components.
- OtpErlangRef(int, String, int[], int) - Constructor for class com.ericsson.otp.erlang.OtpErlangRef
-
Create a new(er) style Erlang ref from its components.
- OtpErlangShort - Class in com.ericsson.otp.erlang
-
Provides a Java representation of Erlang integral types.
- OtpErlangShort(short) - Constructor for class com.ericsson.otp.erlang.OtpErlangShort
-
Create an Erlang integer from the given value.
- OtpErlangShort(OtpInputStream) - Constructor for class com.ericsson.otp.erlang.OtpErlangShort
-
Create an Erlang integer from a stream containing an integer encoded in
Erlang external format.
- OtpErlangString - Class in com.ericsson.otp.erlang
-
Provides a Java representation of Erlang strings.
- OtpErlangString(String) - Constructor for class com.ericsson.otp.erlang.OtpErlangString
-
Create an Erlang string from the given string.
- OtpErlangString(OtpErlangList) - Constructor for class com.ericsson.otp.erlang.OtpErlangString
-
Create an Erlang string from a list of integers.
- OtpErlangString(OtpInputStream) - Constructor for class com.ericsson.otp.erlang.OtpErlangString
-
Create an Erlang string from a stream containing a string encoded in
Erlang external format.
- OtpErlangTuple - Class in com.ericsson.otp.erlang
-
Provides a Java representation of Erlang tuples.
- OtpErlangTuple(OtpErlangObject) - Constructor for class com.ericsson.otp.erlang.OtpErlangTuple
-
Create a unary tuple containing the given element.
- OtpErlangTuple(OtpErlangObject[]) - Constructor for class com.ericsson.otp.erlang.OtpErlangTuple
-
Create a tuple from an array of terms.
- OtpErlangTuple(OtpErlangObject[], int, int) - Constructor for class com.ericsson.otp.erlang.OtpErlangTuple
-
Create a tuple from an array of terms.
- OtpErlangTuple(OtpInputStream) - Constructor for class com.ericsson.otp.erlang.OtpErlangTuple
-
Create a tuple from a stream containing an tuple encoded in Erlang
external format.
- OtpErlangUInt - Class in com.ericsson.otp.erlang
-
Provides a Java representation of Erlang integral types.
- OtpErlangUInt(int) - Constructor for class com.ericsson.otp.erlang.OtpErlangUInt
-
Create an Erlang integer from the given value.
- OtpErlangUInt(OtpInputStream) - Constructor for class com.ericsson.otp.erlang.OtpErlangUInt
-
Create an Erlang integer from a stream containing an integer encoded in
Erlang external format.
- OtpErlangUShort - Class in com.ericsson.otp.erlang
-
Provides a Java representation of Erlang integral types.
- OtpErlangUShort(short) - Constructor for class com.ericsson.otp.erlang.OtpErlangUShort
-
Create an Erlang integer from the given value.
- OtpErlangUShort(OtpInputStream) - Constructor for class com.ericsson.otp.erlang.OtpErlangUShort
-
Create an Erlang integer from a stream containing an integer encoded in
Erlang external format.
- OtpException - Exception in com.ericsson.otp.erlang
-
Base class for the other OTP exception classes.
- OtpException() - Constructor for exception com.ericsson.otp.erlang.OtpException
-
Provides no message.
- OtpException(String) - Constructor for exception com.ericsson.otp.erlang.OtpException
-
Provides a detailed message.
- OtpExternal - Class in com.ericsson.otp.erlang
-
Provides a collection of constants used when encoding and decoding Erlang
terms.
- OtpInputStream - Class in com.ericsson.otp.erlang
-
Provides a stream for decoding Erlang terms from external format.
- OtpInputStream(byte[]) - Constructor for class com.ericsson.otp.erlang.OtpInputStream
-
- OtpInputStream(byte[], int) - Constructor for class com.ericsson.otp.erlang.OtpInputStream
-
Create a stream from a buffer containing encoded Erlang terms.
- OtpInputStream(byte[], int, int, int) - Constructor for class com.ericsson.otp.erlang.OtpInputStream
-
Create a stream from a buffer containing encoded Erlang terms at the
given offset and length.
- OtpLocalNode - Class in com.ericsson.otp.erlang
-
This class represents local node types.
- OtpMbox - Class in com.ericsson.otp.erlang
-
Provides a simple mechanism for exchanging messages with Erlang processes or
other instances of this class.
- OtpMsg - Class in com.ericsson.otp.erlang
-
Provides a carrier for Erlang messages.
- OtpNode - Class in com.ericsson.otp.erlang
-
Represents a local OTP node.
- OtpNode(String) - Constructor for class com.ericsson.otp.erlang.OtpNode
-
Create a node using the default cookie.
- OtpNode(String, OtpTransportFactory) - Constructor for class com.ericsson.otp.erlang.OtpNode
-
Create a node using the default cookie.
- OtpNode(String, String) - Constructor for class com.ericsson.otp.erlang.OtpNode
-
Create a node.
- OtpNode(String, String, OtpTransportFactory) - Constructor for class com.ericsson.otp.erlang.OtpNode
-
Create a node.
- OtpNode(String, String, int) - Constructor for class com.ericsson.otp.erlang.OtpNode
-
Create a node.
- OtpNode(String, String, int, OtpTransportFactory) - Constructor for class com.ericsson.otp.erlang.OtpNode
-
Create a node.
- OtpNode.Acceptor - Class in com.ericsson.otp.erlang
-
- OtpNode.Mailboxes - Class in com.ericsson.otp.erlang
-
- OtpNodeStatus - Class in com.ericsson.otp.erlang
-
Provides a callback mechanism for receiving status change information about
other nodes in the system.
- OtpNodeStatus() - Constructor for class com.ericsson.otp.erlang.OtpNodeStatus
-
- OtpOutputStream - Class in com.ericsson.otp.erlang
-
Provides a stream for encoding Erlang terms to external format, for
transmission or storage.
- OtpOutputStream() - Constructor for class com.ericsson.otp.erlang.OtpOutputStream
-
Create a stream with the default initial size (2048 bytes).
- OtpOutputStream(int) - Constructor for class com.ericsson.otp.erlang.OtpOutputStream
-
Create a stream with the specified initial size.
- OtpOutputStream(OtpErlangObject) - Constructor for class com.ericsson.otp.erlang.OtpOutputStream
-
Create a stream containing the encoded version of the given Erlang term.
- OtpPeer - Class in com.ericsson.otp.erlang
-
Represents a remote OTP node.
- OtpPeer(String) - Constructor for class com.ericsson.otp.erlang.OtpPeer
-
Create a peer node.
- OtpPeer(String, OtpTransportFactory) - Constructor for class com.ericsson.otp.erlang.OtpPeer
-
Create a peer node with custom transport factory.
- OtpSelf - Class in com.ericsson.otp.erlang
-
Represents an OTP node.
- OtpSelf(String) - Constructor for class com.ericsson.otp.erlang.OtpSelf
-
Create a self node using the default cookie.
- OtpSelf(String, OtpTransportFactory) - Constructor for class com.ericsson.otp.erlang.OtpSelf
-
Create a self node using the default cookie and custom transport factory.
- OtpSelf(String, String) - Constructor for class com.ericsson.otp.erlang.OtpSelf
-
Create a self node.
- OtpSelf(String, String, OtpTransportFactory) - Constructor for class com.ericsson.otp.erlang.OtpSelf
-
Create a self node.
- OtpSelf(String, String, int) - Constructor for class com.ericsson.otp.erlang.OtpSelf
-
Create a self node.
- OtpSelf(String, String, int, OtpTransportFactory) - Constructor for class com.ericsson.otp.erlang.OtpSelf
-
Create a self node.
- OtpServerSocketTransport - Class in com.ericsson.otp.erlang
-
Default socket-based server transport
- OtpServerSocketTransport(int) - Constructor for class com.ericsson.otp.erlang.OtpServerSocketTransport
-
- OtpServerTransport - Interface in com.ericsson.otp.erlang
-
Server-side connection-oriented transport interface.
- OtpSocketTransport - Class in com.ericsson.otp.erlang
-
Default socket-based client transport
- OtpSocketTransport(String, int) - Constructor for class com.ericsson.otp.erlang.OtpSocketTransport
-
- OtpSocketTransport(InetAddress, int) - Constructor for class com.ericsson.otp.erlang.OtpSocketTransport
-
- OtpSocketTransport(Socket) - Constructor for class com.ericsson.otp.erlang.OtpSocketTransport
-
Socket wrapping constructor
- OtpSocketTransportFactory - Class in com.ericsson.otp.erlang
-
Default socket-based transport factory
- OtpSocketTransportFactory() - Constructor for class com.ericsson.otp.erlang.OtpSocketTransportFactory
-
- OtpTransport - Interface in com.ericsson.otp.erlang
-
Client-side connection-oriented transport interface.
- OtpTransportFactory - Interface in com.ericsson.otp.erlang
-
Factory class used to create client- and server-side transport instances.
- read1() - Method in class com.ericsson.otp.erlang.OtpInputStream
-
Read a one byte integer from the stream.
- read1skip_version() - Method in class com.ericsson.otp.erlang.OtpInputStream
-
- read2BE() - Method in class com.ericsson.otp.erlang.OtpInputStream
-
Read a two byte big endian integer from the stream.
- read2LE() - Method in class com.ericsson.otp.erlang.OtpInputStream
-
Read a two byte little endian integer from the stream.
- read4BE() - Method in class com.ericsson.otp.erlang.OtpInputStream
-
Read a four byte big endian integer from the stream.
- read4LE() - Method in class com.ericsson.otp.erlang.OtpInputStream
-
Read a four byte little endian integer from the stream.
- read_any() - Method in class com.ericsson.otp.erlang.OtpInputStream
-
Read an arbitrary Erlang term from the stream.
- read_atom() - Method in class com.ericsson.otp.erlang.OtpInputStream
-
Read an Erlang atom from the stream.
- read_binary() - Method in class com.ericsson.otp.erlang.OtpInputStream
-
Read an Erlang binary from the stream.
- read_bitstr(int[]) - Method in class com.ericsson.otp.erlang.OtpInputStream
-
Read an Erlang bitstr from the stream.
- read_boolean() - Method in class com.ericsson.otp.erlang.OtpInputStream
-
Read an Erlang atom from the stream and interpret the value as a boolean.
- read_byte() - Method in class com.ericsson.otp.erlang.OtpInputStream
-
Read one byte from the stream.
- read_char() - Method in class com.ericsson.otp.erlang.OtpInputStream
-
Read a character from the stream.
- read_compressed() - Method in class com.ericsson.otp.erlang.OtpInputStream
-
Read a compressed term from the stream
- read_double() - Method in class com.ericsson.otp.erlang.OtpInputStream
-
Read an Erlang float from the stream.
- read_external_fun() - Method in class com.ericsson.otp.erlang.OtpInputStream
-
- read_float() - Method in class com.ericsson.otp.erlang.OtpInputStream
-
Read an Erlang float from the stream.
- read_fun() - Method in class com.ericsson.otp.erlang.OtpInputStream
-
- read_int() - Method in class com.ericsson.otp.erlang.OtpInputStream
-
Read an integer from the stream.
- read_integer_byte_array() - Method in class com.ericsson.otp.erlang.OtpInputStream
-
Read an integer from the stream.
- read_list_head() - Method in class com.ericsson.otp.erlang.OtpInputStream
-
Read a list header from the stream.
- read_long() - Method in class com.ericsson.otp.erlang.OtpInputStream
-
Read a long from the stream.
- read_long(boolean) - Method in class com.ericsson.otp.erlang.OtpInputStream
-
- read_map_head() - Method in class com.ericsson.otp.erlang.OtpInputStream
-
- read_nil() - Method in class com.ericsson.otp.erlang.OtpInputStream
-
Read an empty list from the stream.
- read_pid() - Method in class com.ericsson.otp.erlang.OtpInputStream
-
Read an Erlang PID from the stream.
- read_port() - Method in class com.ericsson.otp.erlang.OtpInputStream
-
Read an Erlang port from the stream.
- read_ref() - Method in class com.ericsson.otp.erlang.OtpInputStream
-
Read an Erlang reference from the stream.
- read_short() - Method in class com.ericsson.otp.erlang.OtpInputStream
-
Read a short from the stream.
- read_string() - Method in class com.ericsson.otp.erlang.OtpInputStream
-
Read a string from the stream.
- read_tuple_head() - Method in class com.ericsson.otp.erlang.OtpInputStream
-
Read a tuple header from the stream.
- read_uint() - Method in class com.ericsson.otp.erlang.OtpInputStream
-
Read an unsigned integer from the stream.
- read_ulong() - Method in class com.ericsson.otp.erlang.OtpInputStream
-
Read an unsigned long from the stream.
- read_ushort() - Method in class com.ericsson.otp.erlang.OtpInputStream
-
Read an unsigned short from the stream.
- readBE(int) - Method in class com.ericsson.otp.erlang.OtpInputStream
-
Read a bigendian integer from the stream.
- readLE(int) - Method in class com.ericsson.otp.erlang.OtpInputStream
-
Read a little endian integer from the stream.
- readN(byte[]) - Method in class com.ericsson.otp.erlang.OtpInputStream
-
Read an array of bytes from the stream.
- readN(byte[], int, int) - Method in class com.ericsson.otp.erlang.OtpInputStream
-
Read an array of bytes from the stream.
- reason() - Method in exception com.ericsson.otp.erlang.OtpErlangExit
-
Get the reason associated with this exit signal.
- receive() - Method in class com.ericsson.otp.erlang.OtpConnection
-
Receive a message from a remote process.
- receive(long) - Method in class com.ericsson.otp.erlang.OtpConnection
-
Receive a message from a remote process.
- receive() - Method in class com.ericsson.otp.erlang.OtpMbox
-
Block until a message arrives for this mailbox.
- receive(long) - Method in class com.ericsson.otp.erlang.OtpMbox
-
Wait for a message to arrive for this mailbox.
- receiveBuf() - Method in class com.ericsson.otp.erlang.OtpConnection
-
Receive a raw (still encoded) message from a remote process.
- receiveBuf(long) - Method in class com.ericsson.otp.erlang.OtpConnection
-
Receive a raw (still encoded) message from a remote process.
- receiveBuf() - Method in class com.ericsson.otp.erlang.OtpMbox
-
Block until a message arrives for this mailbox.
- receiveBuf(long) - Method in class com.ericsson.otp.erlang.OtpMbox
-
Wait for a message to arrive for this mailbox.
- receiveMsg() - Method in class com.ericsson.otp.erlang.OtpConnection
-
Receive a messge complete with sender and recipient information.
- receiveMsg(long) - Method in class com.ericsson.otp.erlang.OtpConnection
-
Receive a messge complete with sender and recipient information.
- receiveMsg() - Method in class com.ericsson.otp.erlang.OtpMbox
-
Block until a message arrives for this mailbox.
- receiveMsg(long) - Method in class com.ericsson.otp.erlang.OtpMbox
-
Wait for a message to arrive for this mailbox.
- receiveRPC() - Method in class com.ericsson.otp.erlang.OtpConnection
-
Receive an RPC reply from the remote Erlang node.
- refTag - Static variable in class com.ericsson.otp.erlang.OtpExternal
-
The tag used for old stype references
- register(String, OtpMbox) - Method in class com.ericsson.otp.erlang.OtpNode.Mailboxes
-
- registerName(String) - Method in class com.ericsson.otp.erlang.OtpMbox
-
Register or remove a name for this mailbox.
- registerName(String, OtpMbox) - Method in class com.ericsson.otp.erlang.OtpNode
-
Register or remove a name for the given mailbox.
- registerStatusHandler(OtpNodeStatus) - Method in class com.ericsson.otp.erlang.OtpNode
-
Register interest in certain system events.
- regSendTag - Static variable in class com.ericsson.otp.erlang.OtpMsg
-
- remoteStatus(String, boolean, Object) - Method in class com.ericsson.otp.erlang.OtpNodeStatus
-
Notify about remote node status changes.
- remove(OtpErlangObject) - Method in class com.ericsson.otp.erlang.OtpErlangMap
-
removes mapping for the key if present.
- remove(OtpMbox) - Method in class com.ericsson.otp.erlang.OtpNode.Mailboxes
-
- run() - Method in class com.ericsson.otp.erlang.AbstractConnection
-
- run() - Method in class com.ericsson.otp.erlang.OtpNode.Acceptor
-
- whereis(String) - Method in class com.ericsson.otp.erlang.OtpMbox
-
Determine the
pid
corresponding to a registered name
on this
node
.
- whereis(String) - Method in class com.ericsson.otp.erlang.OtpNode
-
Determine the
pid
corresponding to a registered name
on this node.
- write(byte) - Method in class com.ericsson.otp.erlang.OtpOutputStream
-
Write one byte to the stream.
- write(byte[]) - Method in class com.ericsson.otp.erlang.OtpOutputStream
-
- write(int) - Method in class com.ericsson.otp.erlang.OtpOutputStream
-
- write(byte[], int, int) - Method in class com.ericsson.otp.erlang.OtpOutputStream
-
- write1(long) - Method in class com.ericsson.otp.erlang.OtpOutputStream
-
Write the low byte of a value to the stream.
- write2BE(long) - Method in class com.ericsson.otp.erlang.OtpOutputStream
-
Write the low two bytes of a value to the stream in big endian order.
- write2LE(long) - Method in class com.ericsson.otp.erlang.OtpOutputStream
-
Write the low two bytes of a value to the stream in little endian order.
- write4BE(long) - Method in class com.ericsson.otp.erlang.OtpOutputStream
-
Write the low four bytes of a value to the stream in big endian order.
- write4LE(long) - Method in class com.ericsson.otp.erlang.OtpOutputStream
-
Write the low four bytes of a value to the stream in little endian order.
- write8BE(long) - Method in class com.ericsson.otp.erlang.OtpOutputStream
-
Write the low eight (all) bytes of a value to the stream in big endian
order.
- write8LE(long) - Method in class com.ericsson.otp.erlang.OtpOutputStream
-
Write the low eight bytes of a value to the stream in little endian
order.
- write_any(OtpErlangObject) - Method in class com.ericsson.otp.erlang.OtpOutputStream
-
Write an arbitrary Erlang term to the stream.
- write_atom(String) - Method in class com.ericsson.otp.erlang.OtpOutputStream
-
Write a string to the stream as an Erlang atom.
- write_big_integer(BigInteger) - Method in class com.ericsson.otp.erlang.OtpOutputStream
-
- write_binary(byte[]) - Method in class com.ericsson.otp.erlang.OtpOutputStream
-
Write an array of bytes to the stream as an Erlang binary.
- write_bitstr(byte[], int) - Method in class com.ericsson.otp.erlang.OtpOutputStream
-
Write an array of bytes to the stream as an Erlang bitstr.
- write_boolean(boolean) - Method in class com.ericsson.otp.erlang.OtpOutputStream
-
Write a boolean value to the stream as the Erlang atom 'true' or 'false'.
- write_byte(byte) - Method in class com.ericsson.otp.erlang.OtpOutputStream
-
Write a single byte to the stream as an Erlang integer.
- write_char(char) - Method in class com.ericsson.otp.erlang.OtpOutputStream
-
Write a character to the stream as an Erlang integer.
- write_compressed(OtpErlangObject) - Method in class com.ericsson.otp.erlang.OtpOutputStream
-
Write an arbitrary Erlang term to the stream in compressed format.
- write_compressed(OtpErlangObject, int) - Method in class com.ericsson.otp.erlang.OtpOutputStream
-
Write an arbitrary Erlang term to the stream in compressed format.
- write_double(double) - Method in class com.ericsson.otp.erlang.OtpOutputStream
-
Write a double value to the stream.
- write_external_fun(String, String, int) - Method in class com.ericsson.otp.erlang.OtpOutputStream
-
- write_float(float) - Method in class com.ericsson.otp.erlang.OtpOutputStream
-
Write a float value to the stream.
- write_fun(OtpErlangPid, String, long, int, byte[], long, long, OtpErlangObject[]) - Method in class com.ericsson.otp.erlang.OtpOutputStream
-
- write_int(int) - Method in class com.ericsson.otp.erlang.OtpOutputStream
-
Write an integer to the stream.
- write_list_head(int) - Method in class com.ericsson.otp.erlang.OtpOutputStream
-
Write an Erlang list header to the stream.
- write_long(long) - Method in class com.ericsson.otp.erlang.OtpOutputStream
-
Write a long to the stream.
- write_map_head(int) - Method in class com.ericsson.otp.erlang.OtpOutputStream
-
- write_nil() - Method in class com.ericsson.otp.erlang.OtpOutputStream
-
Write an empty Erlang list to the stream.
- write_pid(String, int, int, int) - Method in class com.ericsson.otp.erlang.OtpOutputStream
-
Write an Erlang PID to the stream.
- write_pid(OtpErlangPid) - Method in class com.ericsson.otp.erlang.OtpOutputStream
-
Write an Erlang PID to the stream.
- write_port(String, int, int) - Method in class com.ericsson.otp.erlang.OtpOutputStream
-
Write an Erlang port to the stream.
- write_port(OtpErlangPort) - Method in class com.ericsson.otp.erlang.OtpOutputStream
-
Write an Erlang port to the stream.
- write_ref(String, int, int) - Method in class com.ericsson.otp.erlang.OtpOutputStream
-
Write an old style Erlang ref to the stream.
- write_ref(String, int[], int) - Method in class com.ericsson.otp.erlang.OtpOutputStream
-
Write an Erlang ref to the stream.
- write_ref(OtpErlangRef) - Method in class com.ericsson.otp.erlang.OtpOutputStream
-
Write an Erlang ref to the stream.
- write_short(short) - Method in class com.ericsson.otp.erlang.OtpOutputStream
-
Write a short to the stream.
- write_string(String) - Method in class com.ericsson.otp.erlang.OtpOutputStream
-
Write a string to the stream.
- write_tuple_head(int) - Method in class com.ericsson.otp.erlang.OtpOutputStream
-
Write an Erlang tuple header to the stream.
- write_uint(int) - Method in class com.ericsson.otp.erlang.OtpOutputStream
-
Write a positive integer to the stream.
- write_ulong(long) - Method in class com.ericsson.otp.erlang.OtpOutputStream
-
Write a positive long to the stream.
- write_ushort(short) - Method in class com.ericsson.otp.erlang.OtpOutputStream
-
Write a positive short to the stream.
- writeLE(long, int) - Method in class com.ericsson.otp.erlang.OtpOutputStream
-
Write any number of bytes in little endian format.
- writeN(byte[]) - Method in class com.ericsson.otp.erlang.OtpOutputStream
-
Write an array of bytes to the stream.
- writeTo(OutputStream) - Method in class com.ericsson.otp.erlang.OtpOutputStream
-
- writeToAndFlush(OutputStream) - Method in class com.ericsson.otp.erlang.OtpOutputStream
-