HDK
|
This is the complete list of members for UT_NetSocket, including all inherited members.
accept(bool blocking, int &condition) | UT_NetSocket | virtual |
addToFDSet(fd_set *set, int &maxfd) | UT_NetSocket | |
close() | UT_NetSocket | inlinevirtual |
closeInetSocket() | UT_NetSocket | protected |
connect(int timeout_ms=0) | UT_NetSocket | virtual |
dataAvailable(int timeout=0) | UT_NetSocket | virtual |
fdClr(int fd, fd_set *set) | UT_NetSocket | static |
fdIsSet(int fd, fd_set *set) | UT_NetSocket | static |
fdSet(int fd, fd_set *set) | UT_NetSocket | static |
fdZero(fd_set *set) | UT_NetSocket | static |
flushRead() | UT_NetSocket | virtual |
flushWrite() | UT_NetSocket | virtual |
getAddress() const | UT_NetSocket | inline |
getErrorName(int code) | UT_NetSocket | static |
getHostAddress(UT_IpAddressV4 &address, const char *hostname=0) | UT_NetSocket | static |
getHostAddress(UT_IpAddress &address, const char *hostname=0) | UT_NetSocket | static |
getHostName(char *name, int max) | UT_NetSocket | static |
getHostNameByAlias(UT_String &host, const char *alias=NULL) | UT_NetSocket | static |
getLocalAddress(UT_IpAddress &address, UT_IpAddressFamily family=UT_IpAddressFamily::IPv4) | UT_NetSocket | static |
getLocalAddresses(UT_Array< UT_IpAddress > &addresses, UT_IpAddressFamily family=UT_IpAddressFamily::IPv4) | UT_NetSocket | static |
getLocalIP4() const | UT_NetSocket | |
getLocalIP4(UT_IpAddressV4 &ip) | UT_NetSocket | |
getMemoryUsage(bool inclusive) const | UT_NetSocket | virtual |
getPort() const | UT_NetSocket | inline |
getPortByService(const char *service, const char *proto="tcp", int default_port=0) | UT_NetSocket | static |
getRemoteIP4() const | UT_NetSocket | inline |
getRemoteIP4(UT_IpAddressV4 &ip) | UT_NetSocket | |
getRemoteSocket(UT_IpAddressV4 &host, int &port) const | UT_NetSocket | virtual |
getSocket() const | UT_NetSocket | inline |
isBlocking() const | UT_NetSocket | inline |
isConnected() const | UT_NetSocket | inline |
isLocalConnection() const | UT_NetSocket | |
isLocalConnection(int fd) | UT_NetSocket | static |
isServer() const | UT_NetSocket | inline |
isSocketSelected(fd_set &set) | UT_NetSocket | |
isValid() const | UT_NetSocket | inlinevirtual |
mapToUnprivilegedPort(int port) | UT_NetSocket | static |
myAddressName | UT_NetSocket | protected |
myAddressPort | UT_NetSocket | protected |
myConnected | UT_NetSocket | protected |
myIsBlocking | UT_NetSocket | protected |
myIsServer | UT_NetSocket | protected |
myRemoteIP4 | UT_NetSocket | protected |
mySocket | UT_NetSocket | protected |
myTermOnLost | UT_NetSocket | protected |
newSocket(int port, bool blocking=false, bool portisonlyhint=false) | UT_NetSocket | static |
newSocketFromAddr(const char *address, int port, bool blocking=false, int localport=-1) | UT_NetSocket | static |
nonBlockingSendCommandAndGetResult(int port, const char *command, UT_WorkBuffer &response, const char *host_name=0, bool remap_privileged_ports=true) | UT_NetSocket | static |
operator=(UT_NetSocket &sock)=delete | UT_NetSocket | |
peek(void *data, int len, int timeout_ms=-1) | UT_NetSocket | virtual |
read(void *data, int len, int *numRead=0, int timeout_ms=-1) | UT_NetSocket | virtual |
read(UT_WorkBuffer &data, int timeout_ms=-1, bool wait_for_null_terminator=false) | UT_NetSocket | virtual |
select(int fd, fd_set *r_set, fd_set *w_set, fd_set *e_set, SYS_TimeVal *tv) | UT_NetSocket | static |
selectInMS(int maxfd, fd_set *r_set, fd_set *w_set, fd_set *e_set, int timeoutms=0) | UT_NetSocket | static |
sendCommandAndGetResult(int port, const char *command, UT_WorkBuffer &response, const char *host_name=0, bool remap_privileged_ports=true) | UT_NetSocket | static |
setBlocking(bool blocking) | UT_NetSocket | virtual |
setNoDelay(int usenodelay) | UT_NetSocket | |
setQuickAck(int quickack) | UT_NetSocket | |
shutdown(int type) | UT_NetSocket | virtual |
sockRecv(void *data, int len, int *num_read=nullptr) | UT_NetSocket | |
terminateOnConnectionLost(bool term=true) | UT_NetSocket | |
UT_BAD_ADDRESS enum value | UT_NetSocket | |
UT_CONNECT_FAILED enum value | UT_NetSocket | |
UT_CONNECT_SUCCESS enum value | UT_NetSocket | |
UT_ERROR_OCCURED enum value | UT_NetSocket | |
UT_NetSocket(UT_NetSocket &sock)=delete | UT_NetSocket | |
UT_NetSocket(UT_NetSocket *netsocket, int socket, bool blocking) | UT_NetSocket | protected |
UT_NetSocket(const char *address, int port, bool blocking=false, int localport=-1) | UT_NetSocket | protected |
UT_NetSocket() | UT_NetSocket | protected |
UT_NO_CONNECTION enum value | UT_NetSocket | |
UT_SHUTDOWN_BOTH enum value | UT_NetSocket | |
UT_SHUTDOWN_RECEIVE enum value | UT_NetSocket | |
UT_SHUTDOWN_SEND enum value | UT_NetSocket | |
UT_WOULD_BLOCK enum value | UT_NetSocket | |
UT_WRONG_SOCKET enum value | UT_NetSocket | |
waitForDataOrTimeout(int timeout_ms) | UT_NetSocket | protected |
write(const void *data, int len, int *numWritten=0) | UT_NetSocket | virtual |
~UT_NetSocket() | UT_NetSocket | virtual |