HDK
|
This is the complete list of members for UT_NetPacket, including all inherited members.
acceptClient(UT_NetSocket &server, int blocking=1, int timeout=10) | UT_NetPacket | static |
clearFlag(unsigned flag) | UT_NetPacket | inline |
connectToServer(const char *host=0, int port=-1, int blocking=1, int timeout=5) | UT_NetPacket | static |
disconnectFromServer(UT_NetSocket *socket) | UT_NetPacket | static |
flush(UT_NetSocket &sock) | UT_NetPacket | |
getDataSize() const | UT_NetPacket | inline |
getDefaultServerPort() | UT_NetPacket | static |
getFlag(unsigned flag) const | UT_NetPacket | inline |
getHost() | UT_NetPacket | static |
getMemoryUsage(bool inclusive) const | UT_NetPacket | |
getUserHost() | UT_NetPacket | static |
limitDataSize(unsigned maxsize=4096) | UT_NetPacket | inline |
matchIPMask(const char *mask, const char *address, UT_NetSocket *socket) | UT_NetPacket | static |
matchServerClientIPs(const UT_IpAddressV4 &server, const UT_IpAddressV4 &client, const char *mask_pattern) | UT_NetPacket | static |
PacketCompress enum value | UT_NetPacket | |
PacketCrypt enum value | UT_NetPacket | |
read(UT_NetSocket &sock, UT_WorkBuffer &wbuf, unsigned len, int timeout=-1) | UT_NetPacket | |
read(UT_NetSocket &sock, UT_WorkBuffer &wbuf, unsigned len, int timeout, int &status) | UT_NetPacket | |
readPacket(UT_NetSocket &sock, unsigned &len, int timeout_ms, int &status) | UT_NetPacket | inline |
readPacket(UT_NetSocket &sock, unsigned &len, int timeout_ms=-1) | UT_NetPacket | inline |
readPacket(UT_NetSocket &sock, void *data, unsigned size, int timeout_ms, int &status) | UT_NetPacket | inline |
readPacket(UT_NetSocket &sock, void *data, unsigned size, int timeout_ms=-1) | UT_NetPacket | inline |
readPacket(UT_NetSocket &sock, UT_WorkBuffer &wbuf, int timeout_ms=-1) | UT_NetPacket | |
readPacket(UT_NetSocket &sock, UT_WorkBuffer &wbuf, int timeout_ms, int &status) | UT_NetPacket | |
readPacketData(UT_NetSocket &sock, void *buf, unsigned len, int *timeout_ms=NULL) | UT_NetPacket | |
readPacketData(UT_NetSocket &sock, UT_WorkBuffer &buf, unsigned int len, int *timeout_ms=NULL) | UT_NetPacket | |
readPacketData(UT_NetSocket &sock, void *buf, unsigned len, int *timeout_ms, int &status) | UT_NetPacket | |
readPacketData(UT_NetSocket &sock, UT_WorkBuffer &buf, unsigned int len, int *timeout_ms, int &status) | UT_NetPacket | |
readPacketLength(UT_NetSocket &sock, int *timeout_ms=NULL) | UT_NetPacket | |
readPacketLength(UT_NetSocket &sock, int *timeout_ms, int &status) | UT_NetPacket | |
setFlag(unsigned flag) | UT_NetPacket | inline |
steal() | UT_NetPacket | inline |
UT_NetPacket(unsigned write_bufsize=4096, unsigned read_bufsize=0) | UT_NetPacket | explicit |
write(UT_NetSocket &sock, const UT_WorkBuffer &data) | UT_NetPacket | |
writeData(UT_NetSocket &sock, const void *data, unsigned len) | UT_NetPacket | |
writeData(UT_NetSocket &sock, const char *data) | UT_NetPacket | inline |
~UT_NetPacket() | UT_NetPacket |