|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.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.IOException
ServerSocket.ServerSocket(int)
Method Detail |
---|
public int getLocalPort()
getLocalPort
in interface OtpServerTransport
ServerSocket.getLocalPort()
public OtpTransport accept() throws java.io.IOException
accept
in interface OtpServerTransport
java.io.IOException
ServerSocket.accept()
public void close() throws java.io.IOException
close
in interface OtpServerTransport
java.io.IOException
ServerSocket.close()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |