org.jsmpp.session.connection.socket
Class SocketConnectionFactory

java.lang.Object
  extended by org.jsmpp.session.connection.socket.SocketConnectionFactory
All Implemented Interfaces:
ConnectionFactory

public class SocketConnectionFactory
extends java.lang.Object
implements ConnectionFactory

Author:
uudashr

Method Summary
 Connection createConnection(java.lang.String host, int port)
           
static SocketConnectionFactory getInstance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static SocketConnectionFactory getInstance()

createConnection

public Connection createConnection(java.lang.String host,
                                   int port)
                            throws java.io.IOException
Specified by:
createConnection in interface ConnectionFactory
Throws:
java.io.IOException