Package com.ericsson.otp.erlang
Interface OtpServerTransport
- 
- All Known Implementing Classes:
- OtpServerSocketTransport
 
 public interface OtpServerTransportServer-side connection-oriented transport interface.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description OtpTransportaccept()voidclose()intgetLocalPort()
 
- 
- 
- 
Method Detail- 
getLocalPortint getLocalPort() - See Also:
- ServerSocket.getLocalPort()
 
 - 
acceptOtpTransport accept() throws java.io.IOException - Throws:
- java.io.IOException
- See Also:
- ServerSocket.accept()
 
 - 
closevoid close() throws java.io.IOException- Throws:
- java.io.IOException
- See Also:
- ServerSocket.close()
 
 
- 
 
-