The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

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

DESCRIPTION

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.

IMPORTANT NOTES

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

SEE ALSO

AppConfig

POE::Component::Server::AsyncEndpoint POE

AUTHOR

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

COPYRIGHT AND LICENSE

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.

1 POD Error

The following errors were encountered while parsing the POD:

Around line 98:

Non-ASCII character seen before =encoding in 'Tecnología'. Assuming UTF-8