JUCE
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines
StreamingSocket Member List
This is the complete list of members for StreamingSocket, including all inherited members.
bindToPort(int localPortNumber)StreamingSocket
close()StreamingSocket
connect(const String &remoteHostname, int remotePortNumber, int timeOutMillisecs=3000)StreamingSocket
createListener(int portNumber, const String &localHostName=String::empty)StreamingSocket
getHostName() const noexceptStreamingSocket
getPort() 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