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

NAME

Protocol::SPDY::Frame::Control::PING - aliveness test

VERSION

version 1.001

SYNOPSIS

DESCRIPTION

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

type_name

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

id

The unique ping ID.

from_data

Instantiate from the given data.

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@perlsite.co.uk>

LICENSE

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