callbackConnectionState | juce::InterprocessConnection | private |
connectionLost()=0 | juce::InterprocessConnection | pure virtual |
connectionLostInt() | juce::InterprocessConnection | private |
connectionMade()=0 | juce::InterprocessConnection | pure virtual |
connectionMadeInt() | juce::InterprocessConnection | private |
connectToPipe(const String &pipeName, int pipeReceiveMessageTimeoutMs) | juce::InterprocessConnection | |
connectToSocket(const String &hostName, int portNumber, int timeOutMillisecs) | juce::InterprocessConnection | |
createPipe(const String &pipeName, int pipeReceiveMessageTimeoutMs, bool mustNotExist=false) | juce::InterprocessConnection | |
deletePipeAndSocket() | juce::InterprocessConnection | private |
deliverDataInt(const MemoryBlock &) | juce::InterprocessConnection | private |
disconnect(int timeoutMs=-1, Notify notify=Notify::yes) | juce::InterprocessConnection | |
getConnectedHostName() const | juce::InterprocessConnection | |
getPipe() const noexcept | juce::InterprocessConnection | inline |
getSocket() const noexcept | juce::InterprocessConnection | inline |
initialise() | juce::InterprocessConnection | private |
initialiseWithPipe(std::unique_ptr< NamedPipe >) | juce::InterprocessConnection | private |
initialiseWithSocket(std::unique_ptr< StreamingSocket >) | juce::InterprocessConnection | private |
InterprocessConnection(bool callbacksOnMessageThread=true, uint32 magicMessageHeaderNumber=0xf2b49e2c) | juce::InterprocessConnection | |
InterprocessConnectionServer class | juce::InterprocessConnection | friend |
isConnected() const | juce::InterprocessConnection | |
magicMessageHeader | juce::InterprocessConnection | private |
messageReceived(const MemoryBlock &message)=0 | juce::InterprocessConnection | pure virtual |
Notify enum name | juce::InterprocessConnection | |
pipe | juce::InterprocessConnection | private |
pipeAndSocketLock | juce::InterprocessConnection | private |
pipeReceiveMessageTimeout | juce::InterprocessConnection | private |
readData(void *, int) | juce::InterprocessConnection | private |
readNextMessage() | juce::InterprocessConnection | private |
runThread() | juce::InterprocessConnection | private |
safeAction | juce::InterprocessConnection | private |
sendMessage(const MemoryBlock &message) | juce::InterprocessConnection | |
socket | juce::InterprocessConnection | private |
thread | juce::InterprocessConnection | private |
threadIsRunning | juce::InterprocessConnection | private |
useMessageThread | juce::InterprocessConnection | private |
writeData(void *, int) | juce::InterprocessConnection | private |
~InterprocessConnection() | juce::InterprocessConnection | virtual |