SNAP Library 3.0, User Reference
2016-07-20 17:56:49
SNAP, a general purpose, high performance system for analysis and manipulation of large networks
|
Public Member Functions | |
THttpLx (const PSIn &_SIn) | |
THttpLx & | operator= (const THttpLx &) |
bool | Eof () |
int | Len () |
char | GetFirstCh () |
char | GetCh () |
void | GetRest () |
void | PutCh (const char &_Ch) |
void | ClrMemSf () |
TMem & | GetMemSf () |
THttpRqMethod | GetRqMethod () |
PUrl | GetUrl () |
TStr | GetUrlStr () |
bool | IsRespStatusLn () |
TStr | GetRespReasonPhrase () |
void | GetWs () |
bool | IsLws () |
void | GetLws () |
bool | IsCrLf () |
void | GetCrLf () |
void | GetPeriod () |
TStr | GetToken (const TStr &ExpectStr=TStr()) |
TStr | GetSpec (const TStr &ExpectStr=TStr()) |
int | GetInt (const int &RqPlaces=-1) |
TStr | GetFldVal () |
Static Public Member Functions | |
static TStr | GetNrStr (const TStr &Str) |
Private Attributes | |
PSIn | SIn |
TBoolChS | EofChPrS |
char | Ch |
bool | AtEof |
TMem | SfMem |
Static Private Attributes | |
static THttpChDef | ChDef |
char THttpLx::GetCh | ( | ) |
void THttpLx::GetCrLf | ( | ) |
Definition at line 382 of file http.cpp.
char THttpLx::GetFirstCh | ( | ) |
int THttpLx::GetInt | ( | const int & | RqPlaces = -1 | ) |
void THttpLx::GetPeriod | ( | ) |
Definition at line 394 of file http.cpp.
THttpRqMethod THttpLx::GetRqMethod | ( | ) |
Definition at line 261 of file http.cpp.
PUrl THttpLx::GetUrl | ( | ) |
TStr THttpLx::GetUrlStr | ( | ) |
Definition at line 286 of file http.cpp.
|
staticprivate |