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

NAME

Protocol::SPDY::Frame::Control::GOAWAY - connection termination request

VERSION

version 1.000

SYNOPSIS

 use Protocol::SPDY;

DESCRIPTION

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

type_name

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

status_code

Numerical status code to use for the response.

from_data

Instantiates from the given data.

last_stream_id

The last stream ID we accepted, or 0 if no streams were accepted.

status_code_as_text

Text representation of the status code. You can pass a numerical code to look up the text reason for that code rather than using the current value.

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::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, new, parse, type_string

AUTHOR

Tom Molesworth <cpan@entitymodel.com>

LICENSE

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