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

NAME

Protocol::SPDY::Frame::Control::SynStream - stream creation request packet for SPDY protocol

VERSION

version 1.000

SYNOPSIS

DESCRIPTION

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

type_name

The string type for this frame ('WINDOW_UPDATE').

from_data

Instantiate from the given data.

stream_id

Which stream we're updating the window for.

window_delta

Change in window size (always positive).

as_packet

Returns byte representation for this frame.

to_string

String representation, for debugging.

COMPONENTS

Further documentation can be found in the following modules:

AUTHOR

Tom Molesworth <cpan@entitymodel.com>

LICENSE

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