hkontrol.connection
Interface HKConnection

All Known Implementing Classes:
TCPConnection

public interface HKConnection


Method Summary
 java.io.InputStream getInputStream()
           
 java.io.OutputStream getOutputStream()
           
 void reconnect()
           
 

Method Detail

getInputStream

java.io.InputStream getInputStream()
                                   throws HKConnectionException
Throws:
HKConnectionException

getOutputStream

java.io.OutputStream getOutputStream()
                                     throws HKConnectionException
Throws:
HKConnectionException

reconnect

void reconnect()
               throws HKConnectionException
Throws:
HKConnectionException