JUCE  v5.1.1-3-g1a0b28c73
JUCE API
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
connectedStreamingSocketprivate
createListener(int portNumber, const String &localHostName=String())StreamingSocket
getBoundPort() const noexceptStreamingSocket
getHostName() const noexceptStreamingSocketinline
getPort() const noexceptStreamingSocketinline
getRawSocketHandle() const noexceptStreamingSocketinline
handleStreamingSocketprivate
hostNameStreamingSocketprivate
isConnected() const noexceptStreamingSocketinline
isListenerStreamingSocketprivate
isLocal() const noexceptStreamingSocket
portNumberStreamingSocketprivate
read(void *destBuffer, int maxBytesToRead, bool blockUntilSpecifiedAmountHasArrived)StreamingSocket
readLockStreamingSocketmutableprivate
StreamingSocket()StreamingSocket
StreamingSocket(const String &hostname, int portNumber, int handle)StreamingSocketprivate
waitForNextConnection() constStreamingSocket
waitUntilReady(bool readyForReading, int timeoutMsecs) constStreamingSocket
write(const void *sourceBuffer, int numBytesToWrite)StreamingSocket
~StreamingSocket()StreamingSocket