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

NAME

AnyEvent::Ident::Response - Simple asynchromous ident response

VERSION

version 0.03

ATTRIBUTES

$res->as_string

The raw request as it was returned from the server.

$res->is_success

True if the server returned a user and operating system, false otherwise.

$res->server_port

The server port in the original request.

$res->client_port

The client port in the original request.

$res->username

The username in the response.

$res->os

The operating system in the response.

$res->charset

The encoding for the username. This will be US-ASCII if it was not provided by the server.

$res->error_type

The error type returned from the server. Normally, this is one of

  • INVALID-PORT

  • NO-USER

  • HIDDEN-USER

  • UNKNOWN-ERROR

AUTHOR

Graham Ollis <plicease@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2013 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.