Uses of Interface
com.ericsson.otp.erlang.OtpTransport
-
Packages that use OtpTransport Package Description com.ericsson.otp.erlang -
-
Uses of OtpTransport in com.ericsson.otp.erlang
Classes in com.ericsson.otp.erlang that implement OtpTransport Modifier and Type Class Description classOtpSocketTransportDefault socket-based client transportFields in com.ericsson.otp.erlang declared as OtpTransport Modifier and Type Field Description protected OtpTransportOtpLocalNode. epmdprotected OtpTransportAbstractConnection. socketMethods in com.ericsson.otp.erlang that return OtpTransport Modifier and Type Method Description OtpTransportOtpServerSocketTransport. accept()OtpTransportOtpServerTransport. accept()OtpTransportAbstractNode. createTransport(String addr, int port)OtpTransportAbstractNode. createTransport(InetAddress addr, int port)OtpTransportOtpSocketTransportFactory. createTransport(String addr, int port)OtpTransportOtpSocketTransportFactory. createTransport(InetAddress addr, int port)OtpTransportOtpTransportFactory. createTransport(String addr, int port)Create instance ofOtpTransportOtpTransportOtpTransportFactory. createTransport(InetAddress addr, int port)Create instance ofOtpTransportprotected OtpTransportOtpLocalNode. getEpmd()Get the Epmd socket.Methods in com.ericsson.otp.erlang with parameters of type OtpTransport Modifier and Type Method Description protected intAbstractConnection. readSock(OtpTransport s, byte[] b)protected voidOtpLocalNode. setEpmd(OtpTransport s)Set the Epmd socket after publishing this nodes listen port to Epmd.Constructors in com.ericsson.otp.erlang with parameters of type OtpTransport Constructor Description AbstractConnection(OtpLocalNode self, OtpTransport s)Accept an incoming connection from a remote node.
-