Agent

 view release on metacpan or  search on metacpan

Agent/Transport.pm  view on Meta::CPAN

C<Agent::Transport> does not contain any transport code itself; it contains
a constructor, and code that autoloads the appropriate transport methods.

=head1 CONSTRUCTOR

=over 4

=item new( %args )

new() must be passed at least a I<Medium>.  The I<Address> argument is
strongly recomended (and should be required in most cases), as it's best not
to let the system make assumptions.  new() decides which Transport package
to use base upon the C<Medium> specified.  C<Address> is the destination in
that medium.  Any other arguments will be documented in the Agent::Transport
subclasses (such as Agent::Transport::TCP).

=back

=head1 STANDARD API METHODS

These methods are implemented in all transport subclasses.



( run in 1.000 second using v1.01-cache-2.11-cpan-4e96b696675 )