C++ HTTP Stack  0.10
Public 멤버 함수 | Public 속성 | 모든 멤버 목록
CTcpComm 클래스 참조

TCP 쓰레드에 TCP 세션을 전달할 때에 사용되는 클래스 - m_bUseThreadPipe 가 true 일 때에 사용된다. 더 자세히 ...

Public 멤버 함수

 CTcpComm ()
void Close ()

Public 속성

Socket m_hSocket
char m_szIp [INET6_ADDRSTRLEN]
int m_iPort
SSL * m_psttSsl
bool m_bClient
 TCP client 로 서버에 연결된 경우에 true 이다.

상세한 설명

TCP 쓰레드에 TCP 세션을 전달할 때에 사용되는 클래스 - m_bUseThreadPipe 가 true 일 때에 사용된다.

생성자 & 소멸자 문서화

CTcpComm::CTcpComm ( )
inline

멤버 함수 문서화

void CTcpComm::Close ( )
inline

멤버 데이타 문서화

bool CTcpComm::m_bClient

TCP client 로 서버에 연결된 경우에 true 이다.

Socket CTcpComm::m_hSocket
int CTcpComm::m_iPort
SSL* CTcpComm::m_psttSsl
char CTcpComm::m_szIp[INET6_ADDRSTRLEN]