The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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>