Package pyrasun.eio.helpers

This package defines helper classes which make common EIO tasks easier to accomplish than is the case with the core EIO classes, which are sometimes a bit too generic and daunting to the semi-casual EIO user.

See:
          Description

Interface Summary
EIOAcceptWorkerFactory.EIOAcceptWorkerCallback  
EIOEndpointFactory An interface for manufacturing ReadWriteEndpoints.
 

Class Summary
EIOAcceptWorkerFactory A factory and helper for creating simple EIOWorker objects which accept connections from a SocketServer and creates a proper ReadWriteEndpoint.
EIOAcceptWorkerFactory.EIOAcceptingWorker A default class for doing socket accepts.
EIOSocketWorkerFactory An abstract factory class for creating standard Socket read/write/process workers.
EIOStrategyConfigurator Utility class for configuring EIO Strategies from various sources.
 

Package pyrasun.eio.helpers Description

This package defines helper classes which make common EIO tasks easier to accomplish than is the case with the core EIO classes, which are sometimes a bit too generic and daunting to the semi-casual EIO user.

Package Specification

(none)

Related Documentation

Since:
EmberIO Alpha 0.2


Pyrasun EmberIO