Uses of Class
common.commun.NoHandlerForConnectionTypeException

Packages that use NoHandlerForConnectionTypeException
common.commun   
 

Uses of NoHandlerForConnectionTypeException in common.commun
 

Methods in common.commun that throw NoHandlerForConnectionTypeException
 void TrafficHandler.processConnection(java.net.Socket s)
          Connection messages are very short so the transfer of them can be made on same thread.
 void TrafficHandler.processConnection(java.net.Socket s, java.io.OutputStream os, java.io.InputStream is, java.lang.String msg)