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

NAME

Protocol::SPDY::Frame::Control::SYN_STREAM - 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 ('SYN_STREAM').

new

Instantiate.

slot

Which credential slot we're using (unimplemented).

from_data

Instantiate from the given data.

stream_id

Our stream ID.

associated_stream_id

The stream to which we're associated.

priority

Our priority.

as_packet

Returns byte representation for this frame.

to_string

String representation, for debugging.

COMPONENTS

Further documentation can be found in the following modules:

INHERITED METHODS

Protocol::SPDY::Frame::HeaderSupport

header, header_hashref_to_arrayref, header_line, header_list, headers, headers_as_hashref, headers_as_simple_hashref

Protocol::SPDY::Frame::Control

compress, find_class_for_type, is_control, is_data, pairs_to_nv_header, type, uni, version

Protocol::SPDY::Frame

bool overloading, extract_frame, extract_headers, fin, length, parse, type_string

AUTHOR

Tom Molesworth <cpan@perlsite.co.uk>

LICENSE

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