Uses of Class
hkontrol.connection.HKConnectionException

Packages that use HKConnectionException
hkontrol.connection   
hkontrol.core   
 

Uses of HKConnectionException in hkontrol.connection
 

Methods in hkontrol.connection that throw HKConnectionException
 java.io.InputStream TCPConnection.getInputStream()
           
 java.io.InputStream HKConnection.getInputStream()
           
 java.io.OutputStream TCPConnection.getOutputStream()
           
 java.io.OutputStream HKConnection.getOutputStream()
           
 void TCPConnection.reconnect()
           
 void HKConnection.reconnect()
           
 

Constructors in hkontrol.connection that throw HKConnectionException
TCPConnection(java.lang.String host, int port)
           
 

Uses of HKConnectionException in hkontrol.core
 

Methods in hkontrol.core that throw HKConnectionException
 void HKConnectionRegistry.createConnections(Configuration configuration)
           
 HKConnection HKConnectionRegistry.getConnection(Configuration.Entry config)