Uses of Interface
net.anotheria.net.shared.server.IServer

Packages that use IServer
net.anotheria.net.shared.server   
net.anotheria.net.tcp.proxy   
net.anotheria.net.tcp.server   
net.anotheria.net.tcp.server.object2object   
 

Uses of IServer in net.anotheria.net.shared.server
 

Classes in net.anotheria.net.shared.server that implement IServer
 class AbstractServer
          Base class for all different kinds of servers
 

Constructors in net.anotheria.net.shared.server with parameters of type IServer
ServerLogger(IServer targetServer)
           
 

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

Classes in net.anotheria.net.tcp.proxy that implement IServer
 class TCPProxyServer
           
 

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

Classes in net.anotheria.net.tcp.server that implement IServer
 class BasicTCPServer
          A basic server for tcp connections.
 

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

Classes in net.anotheria.net.tcp.server.object2object that implement IServer
 class O2OServer
          An object2object server implementation.
 



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