org.jsmpp.session.connection.socket
Class ServerSocketConnectionFactory

java.lang.Object
  extended by org.jsmpp.session.connection.socket.ServerSocketConnectionFactory
All Implemented Interfaces:
ServerConnectionFactory

public class ServerSocketConnectionFactory
extends java.lang.Object
implements ServerConnectionFactory

Author:
uudashr

Constructor Summary
ServerSocketConnectionFactory()
           
 
Method Summary
 ServerConnection listen(int port)
           
 ServerConnection listen(int port, int timeout)
           
 ServerConnection listen(int port, int timeout, int backlog)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServerSocketConnectionFactory

public ServerSocketConnectionFactory()
Method Detail

listen

public ServerConnection listen(int port)
                        throws java.io.IOException
Specified by:
listen in interface ServerConnectionFactory
Throws:
java.io.IOException

listen

public ServerConnection listen(int port,
                               int timeout)
                        throws java.io.IOException
Specified by:
listen in interface ServerConnectionFactory
Throws:
java.io.IOException

listen

public ServerConnection listen(int port,
                               int timeout,
                               int backlog)
                        throws java.io.IOException
Specified by:
listen in interface ServerConnectionFactory
Throws:
java.io.IOException