net.anotheria.net.tcp.server.object2object
Interface IO2OWorkerFactory


public interface IO2OWorkerFactory

The worker factory is used to create workers for processing incoming objects and requests.

Author:
lrosenberg

Method Summary
 IO2OWorker createWorker()
          Creates a new worker.
 

Method Detail

createWorker

IO2OWorker createWorker()
Creates a new worker.

Returns:
the newly created worker.


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