Net-Async-AMQP
view release on metacpan or search on metacpan
lib/Net/Async/AMQP.pm view on Meta::CPAN
=item * host - host to connect to, defaults to localhost
=item * local_host - our local IP to connect from
=item * user - which user to connect as, defaults to guest
=item * pass - the password for this user, defaults to guest
=item * ssl - true if you want to connect over SSL
=item * SSL_* - SSL-specific parameters, see L<IO::Async::SSL> and L<IO::Socket::SSL> for details
=back
Returns $self.
=cut
sub connect {
my $self = shift;
my %args = @_;
lib/Net/Async/AMQP.pod view on Meta::CPAN
=item * host - host to connect to, defaults to localhost
=item * local_host - our local IP to connect from
=item * user - which user to connect as, defaults to guest
=item * pass - the password for this user, defaults to guest
=item * ssl - true if you want to connect over SSL
=item * SSL_* - SSL-specific parameters, see L<IO::Async::SSL> and L<IO::Socket::SSL> for details
=back
Returns $self.
=head2 on_stream
Called once the underlying TCP connection has been established.
Returns nothing of importance.
( run in 0.477 second using v1.01-cache-2.11-cpan-4d50c553e7e )