#include <gnet.h>
Inheritance diagram for gNetConnect:
Public Member Functions | |
virtual | ~gNetConnect () |
virtual int | Handle ()=0 |
bool | Read (t_uchar &c) |
bool | Read (t_uchar *uBuf, unsigned nBytes) |
virtual bool | ReadLine (gString &s) |
int | Write (char *s) |
int | Write (gString &s) |
int | Write (char *s, unsigned nOctets) |
Protected Member Functions | |
gNetConnect () |
|
|
|
|
|
Implemented in gTcpConnect. |
|
|
|
Definition at line 479 of file gnet.cpp. Referenced by ReadLine(), gXHttpCont::ReadReplyBin(), gXHttpCont::ReadReplyText(), and gXHttpCont::ReadReplyUnsized(). |
|
Definition at line 519 of file gnet.cpp. Referenced by gXHttpCont::thisReadChunkSize(). |
|
|
|
|
|
Definition at line 532 of file gnet.cpp. Referenced by Write(). |