OWLNext    7.0
Borland's Object Windows Library for the modern age
Loading...
Searching...
No Matches
owl::TStreamSocket Member List

This is the complete list of members for owl::TStreamSocket, including all inherited members.

Accept(TStreamSocket &socket)owl::TStreamSocket
Accept(SOCKET &socket, sockaddr &sAddress)owl::TStreamSocket
BindSocket(const TSocketAddress &addressToBindTo)owl::TSocketvirtual
BindSocket()owl::TSocketvirtual
CancelNotification()owl::TSocketvirtual
CloseSocket()owl::TSocketvirtual
Connect()owl::TStreamSocket
Connect(TSocketAddress &addressToConnectTo)owl::TStreamSocket
Connected enum valueowl::TStreamSocket
ConnectPending enum valueowl::TStreamSocket
ConnectStatusowl::TStreamSocket
ConvertProtocol(char *protocol)owl::TSocketvirtual
CreateSocket()owl::TSocketvirtual
DoAcceptNotification(const SOCKET &s, int nError)owl::TStreamSocketprotectedvirtual
DoCloseNotification(const SOCKET &s, int nError)owl::TStreamSocketprotectedvirtual
DoConnectNotification(const SOCKET &s, int nError)owl::TStreamSocketprotectedvirtual
DoOOBNotification(const SOCKET &s, int nError)owl::TStreamSocketprotectedvirtual
DoReadNotification(const SOCKET &s, int nError)owl::TStreamSocketprotectedvirtual
DoWriteNotification(const SOCKET &s, int nError)owl::TStreamSocketprotectedvirtual
Familyowl::TSocketprotected
GetBroadcastOption(bool &bBroadcast)owl::TSocket
GetDebugOption(bool &bDebug)owl::TSocket
GetDriverWaitingSize()owl::TSocketvirtual
GetKeepAliveOption(bool &bKeepAlive)owl::TSocket
GetLastError()owl::TSocketinline
GetLingerOption(bool &bLinger, ushort &nLingerTime)owl::TSocket
GetMyAddress(TSocketAddress &socketAddress, int &nAddressLength, SOCKET &socket)owl::TSocketvirtual
GetMyAddress(TSocketAddress &socketAddress, int &nAddressLength)owl::TSocketvirtual
GetOOBOption(bool &bSendOOBDataInline)owl::TSocket
GetPeerAddress(TSocketAddress &socketAddress, int &nAddressLength, SOCKET &socket)owl::TSocketvirtual
GetPeerAddress(TSocketAddress &socketAddress, int &nAddressLength)owl::TSocketvirtual
GetReceiveBufferOption(int &nReceiveBufferSize)owl::TSocket
GetReuseAddressOption(bool &bAllowReuseAddress)owl::TSocket
GetRouteOption(bool &bRoute)owl::TSocket
GetSendBufferOption(int &nSendBufferSize)owl::TSocket
GetTotalWaitingSize()owl::TSocketvirtual
Init()owl::TSocketprotected
LastErrorowl::TSocketprotected
Listen(int nMaxQueuedConnections=N_DEF_MAX_QUEUED_CONNECTIONS)owl::TStreamSocket
Listening enum valueowl::TStreamSocket
MaxReadBufferSizeowl::TSocketprotected
NotConnected enum valueowl::TStreamSocket
operator SOCKET() constowl::TSocketinline
operator=(TStreamSocket &src)owl::TStreamSocket
owl::TSocket::operator=(TSocket &newSocket)owl::TSocket
Protocolowl::TSocketprotected
Read(char *data, int &charsToRead)owl::TStreamSocket
ReadOOB(char *data, int &charsToRead)owl::TStreamSocket
SaveSocketowl::TSocketprotected
SetBroadcastOption(bool bBroadcast)owl::TSocket
SetDebugOption(bool bDebug)owl::TSocket
SetKeepAliveOption(bool bKeepAlive)owl::TSocket
SetLingerOption(bool bLinger, ushort nLingerTime=0)owl::TSocket
SetMaxReadBufferSize(int nNewMaxReadBufferSize)owl::TSocketvirtual
SetMyAddress(TSocketAddress &newSocketAddress)owl::TSocketvirtual
SetNotificationSet(int notificationSet)owl::TSocketinlinevirtual
SetNotificationWindow(TWindow *windowNotification)owl::TSocketinlinevirtual
SetOOBOption(bool bSendOOBDataInline)owl::TSocket
SetPeerSocketAddress(TSocketAddress &newPeerSocketAddress)owl::TSocketvirtual
SetReceiveBufferOption(int nReceiveBufferSize)owl::TSocket
SetReuseAddressOption(bool bAllowReuseAddress)owl::TSocket
SetRouteOption(bool bRoute)owl::TSocket
SetSaveSocketOnDelete(bool saveSocket=true)owl::TSocketinline
SetSendBufferOption(int nSendBufferSize)owl::TSocket
SetSocketStyle(int nNewFamily=PF_INET, int nNewType=SOCK_STREAM, int nNewProtocol=0)owl::TSocketvirtual
ShutDownSocket(TShutMode shutMode=ShutModeNoRecvSend)owl::TSocketvirtual
ShutModeNoRecv enum valueowl::TSocket
ShutModeNoRecvSend enum valueowl::TSocket
ShutModeNoSend enum valueowl::TSocket
SocketsCallCheck(int error)owl::TSocketprotected
StartAcceptNotification()owl::TSocketvirtual
StartCustomNotification(int nSelectionOptions)owl::TSocketvirtual
StartRegularNotification()owl::TSocketvirtual
TConnectStatus enum nameowl::TStreamSocket
TShutMode enum nameowl::TSocket
TSocket()owl::TSocket
TSocket(SOCKET &newS)owl::TSocket
TSocket(TSocketAddress &newSocketAddress, int nNewFamily=PF_INET, int nNewType=SOCK_STREAM, int nNewProtocol=0)owl::TSocket
TStreamSocket()owl::TStreamSocket
TStreamSocket(SOCKET &newS)owl::TStreamSocket
TStreamSocket(TSocketAddress &socketAddress, int addressFormat=PF_INET, int Type=SOCK_STREAM, int protocol=0)owl::TStreamSocket
Typeowl::TSocketprotected
Windowowl::TSocketprotected
Write(char *data, int &charsToWrite, int flags=0, bool becomeOwnerOfData=true, bool copyData=true)owl::TStreamSocket
WriteOOB(char *data, int &charsToWrite, int nFlags=MSG_OOB, bool becomeOwnerOfData=true, bool copyData=true)owl::TStreamSocket
~TSocket()owl::TSocketvirtual