This is the complete list of members for StreamingSocket, including all inherited members.
bindToPort(int localPortNumber) | StreamingSocket | |
bindToPort(int localPortNumber, const String &localAddress) | StreamingSocket | |
close() | StreamingSocket | |
connect(const String &remoteHostname, int remotePortNumber, int timeOutMillisecs=3000) | StreamingSocket | |
connected | StreamingSocket | private |
createListener(int portNumber, const String &localHostName=String()) | StreamingSocket | |
getBoundPort() const noexcept | StreamingSocket | |
getHostName() const noexcept | StreamingSocket | inline |
getPort() const noexcept | StreamingSocket | inline |
getRawSocketHandle() const noexcept | StreamingSocket | inline |
handle | StreamingSocket | private |
hostName | StreamingSocket | private |
isConnected() const noexcept | StreamingSocket | inline |
isListener | StreamingSocket | private |
isLocal() const noexcept | StreamingSocket | |
portNumber | StreamingSocket | private |
read(void *destBuffer, int maxBytesToRead, bool blockUntilSpecifiedAmountHasArrived) | StreamingSocket | |
readLock | StreamingSocket | mutableprivate |
StreamingSocket() | StreamingSocket | |
StreamingSocket(const String &hostname, int portNumber, int handle) | StreamingSocket | private |
waitForNextConnection() const | StreamingSocket | |
waitUntilReady(bool readyForReading, int timeoutMsecs) const | StreamingSocket | |
write(const void *sourceBuffer, int numBytesToWrite) | StreamingSocket | |
~StreamingSocket() | StreamingSocket |