JUCE
|
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 noexcept | StreamingSocket | |
getHostName() const noexcept | StreamingSocket | |
getPort() const noexcept | StreamingSocket | |
getRawSocketHandle() const noexcept | StreamingSocket | |
isConnected() const noexcept | StreamingSocket | |
isLocal() const noexcept | StreamingSocket | |
read(void *destBuffer, int maxBytesToRead, bool blockUntilSpecifiedAmountHasArrived) | StreamingSocket | |
StreamingSocket() | StreamingSocket | |
waitForNextConnection() const | StreamingSocket | |
waitUntilReady(bool readyForReading, int timeoutMsecs) | StreamingSocket | |
write(const void *sourceBuffer, int numBytesToWrite) | StreamingSocket | |
~StreamingSocket() | StreamingSocket |