Class OtpGenericTransportFactory

java.lang.Object
com.ericsson.otp.erlang.OtpGenericTransportFactory
All Implemented Interfaces:
OtpTransportFactory

public abstract class OtpGenericTransportFactory extends Object implements OtpTransportFactory
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). It allows the creation of a transport using Unix Domain Sockets for example. OtpGenericTransportFactory is created as a subclass of OtpTransportFactory to keep backwards compatibility and ease the integration within existing Jinterface code, but in practice it doesn't support the 3 original methods.