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
POE::Component::Server::SimpleHTTP::Connection(3) User Contributed Perl Documentation POE::Component::Server::SimpleHTTP::Connection(3)

POE::Component::Server::SimpleHTTP::Connection - Stores connection information for SimpleHTTP

version 2.28

        use POE::Component::Server::SimpleHTTP::Connection;
        my $connection = POE::Component::Server::SimpleHTTP::Connection->new( $socket );

        # Print some stuff
        print $connection->remote_port;

        This module simply holds some information from a SimpleHTTP connection.

        my $connection = POE::Component::Server::SimpleHTTP::Connection->new( $socket );

        $connection->remote_ip();       # Returns remote address as a string ( 1.1.1.1 or 2000::1 )
        $connection->remote_port();     # Returns remote port
        $connection->remote_addr();     # Returns true remote address, consult the L<Socket> POD
        $connection->local_addr();      # Returns true local address, same as above
        $connection->local_ip();        # Returns remote address as a string ( 1.1.1.1 or 2000::1 )
        $connection->local_port();      # Returns local port
        $connection->dead();            # Returns a boolean value whether the socket is closed or not
        $connection->ssl();             # Returns a boolean value whether the socket is SSLified or not
        $connection->sslcipher();       # Returns the SSL Cipher type or undef if not SSL
        $connection->ID();          # unique ID of this connection

Nothing.

POE::Component::Server::SimpleHTTP, POE::Component::Server::SimpleHTTP::Response

Apocalypse <APOCAL@cpan.org>

This software is copyright (c) 2018 by Apocalypse, Chris Williams, Eriam Schaffter, Marlon Bailey and Philip Gwyn.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.

2018-09-17 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.