JUCE
StreamingSocket Member List

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
createListener(int portNumber, const String &localHostName=String())StreamingSocket
getBoundPort() const noexceptStreamingSocket
getHostName() const noexceptStreamingSocket
getPort() const noexceptStreamingSocket
getRawSocketHandle() const noexceptStreamingSocket
isConnected() const noexceptStreamingSocket
isLocal() const noexceptStreamingSocket
read(void *destBuffer, int maxBytesToRead, bool blockUntilSpecifiedAmountHasArrived)StreamingSocket
StreamingSocket()StreamingSocket
waitForNextConnection() const StreamingSocket
waitUntilReady(bool readyForReading, int timeoutMsecs) const StreamingSocket
write(const void *sourceBuffer, int numBytesToWrite)StreamingSocket
~StreamingSocket()StreamingSocket