NAME
AnyEvent::Finger::Transaction - Simple asynchronous finger transaction
VERSION
version 0.03
METHODS
$tx->req
Returns the request object associated with the transaction (an instance of AnyEvent::Finger::Request).
$tx->res
Returns the response object associated with the transaction (an instance of AnyEvent::Finger::Response).
$tx->remote_port
Returns the remote TCP port being used to make the request.
$tx->local_port
Returns the local TCP port being used to make the request.
$tx->remote_address
Returns the IP address from whence the finger request is coming from.
AUTHOR
Graham Ollis <plicease@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2012 by Graham Ollis.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.