Public Member Functions | |
| virtual void | ClearLines ()=0 |
| Clears any stored lines. | |
| virtual void | LineReceived (const char *line)=0 |
| Passes a single line for processing. | |
|
|
Clears any stored lines. This member function is called at the beginning of a new server response. |
|
|
Passes a single line to the listener object for processing. This member function is called for each line of a multiple line server response. The first line -- that is, the "status" line -- is not passed to the listener object. The final line, consisting of a single dot ("."), also is not passed. If a line contains a dot (".") as the first character, that dot is removed before it is passed to the listener for processing. In other words, any dot-stuffing is removed before the line is passed. The end of line characters, CR LF, are not removed from the line before it is passed.
|
Copyright © 2001-2005 Hunny Software, Inc. All rights reserved.