GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
POEx::Role::PSGIServer::ProxyWriter(3) User Contributed Perl Documentation POEx::Role::PSGIServer::ProxyWriter(3)

POEx::Role::PSGIServer::ProxyWriter - Provides a push writer for PSGI applications to use

version 1.110670

    is: 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

    is: 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

    ($data)

write proxies to the weakened PSGIServer consumer object passing along the "server_context"

close is proxied to the weakened PSGIServer consumer passing along "server_context"

    (CodeRef $coderef)

poll_cb is provided to complete the interface. The first argument to $coderef will be $self

Nicholas Perez <nperez@cpan.org>

This 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.

2011-03-08 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.