Uses of Class
net.anotheria.net.shared.server.AbstractConnection

Packages that use AbstractConnection
net.anotheria.net.tcp.client.object2object   
net.anotheria.net.tcp.proxy   
net.anotheria.net.tcp.server   
net.anotheria.net.tcp.server.object2object   
 

Uses of AbstractConnection in net.anotheria.net.tcp.client.object2object
 

Subclasses of AbstractConnection in net.anotheria.net.tcp.client.object2object
 class O2OClientConnection
          A connection which is capable of sending objects.
 

Uses of AbstractConnection in net.anotheria.net.tcp.proxy
 

Subclasses of AbstractConnection in net.anotheria.net.tcp.proxy
 class ProxyConnection
          A proxy connection which proxies a connection to a tcp server.
 

Uses of AbstractConnection in net.anotheria.net.tcp.server
 

Subclasses of AbstractConnection in net.anotheria.net.tcp.server
 class AbstractTCPConnection
          Base class for TCP connections.
 

Uses of AbstractConnection in net.anotheria.net.tcp.server.object2object
 

Subclasses of AbstractConnection in net.anotheria.net.tcp.server.object2object
 class O2OConnection
          A connection to exchange objects via an underlying tcp connection.
 



Copyright © 2010-2013 anotheria.net. All Rights Reserved.