NAME

Event::RPC::Connection - Represents a RPC connection

SYNOPSIS

Note: you never create instances of this class in your own code, it's only used internally by Event::RPC::Server. But you may request connection objects using the connection_hook of Event::RPC::Server and then having some read access on them.

my $connection = Event::RPC::Server::Connection->new (
    $rpc_server, $client_socket
);

DESCRIPTION

Objects of this class represents a connection from an Event::RPC::Client to an Event::RPC::Server instance.

The whole Client/Server protocol is implemented here.

READ ONLY ATTRIBUTES

The following attributes may be read using the corresponding get_ATTRIBUTE accessors:

cid

The connection ID of this connection. A number which is unique for this server instance.

server

The Event::RPC::Server instance this connection belongs to.

is_authenticated

This boolean value reflects whether the connection is authenticated resp. whether the client passed correct credentials.

auth_user

This is the name of the user who was authenticated successfully for this connection.

AUTHORS

Jörn Reder <joern at zyn dot de>

COPYRIGHT AND LICENSE

Copyright 2002-2005 by Jörn Reder.

This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.

This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more details.

You should have received a copy of the GNU Library General Public License along with this library; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307 USA.

1 POD Error

The following errors were encountered while parsing the POD:

Around line 579:

Non-ASCII character seen before =encoding in 'Jörn'. Assuming CP1252