org.jsmpp.session.connection
Interface Connection

All Known Implementing Classes:
SocketConnection

public interface Connection

Connection object.

Author:
uudashr

Method Summary
 void close()
           
 java.io.InputStream getInputStream()
           
 java.io.OutputStream getOutputStream()
           
 boolean isOpen()
           
 void setSoTimeout(int timeout)
           
 

Method Detail

isOpen

boolean isOpen()

getInputStream

java.io.InputStream getInputStream()

getOutputStream

java.io.OutputStream getOutputStream()

setSoTimeout

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

close

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