org.jsmpp.session.connection
Interface ServerConnectionFactory

All Known Implementing Classes:
ServerSocketConnectionFactory

public interface ServerConnectionFactory

Author:
uudashr

Method Summary
 ServerConnection listen(int port)
           
 ServerConnection listen(int port, int timeout)
           
 ServerConnection listen(int port, int timeout, int backlog)
           
 

Method Detail

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