| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ericsson.otp.erlang.OtpSocketTransportFactory
public class OtpSocketTransportFactory
Default socket-based transport factory
| Constructor Summary | |
|---|---|
| OtpSocketTransportFactory() | |
| Method Summary | |
|---|---|
|  OtpServerTransport | createServerTransport(int port)Create instance of OtpServerTransport | 
|  OtpTransport | createTransport(java.net.InetAddress addr,
                int port)Create instance of OtpTransport | 
|  OtpTransport | createTransport(java.lang.String addr,
                int port)Create instance of OtpTransport | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public OtpSocketTransportFactory()
| Method Detail | 
|---|
public OtpTransport createTransport(java.lang.String addr,
                                    int port)
                             throws java.io.IOException
OtpTransportFactoryOtpTransport
createTransport in interface OtpTransportFactoryaddr - host name or IP address stringport - port number
java.io.IOExceptionOtpTransportFactory.createTransport(String, int)
public OtpTransport createTransport(java.net.InetAddress addr,
                                    int port)
                             throws java.io.IOException
OtpTransportFactoryOtpTransport
createTransport in interface OtpTransportFactoryaddr - peer addressport - port number
java.io.IOExceptionOtpTransportFactory.createTransport(InetAddress, int)
public OtpServerTransport createServerTransport(int port)
                                         throws java.io.IOException
OtpTransportFactoryOtpServerTransport
createServerTransport in interface OtpTransportFactoryport - port number to listen on
java.io.IOExceptionOtpTransportFactory.createServerTransport(int)| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||