#include <MessageRep.h>


Public Types | |
typedef libecap::Name | Name |
typedef libecap::Area | Area |
Public Member Functions | |
StatusLineRep (HttpReply &aMessage) | |
virtual void | statusCode (int code) |
virtual int | statusCode () const |
virtual void | reasonPhrase (const Area &phrase) |
virtual Area | reasonPhrase () const |
virtual libecap::Version | version () const |
virtual void | version (const libecap::Version &aVersion) |
virtual Name | protocol () const |
virtual void | protocol (const Name &aProtocol) |
Static Protected Member Functions | |
static AnyP::ProtocolType | TranslateProtocolId (const Name &name) |
Private Attributes | |
HttpReply & | theMessage |
Detailed Description
Definition at line 105 of file MessageRep.h.
Member Typedef Documentation
◆ Area
typedef libecap::Area Adaptation::Ecap::StatusLineRep::Area |
Definition at line 109 of file MessageRep.h.
◆ Name
typedef libecap::Name Adaptation::Ecap::StatusLineRep::Name |
Definition at line 108 of file MessageRep.h.
Constructor & Destructor Documentation
◆ StatusLineRep()
Adaptation::Ecap::StatusLineRep::StatusLineRep | ( | HttpReply & | aMessage | ) |
Definition at line 284 of file MessageRep.cc.
Member Function Documentation
◆ protocol() [1/2]
|
virtual |
Definition at line 329 of file MessageRep.cc.
References Adaptation::Ecap::FirstLineRep::protocol().
◆ protocol() [2/2]
|
virtual |
Definition at line 335 of file MessageRep.cc.
References Adaptation::Ecap::FirstLineRep::protocol().
◆ reasonPhrase() [1/2]
|
virtual |
Definition at line 311 of file MessageRep.cc.
◆ reasonPhrase() [2/2]
|
virtual |
Definition at line 303 of file MessageRep.cc.
◆ statusCode() [1/2]
|
virtual |
Definition at line 296 of file MessageRep.cc.
◆ statusCode() [2/2]
|
virtual |
Definition at line 290 of file MessageRep.cc.
References code.
◆ TranslateProtocolId()
|
staticprotectedinherited |
Definition at line 188 of file MessageRep.cc.
References AnyP::PROTO_UNKNOWN.
◆ version() [1/2]
|
virtual |
Definition at line 317 of file MessageRep.cc.
References Adaptation::Ecap::FirstLineRep::version().
◆ version() [2/2]
|
virtual |
Definition at line 323 of file MessageRep.cc.
References Adaptation::Ecap::FirstLineRep::version().
Member Data Documentation
◆ theMessage
|
private |
Definition at line 125 of file MessageRep.h.
The documentation for this class was generated from the following files:
- src/adaptation/ecap/MessageRep.h
- src/adaptation/ecap/MessageRep.cc