NAME
Protocol::SPDY::Frame::Control::GOAWAY - connection termination request
VERSION
version 1.001
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:
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
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@perlsite.co.uk>
LICENSE
Copyright Tom Molesworth 2011-2015. Licensed under the same terms as Perl itself.