17 #ifdef DtUSE_UTILITIES_NAMESPACE
18 namespace DtUSE_UTILITIES_NAMESPACE
100 virtual int processConnections();
115 bool openImmediately =
true,
116 bool connectUdpSocket =
false );
134 virtual bool removeConnection(
const DtInetEndpoint& peerEndpoint );
135 virtual bool removeConnection(
const DtInetSocket* socket );
167 virtual int sendTo( caddr_t buff,
int buffSize,
DtInetDestList& dest,
206 void* usr,
int order );
220 void* usr,
int order );
227 virtual DtU32 getServerFlags()
const;
228 virtual DtU32 getConnectionFlags()
const;
233 virtual int getLastError();
234 virtual DtString getLastErrorString();
235 virtual void clearError();
243 void* socketCreator );
252 virtual int processNewTcpConnections();
253 virtual int processNewUdpConnections();
284 #ifdef DtUSE_UTILITIES_NAMESPACE