NAME
Net::RVP::Server - listening RVP server using the Event module
METHODS
new ( named parameters )
IM notify server connection object.
init_event ( callback )
The callback should be a CODE ref which is called with an HTTP::Request and should return an HTTP::Response object. See also Event::IO::Server.
line_event ( line )
Received a line of input.
AUTHOR
David Robins <dbrobins@davidrobins.net>.