Main Page Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members File Members Related Pages
ssobjects::ServerSocket Member List
This is the complete list of members for ssobjects::ServerSocket, including all inherited members.
- accept(SocketInstance &s, LPSOCKADDR psa)
- accept(SocketInstance *s, LPSOCKADDR psa)
- addPacketBuffer(const PacketBuffer *const ppacket)
[protected]
- bind(LPCSOCKADDR psa)
- cleanup()
- close()
- connect(LPCSOCKADDR psa)
- create(const int nType=SOCK_STREAM)
- extractPacket()
- flags() const
[inline]
- getAddr() const
[inline]
- getBufferSizeMax() const
[inline]
- getHostByAddr(LPCSOCKADDR psa)
[static]
- getHostByName(const char *pchName, const USHORT ushPort=0)
[static]
- getInBuffer() const
[inline, protected]
- getInBufferSize() const
[inline]
- getOutBuffer() const
[inline, protected]
- getOutBufferSize() const
[inline]
- getOutBufferSizeMax() const
[inline]
- getPeerAddr(LPSOCKADDR psa)
- getSockAddr(LPSOCKADDR psa)
- getSocket() const
[inline]
- listen()
- m_bThrowExceptionOnReadClose
- m_flags
[protected]
- m_hSocket
- m_iTimeout
[protected]
- m_nBufferSizeMax
[protected]
- m_nBytesIn
[protected]
- m_nBytesOut
[protected]
- m_nID
[protected]
- m_pInBuff
[protected]
- m_pInPtr
[protected]
- m_pOutBuff
[protected]
- m_pOutPtr
[protected]
- m_pserverHandler
[protected]
- m_socketAddr
[protected]
- modeAll enum value
- modeClosed enum value
- modeClosing enum value
- modeInvalid enum value
- modeNotified enum value
- modeReadOkay enum value
- modeSendOkay enum value
- modeValid enum value
- modeWriteOkay enum value
- operator SOCKET()
[inline]
- operator=(const ServerSocket &)
[protected]
- ssobjects::SocketInstance::operator=(const SocketInstance &s)
- readData()
- receiveDatagram(char *pch, const int nSize, LPSOCKADDR psa, const int nSecs=10)
- recv(char *pch, const int nSize, const int nSecs=DEFAULT_SOCKET_TIMEOUT)
- rotateBuffer(char *pbuffer, unsigned32 nBuffSize, unsigned32 nBytesRotatingOut)
[protected]
- send(const char *pch, const int nSize, const int nSecs=DEFAULT_SOCKET_TIMEOUT)
- sendBuffer()
- sendDatagram(const char *pch, const int nSize, LPCSOCKADDR psa, const int nSecs=10)
- sendPacket(const PacketBuffer &packet)
- sendPacket(const PacketBuffer *const ppacket)
- serverHandler() const
[inline]
- ServerSocket(const unsigned32 nBufferSize=18000, const int iTimeout=DEFAULT_SOCKET_TIMEOUT)
- ServerSocket(const SocketInstance &socket, const SockAddr &sa, const unsigned32 nBuffSize, const int iTimeout)
- ServerSocket(const ServerSocket &)
[protected]
- setExceptionOnReadClose(const bool bThrowException=true)
- setServerHandler(ServerHandler *s)
[inline]
- SocketInstance()
[inline]
- SocketInstance(const SocketInstance &s)
[inline]
- socketTimeout() const
[inline]
- write(const char *pch, const int nSize, const int nSecs=DEFAULT_SOCKET_TIMEOUT)
- ~ServerSocket()
[virtual]
Generated on Thu Nov 8 12:39:29 2001 for SimpleServerObjects by
1.2.11 written by Dimitri van Heesch,
© 1997-2001