Inheritance diagram for HttpProtocol:

Public Member Functions | |
| virtual int | controlConnection (ConnectionPtr a, char *b1, char *b2, int bs1, int bs2, u_long nbtr, u_long id) |
| HttpProtocol () | |
| virtual int | loadProtocol (XmlParser *parser) |
| virtual char * | registerName (char *out, int len) |
| virtual int | unLoadProtocol (XmlParser *parser) |
| virtual | ~HttpProtocol () |
|
|
|
|
|
|
|
||||||||||||||||||||||||||||||||
|
Control the connection. Reimplemented from Protocol. |
|
|
Load the protocol. Called once at runtime. Reimplemented from Protocol. |
|
||||||||||||
|
Returns the name of the protocol. If an out buffer is defined fullfill it with the name too. Reimplemented from Protocol. |
|
|
Unload the protocol. Called once. Reimplemented from Protocol. |
1.3.9.1