|
NAMEPOEx::Role::PSGIServer::ProxyWriter - Provides a push writer for PSGI applications to useVERSIONversion 1.110670PUBLIC_ATTRIBUTESserver_contextis: ro, isa: PSGIServerContext, required: 1 This is the server context from POEx::Role::PSGIServer. It is needed to determine the semantics of the current request proxiedis: ro, isa: Object, weak_ref: 1, required: 1 This is the actual object that consumes POEx::Role::PSGIServer. It is weakened to make sure it is properly collected when the connection closes PUBLIC_METHODSwrite($data) write proxies to the weakened PSGIServer consumer object passing along the "server_context" closeclose is proxied to the weakened PSGIServer consumer passing along "server_context"poll_cb(CodeRef $coderef) poll_cb is provided to complete the interface. The first argument to $coderef will be $self AUTHORNicholas Perez <nperez@cpan.org>COPYRIGHT AND LICENSEThis software is copyright (c) 2011 by Infinity Interactive.This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
Visit the GSP FreeBSD Man Page Interface. |