Mixes for Privacy and Anonymity in the Internet
CASocket Member List

This is the complete list of members for CASocket, including all inherited members.

accept(CASocket &s)CASocketvirtual
CASocket(bool bIsReserved=false)CASocket
cleanup()CASocketstatic
close()CASocketvirtual
connect(const CASocketAddr &psa)CASocketvirtual
connect(const CASocketAddr &psa, UINT32 retry, UINT32 sWaitTime)CASocketvirtual
connect(const CASocketAddr &psa, UINT32 msTimeOut)CASocketvirtual
countOpenSockets()CASocketstatic
create()CASocketvirtual
create(bool a_bShowTypicalError)CASocketvirtual
create(SINT32 type)CASocketvirtual
create(SINT32 type, bool a_bShowTypicalError)CASocketprivatevirtual
getLocalIP(UINT8 r_Ip[4])CASocketvirtual
getLocalPort()CASocketvirtual
getMaxOpenSockets()CASocketstatic
getNonBlocking(bool *b)CASocketvirtual
getPeerIP(UINT8 ip[4])CASocketvirtual
getPeerPort()CASocketvirtual
getRecvBuff()CASocketvirtual
getSendBuff()CASocketvirtual
getSendTimeOut()CASocketvirtual
getSocket()CASocketvirtual
init()CASocketstatic
isClosed()CASocketvirtual
listen(const CASocketAddr &psa)CASocketvirtual
listen(UINT16 port)CASocketvirtual
m_bIsReservedSocketCASocketprivate
m_bSocketIsClosedCASocketprotected
m_pcsCloseCASocketprivatestatic
m_pSingleSocketGroupReadCASocketprotected
m_SocketCASocketprotected
m_u32MaxNormalSocketsCASocketprivatestatic
m_u32NormalSocketsOpenCASocketprivatestatic
peek(UINT8 *buff, UINT32 len)CASocketvirtual
receive(UINT8 *buff, UINT32 len)CASocketvirtual
receiveFully(UINT8 *buff, UINT32 len)CAClientSocket
receiveFullyT(UINT8 *buff, UINT32 len, UINT32 msTimeOut)CASocketvirtual
receiveLine(UINT8 *line, UINT32 maxLen, UINT32 msTimeOut)CASocketvirtual
send(const UINT8 *buff, UINT32 len)CASocketvirtual
sendFully(const UINT8 *buff, UINT32 len)CASocketvirtual
sendFullyTimeOut(const UINT8 *buff, UINT32 len, UINT32 msTimeOut, UINT32 msTimeOutSingleSend)CASocketvirtual
sendTimeOut(const UINT8 *buff, UINT32 len, UINT32 msTimeOut)CASocketvirtual
setKeepAlive(bool b)CASocketvirtual
setKeepAlive(UINT32 sec)CASocketvirtual
setMaxNormalSockets(UINT32 u)CASocketstatic
setNonBlocking(bool b)CASocketvirtual
setRecvBuff(UINT32 r)CASocketvirtual
setReuseAddr(bool b)CASocketvirtual
setSendBuff(SINT32 r)CASocketvirtual
setSendTimeOut(UINT32 msTimeOut)CASocketvirtual
setSocket(SOCKET s)CASocketprivatevirtual
~CAClientSocket()CAClientSocketvirtual
~CASocket()CASocket