Uses of Interface
ctf.network.tcp.ConnectionOwner

Packages that use ConnectionOwner
ctf.network.tcp TCP networking 
 

Uses of ConnectionOwner in ctf.network.tcp
 

Fields in ctf.network.tcp declared as ConnectionOwner
(package private)  ConnectionOwner Connection.owner
          Transmitted lines get sent here
 

Methods in ctf.network.tcp with parameters of type ConnectionOwner
 void Connection.setOwner(ConnectionOwner owner)
          Who "owns" this connection (receives events)?