net.anotheria.net.tcp.server.object2object
Class O2OConnectionFactory
java.lang.Object
net.anotheria.net.tcp.server.object2object.O2OConnectionFactory
- All Implemented Interfaces:
- IConnectionFactory
public class O2OConnectionFactory
- extends Object
- implements IConnectionFactory
A factory for creation of object to object connections.
- Author:
- lrosenberg
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
createConnection
public IConnection createConnection(IConnectionCreationContext context)
- Creates a new connection with given context.
- Specified by:
createConnection in interface IConnectionFactory
- Parameters:
context - connection creation context
- Returns:
- a new connection object
Copyright © 2010-2013 anotheria.net. All Rights Reserved.