#include <ProtocolProbeSessionAccept.h>
Inherited by ProtocolProbeSessionAccept, and ProtocolProbeTrampoline.
Public Types | |
enum | ProtoGroupKey { PROTO_HTTP, PROTO_HTTP2, PROTO_SPDY, N_PROTO_GROUPS } |
Enumeration for related groups of protocols. More... |
Definition at line 29 of file ProtocolProbeSessionAccept.h.
Enumeration for related groups of protocols.
There is a child acceptor for each group which handles finer grained stuff.
PROTO_HTTP |
HTTP group (0.9-1.1). |
PROTO_HTTP2 |
HTTP 2 group. |
PROTO_SPDY |
All SPDY versions. |
N_PROTO_GROUPS |
Size value. |
Definition at line 34 of file ProtocolProbeSessionAccept.h.