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