AnyEvent-SKKServ

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN

    port => 55100 : Num
        Takes an optional port number. (Defaults to 55100)

    on_error => $cb->($handle) : CodeRef
        Takes a callback for when you receive an illegal data.

    on_end => $cb->($handle) : CodeRef
    on_request => $cb->($handle, $request) : CodeRef
    on_version => $cb->($handle) : CodeRef
    on_host => $cb->($handle) : CodeRef
        Takes callbacks corresponding to reply from the client (see
        "PROTOCOL").

  run
    Run skkserv.

PROTOCOL
  Client Request Form
    "0" end of connection

    "1eee "

lib/AnyEvent/SKKServ.pm  view on Meta::CPAN

Takes a callback for when you receive an illegal data.

=item on_end => $cb->($handle) : CodeRef

=item on_request => $cb->($handle, $request) : CodeRef

=item on_version => $cb->($handle) : CodeRef

=item on_host => $cb->($handle) : CodeRef

Takes callbacks corresponding to reply from the client (see L</PROTOCOL>).

=back

=head2 run

Run skkserv.

=head1 PROTOCOL

=head2 Client Request Form



( run in 0.324 second using v1.01-cache-2.11-cpan-9b1e4054eb1 )