Package com.ericsson.otp.erlang
Interface OtpServerTransport
- All Known Implementing Classes:
 OtpServerSocketTransport
public interface OtpServerTransport
Server-side connection-oriented transport interface.
- 
Method Summary
 
- 
Method Details
- 
getLocalPort
int getLocalPort()- See Also:
 
 - 
accept
- Throws:
 IOException- See Also:
 
 - 
close
- Throws:
 IOException- See Also:
 
 
 -