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_REPLY - response to a SYN_STREAM

VERSION

version 1.001

SYNOPSIS

DESCRIPTION

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

type_name

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

new

Instantiate.

from_data

Instantiate from the given data.

stream_id

The stream ID we're responding to.

as_packet

Returns the packet as a byte string.

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.