| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ericsson.otp.erlang.OtpServerSocketTransport
public class OtpServerSocketTransport
Default socket-based server transport
| Constructor Summary | |
|---|---|
| OtpServerSocketTransport(int port) | |
| Method Summary | |
|---|---|
|  OtpTransport | accept() | 
|  void | close() | 
|  int | getLocalPort() | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public OtpServerSocketTransport(int port)
                         throws java.io.IOException
java.io.IOExceptionServerSocket.ServerSocket(int)| Method Detail | 
|---|
public int getLocalPort()
getLocalPort in interface OtpServerTransportServerSocket.getLocalPort()
public OtpTransport accept()
                    throws java.io.IOException
accept in interface OtpServerTransportjava.io.IOExceptionServerSocket.accept()
public void close()
           throws java.io.IOException
close in interface OtpServerTransportjava.io.IOExceptionServerSocket.close()| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||