
POE::Component::Server::AsyncEndpoint::ChannelAdapter::Config

Encapsulation of the configuration details of the Endpoint
At the moment, you don't have to use this class directly because it is used automatically by the ChannelAdapter class. This may change in future versions because we want people to be able to extend the configuration options.
Inside the ChannelAdapter class there is a bit of code as such:
# our object
my $self = {
config => POE::Component::Server::AsyncEndpoint::ChannelAdapter::Config->init($alias),
};
The standard configuration options have default values and can be changed with the configuration file generated by the helper script. As stated above, the next release will have the possibility to extend this class and let you define other config parameters for constants and other implementation specific information.

The name of the sub-directory containing the Endpoint MUST MATCH the Alias used to initialize the configuration object.

POE::Component::Server::AsyncEndpoint POE

Alejandro Imass <ait@p2ee.org> Alejandro Imass <aimass@corcaribe.com>

Copyright (C) 2008 by Alejandro Imass / Corcaribe TecnologÃa C.A. for the P2EE Project
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.8 or, at your option, any later version of Perl 5 you may have available.