class HttpSenderRT.HttpSendThread extends SendThread
Modifier and Type | Field and Description |
---|---|
private int |
failureCount |
private com.serotonin.web.i18n.LocalizableMessage |
failureMessage |
Constructor and Description |
---|
HttpSendThread() |
Modifier and Type | Method and Description |
---|---|
protected void |
runImpl() |
private boolean |
send(java.util.List<PublishQueueEntry<HttpPointVO>> list) |
initialize, isRunning, joinTermination, run, terminate, waitImpl
activeCount, checkAccess, clone, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield
private int failureCount
private com.serotonin.web.i18n.LocalizableMessage failureMessage
protected void runImpl()
runImpl
in class SendThread
private boolean send(java.util.List<PublishQueueEntry<HttpPointVO>> list)