#include <SpdySessionAccept.h>
Inherits SessionAccept.

Public Member Functions | |
| SpdySessionAccept (spdy::SessionVersion vers) | |
| ~SpdySessionAccept () | |
| void | accept (NetVConnection *, MIOBuffer *, IOBufferReader *) |
Definition at line 33 of file SpdySessionAccept.h.
| SpdySessionAccept::SpdySessionAccept | ( | spdy::SessionVersion | vers | ) | [explicit] |
Definition at line 31 of file SpdySessionAccept.cc.
References ink_release_assert, spdy::SESSION_VERSION_2, spdy::SESSION_VERSION_3_1, and SET_HANDLER.
| SpdySessionAccept::~SpdySessionAccept | ( | ) | [inline] |
Definition at line 38 of file SpdySessionAccept.h.
| void SpdySessionAccept::accept | ( | NetVConnection * | netvc, | |
| MIOBuffer * | iobuf, | |||
| IOBufferReader * | reader | |||
| ) | [virtual] |
Implements SessionAccept.
Definition at line 61 of file SpdySessionAccept.cc.
References ink_release_assert, and spdy_cs_create().
1.7.1