Uses of Interface
org.starhope.appius.net.NetIOHandlerPeer

Packages that use NetIOHandlerPeer
org.starhope.appius.net   
org.starhope.appius.test   
 

Uses of NetIOHandlerPeer in org.starhope.appius.net
 

Classes in org.starhope.appius.net that implement NetIOHandlerPeer
 class BatchProcessor
          Process JSON interactions in bulk
 class NetIOThread
          Networking I/O threads, for either client or server using the "Infinity Mode" protocol (or, to a limited extent, the surviving entrails of the SmartFaux mode)
 class ServerThread
          This is the server thread for Appius Claudius Caecus.
 class StreamProcessor
          WRITEME: The documentation for this type (StreamProcessor) is incomplete.
 class WebSocketProcessor
          WRITEME: Document this type.
 

Fields in org.starhope.appius.net declared as NetIOHandlerPeer
protected  NetIOHandlerPeer NetIOHandler.peer
          WRITEME
 

Constructors in org.starhope.appius.net with parameters of type NetIOHandlerPeer
NetIOHandler(NetIOHandlerPeer newPeer)
          WRITEME: Document this constructor brpocock@star-hope.org
 

Uses of NetIOHandlerPeer in org.starhope.appius.test
 

Classes in org.starhope.appius.test that implement NetIOHandlerPeer
 class UserLoadTest
          WRITEME: The documentation for this type (UserLoadTest) is incomplete.