net.anotheria.net.shared.server
Interface IConnectionFactory

All Known Implementing Classes:
O2OConnectionFactory, ProxyConnectionFactory

public interface IConnectionFactory

Factory for creation of protocol dependent connection objects.

Author:
lrosenberg

Method Summary
 IConnection createConnection(IConnectionCreationContext context)
          Creates a new connection parametrized by the context
 

Method Detail

createConnection

IConnection createConnection(IConnectionCreationContext context)
Creates a new connection parametrized by the context

Parameters:
context - connection creation context
Returns:
a new connection object


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