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

NAME

POEx::IRC::Backend::Listener - Listener socket details

SYNOPSIS

Typically created by POEx::IRC::Backend to represent a listening socket.

DESCRIPTION

These objects contain details regarding POEx::IRC::Backend Listener sockets.

addr

The local address to bind to.

port

The local port to listen on.

protocol

The internet protocol version to use for this listener (4 or 6).

ssl

Boolean value indicating whether or not connections to this listener should be SSLified.

wheel

The POE::Wheel::SocketFactory instance for this listener.

wheel_id

The (last known) wheel ID.

AUTHOR

Jon Portnoy <avenj@cobaltirc.org>