org.jsmpp.session.connection
Interface ServerConnection

All Known Implementing Classes:
ServerSocketConnection

public interface ServerConnection

Author:
uudashr

Method Summary
 Connection accept()
           
 void close()
           
 int getSoTimeout()
           
 void setSoTimeout(int timeout)
           
 

Method Detail

accept

Connection accept()
                  throws java.io.IOException
Throws:
java.io.IOException

setSoTimeout

void setSoTimeout(int timeout)
                  throws java.io.IOException
Throws:
java.io.IOException

getSoTimeout

int getSoTimeout()
                 throws java.io.IOException
Throws:
java.io.IOException

close

void close()
           throws java.io.IOException
Throws:
java.io.IOException