Count of active connections obtained by counting all threads containing
"InboundMessageHandler" Does not count open sockets and cannot
tell if the client disconnected but the message handler was left as
a zombie.
Convert exception stack trace into a string ST_MODE_PLAIN for raw,
unprocessed string ST_MODE_ONE_LINE_ONLY to strip EOL for writing to a
log ST_MODE_HTML for display to browser
Convert throwable stack trace into a string ST_MODE_PLAIN for raw,
unprocessed string ST_MODE_ONE_LINE_ONLY to strip EOL for writing to a
log ST_MODE_HTML for display to browser
get next inbound message from queue if blockUntilMessage=false then return
null if no messages in queue if blockUntilMessage=true then block until
message comes in.
Interface to define handler for different types of callbacks - usually
a message, rpc, or connection thread uses a callback method to notify
the main thread that something happened.
Interface to define handler for different types of callbacks - usually
a message, rpc, or connection thread uses a callback method to notify
the main thread that something happened.