org.jsmpp.session.connection
Interface ServerConnection
- All Known Implementing Classes:
- ServerSocketConnection
public interface ServerConnection
- Author:
- uudashr
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