NAME
Protocol::SPDY::Frame::Control::SynStream - stream creation request packet for SPDY protocol
VERSION
version 1.001
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:
Protocol::SPDY - top-level protocol object
Protocol::SPDY::Frame - generic frame class
Protocol::SPDY::Frame::Control - specific subclass for control frames
Protocol::SPDY::Frame::Data - specific subclass for data frames
AUTHOR
Tom Molesworth <cpan@perlsite.co.uk>
LICENSE
Copyright Tom Molesworth 2011-2015. Licensed under the same terms as Perl itself.