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

NAME

Protocol::SPDY::Tracer - helper class for tracing SPDY sessions

VERSION

version 1.001

SYNOPSIS

DESCRIPTION

See Protocol::SPDY and Protocol::SPDY::Base.

METHODS

control_frame_bytes

Returns byte representation of the given control frame.

 my $bytes = $tracer->control_frame_bytes(GOAWAY => [ ]);

dispatch_unhandled_frame

Ignore unhandled frames.

write

Write requests are always ignored here.

INHERITED METHODS

Protocol::SPDY::Base

apply_settings, batch, check_version, client_certificate_vector_size, create_stream, credential, current_cwnd, dispatch_frame, download_retrans_rate, expected_download_bandwidth, expected_round_trip_time, expected_upload_bandwidth, extract_frame, goaway, has_stream, incoming_stream, initial_window_size, last_stream_id, max_concurrent_streams, new, next_stream_id, on_read, parse_frame, pending_send, ping, prioritise_incoming_frames, queue_frame, receiver_zlib, related_stream, request_close, restore_initial_settings, send_settings, sender_zlib, settings, stream_by_id, version

Mixin::Event::Dispatch

add_handler_for_event, clear_event_handlers, event_handlers, invoke_event, subscribe_to_event, unsubscribe_from_event

AUTHOR

Tom Molesworth <cpan@perlsite.co.uk>

LICENSE

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