The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Protocol::SPDY::Server - server-side handling for SPDY sessions

VERSION

version 0.999_002

SYNOPSIS

 use Protocol::SPDY;

DESCRIPTION

METHODS

initial_stream_id

Server streams always start at 2.

INHERITED METHODS

Protocol::SPDY::Base

apply_settings, check_version, create_stream, credential, dispatch_frame, extract_frame, goaway, has_stream, incoming_stream, last_stream_id, new, next_stream_id, on_read, parse_frame, pending_send, ping, prioritise_incoming_frames, queue_frame, receiver_zlib, related_stream, request_close, sender_zlib, settings, stream_by_id, version, write

Mixin::Event::Dispatch

add_handler_for_event, clear_event_handlers, event_handlers, invoke_event, subscribe_to_event, unsubscribe_from_event

AUTHOR

Tom Molesworth <cpan@entitymodel.com>

LICENSE

Copyright Tom Molesworth 2011-2013. Licensed under the same terms as Perl itself.