|
Squid Web Cache master
|
#include <htcp.h>
Classes | |
| struct | cto_t |
Public Member Functions | |
| HtcpReplyData () | |
| bool | parseHeader (const char *buffer, const size_t size) |
| parses request header from the buffer | |
Public Attributes | |
| int | hit |
| HttpHeader | hdr |
| uint32_t | msg_id |
| double | version |
| struct HtcpReplyData::cto_t | cto |
| bool HtcpReplyData::parseHeader | ( | const char * | buffer, |
| const size_t | size | ||
| ) |
Definition at line 1108 of file htcp.cc.
References hdr, HttpHeader::parse(), and size.
Referenced by htcpHandleTstResponse().
| struct HtcpReplyData::cto_t HtcpReplyData::cto |
Referenced by HtcpReplyData(), and PeerSelector::handleHtcpParentMiss().
| HttpHeader HtcpReplyData::hdr |
Definition at line 31 of file htcp.h.
Referenced by htcpHandleTstResponse(), and parseHeader().
| int HtcpReplyData::hit |
Definition at line 30 of file htcp.h.
Referenced by PeerSelector::handleHtcpReply(), htcpHandleTstResponse(), neighborAliveHtcp(), and neighborsHtcpReply().
| uint32_t HtcpReplyData::msg_id |
Definition at line 32 of file htcp.h.
Referenced by htcpHandleTstResponse().
| double HtcpReplyData::version |
Definition at line 33 of file htcp.h.
Referenced by neighborAliveHtcp().