| Modifier and Type | Method and Description |
|---|---|
boolean |
isClientConnected()
Gets whether the
IPCClientSocket is connected or not. |
boolean |
isClientRunning()
Gets whether the client-side connection is running or not.
|
void |
restartClient()
Restarts the client-side
IPCSocket. |
addReader, receiveMessage, removeReader, sendMessageboolean isClientRunning()
true if the client IPCSocket is running,
false if it is stopped.boolean isClientConnected()
IPCClientSocket is connected or not.
This will always return false if
isClientRunning() returns false.
true if the client IPCSocket is connected,
false if the client is not connected or is not
running.void restartClient()
IPCSocket.Copyright © 2021 BSPF Systems, LLC. All rights reserved.