#include <UT_IPC.h>

Public Member Functions | |
| UT_InetStream () | |
| ~UT_InetStream () | |
| int | accept (UT_InetStream &newstream) |
| int | socketServer (const UT_InetAddress &ia, int minPort=-1, int maxPort=-1) |
| int | socketClient (const UT_InetAddress &ia, int minPort=-1, int maxPort=-1) |
| void | setNoDelay (int on_or_off) |
Definition at line 327 of file UT_IPC.h.
| UT_InetStream::UT_InetStream | ( | ) |
| UT_InetStream::~UT_InetStream | ( | ) |
| int UT_InetStream::accept | ( | UT_InetStream & | newstream | ) | [inline] |
| void UT_InetStream::setNoDelay | ( | int | on_or_off | ) |
| int UT_InetStream::socketClient | ( | const UT_InetAddress & | ia, | |
| int | minPort = -1, |
|||
| int | maxPort = -1 | |||
| ) |
| int UT_InetStream::socketServer | ( | const UT_InetAddress & | ia, | |
| int | minPort = -1, |
|||
| int | maxPort = -1 | |||
| ) |
1.5.9