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

NAME

POEx::IRC::Backend::Connector - Connector socket details

SYNOPSIS

Created by POEx::IRC::Backend for outgoing connector sockets.

DESCRIPTION

These objects contain details regarding POEx::IRC::Backend outgoing connector sockets.

All of these attributes can be set via set_$attrib :

addr

The remote address this Connector is intended for; also see "port"

bindaddr

The local address this Connector should bind to.

args

Arbitrary metadata attached to this Connector. (By default, this is a HASH.)

port

The remote port this Connector is intended for; also see "addr"

protocol

The Internet protocol version this Connector was spawned for; either 4 or 6.

ssl

Boolean value indicating whether or not this Connector should be SSLified at connect time.

wheel

The POE::Wheel::SocketFactory for this Connector.

wheel_id

The (last known) wheel ID.

AUTHOR

Jon Portnoy <avenj@cobaltirc.org>