org.jsmpp.session.connection
Interface ServerConnectionFactory
- All Known Implementing Classes:
- ServerSocketConnectionFactory
public interface ServerConnectionFactory
- Author:
- uudashr
listen
ServerConnection listen(int port)
throws java.io.IOException
- Throws:
java.io.IOException
listen
ServerConnection listen(int port,
int timeout)
throws java.io.IOException
- Throws:
java.io.IOException
listen
ServerConnection listen(int port,
int timeout,
int backlog)
throws java.io.IOException
- Throws:
java.io.IOException