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

Packages that use IConnection
net.anotheria.net.shared.server   
net.anotheria.net.tcp.client.object2object   
net.anotheria.net.tcp.proxy   
net.anotheria.net.tcp.server   
net.anotheria.net.tcp.server.object2object   
 

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

Classes in net.anotheria.net.shared.server that implement IConnection
 class AbstractConnection
          Base class for IConnection implementations.
 

Methods in net.anotheria.net.shared.server that return IConnection
 IConnection IConnectionFactory.createConnection(IConnectionCreationContext context)
          Creates a new connection parametrized by the context
 

Methods in net.anotheria.net.shared.server with parameters of type IConnection
 void ServerLogger.connectionClosed(IConnection connection)
           
 void IConnectionListener.connectionClosed(IConnection connection)
          Called whenever a connection has been closed.
 void IServerListener.connectionCreated(IConnection connection)
           
 void ServerLogger.connectionCreated(IConnection connection)
           
 void ServerLogger.connectionOpened(IConnection connection)
           
 void IConnectionListener.connectionOpened(IConnection connection)
          Called whenever a connection has been opened
 void IServerListener.connectionRemoved(IConnection connection)
           
 void ServerLogger.connectionRemoved(IConnection connection)
           
protected  void AbstractServer.notifyConnectionCreated(IConnection con)
          Calls the connectionCreated method in all listeners
protected  void AbstractServer.notifyConnectionRemoved(IConnection con)
          Calls the connectionRemoved method in all listeners
 

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

Classes in net.anotheria.net.tcp.client.object2object that implement IConnection
 class O2OClientConnection
          A connection which is capable of sending objects.
 

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

Classes in net.anotheria.net.tcp.proxy that implement IConnection
 class ProxyConnection
          A proxy connection which proxies a connection to a tcp server.
 

Methods in net.anotheria.net.tcp.proxy that return IConnection
 IConnection ProxyConnectionFactory.createConnection(IConnectionCreationContext context)
           
 

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

Classes in net.anotheria.net.tcp.server that implement IConnection
 class AbstractTCPConnection
          Base class for TCP connections.
 

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

Classes in net.anotheria.net.tcp.server.object2object that implement IConnection
 class O2OConnection
          A connection to exchange objects via an underlying tcp connection.
 

Methods in net.anotheria.net.tcp.server.object2object that return IConnection
 IConnection O2OConnectionFactory.createConnection(IConnectionCreationContext context)
          Creates a new connection with given context.
 



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