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

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

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

Methods in net.anotheria.net.shared.server with parameters of type IConnectionCreationContext
 IConnection IConnectionFactory.createConnection(IConnectionCreationContext context)
          Creates a new connection parametrized by the context
 

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

Methods in net.anotheria.net.tcp.proxy with parameters of type IConnectionCreationContext
 IConnection ProxyConnectionFactory.createConnection(IConnectionCreationContext context)
           
 

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

Classes in net.anotheria.net.tcp.server that implement IConnectionCreationContext
 class SocketContext
          A socket associated connection creation context.
 

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

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



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