Defined in file: hzProcess.h
Constructors/Detructors
hzTcpClient* | hzTcpClient | (void) | |
NULL-BASIS | ~hzTcpClient | (void) | |
Public Methods:
void | Close | (void) | |
hzEcode | ConnectIP | (const hzIpaddr& ipa, unsigned int nPort, unsigned int nTimeoutR, unsigned int nTimeoutS) | |
hzEcode | ConnectLoc | (unsigned int nPort) | |
hzEcode | ConnectSSL | (const char* hostname, unsigned int nPort, unsigned int nTimeoutR, unsigned int nTimeoutS) | |
hzEcode | ConnectStd | (const char* hostname, unsigned int nPort, unsigned int nTimeoutR, unsigned int nTimeoutS) | |
char* | GetBuffer | (void) | |
hzEcode | Recv | (void* vpOut, unsigned int& nRecv, unsigned int nMax) | |
hzEcode | Recv | (hzChain& Z) | |
hzEcode | Send | (const void* pIn, unsigned int nLen) | |
hzEcode | Send | (const hzChain& C) | |
void | SetDebug | (bool bDebug) | |
hzEcode | SetRecvTimeout | (unsigned int nInterval) | |
hzEcode | SetSendTimeout | (unsigned int nInterval) | |
void | Show | (hzChain& Z) | |
unsigned int | Sock | (void) | |
Member Variables:
char* | m_Buf | | No description |
hzString | m_Hostname | | No description |
hzIpaddr | m_Ipa | | No description |
sockaddr_in | m_SvrAddr | | No description |
bool | m_bDebug | | No description |
bool | m_bError | | No description |
bool | m_bSSL | | No description |
unsigned int | m_nBytesRecv | | No description |
unsigned int | m_nPort | | No description |
unsigned int | m_nSock | | No description |
unsigned int | m_nTimeoutR | | No description |
unsigned int | m_nTimeoutS | | No description |
hostent* | m_pHost | | No description |
SSL* | m_pSSL | | No description |