public class HttpSenderRT extends PublisherRT<HttpPointVO>
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
HttpSenderRT.HttpSendThread |
| Modifier and Type | Field and Description |
|---|---|
private static int |
MAX_FAILURES |
static int |
RESULT_WARNINGS_EVENT |
(package private) EventType |
resultWarningsEventType |
static int |
SEND_EXCEPTION_EVENT |
(package private) EventType |
sendExceptionEventType |
static java.lang.String |
USER_AGENT |
(package private) HttpSenderVO |
vo |
POINT_DISABLED_EVENT, pointRTs, queue, QUEUE_SIZE_WARNING_EVENT| Constructor and Description |
|---|
HttpSenderRT(HttpSenderVO vo) |
| Modifier and Type | Method and Description |
|---|---|
(package private) org.apache.commons.httpclient.NameValuePair[] |
createNVPs(java.util.List<com.serotonin.db.KeyValuePair> staticParameters,
java.util.List<PublishQueueEntry<HttpPointVO>> list) |
(package private) PublishQueue<HttpPointVO> |
getPublishQueue() |
void |
initialize() |
createEventContext, createPublishQueue, getId, getPersistentData, getVo, initialize, joinTermination, pointInitialized, pointTerminated, publish, scheduleTimeout, setPersistentData, terminatepublic static final java.lang.String USER_AGENT
private static final int MAX_FAILURES
public static final int SEND_EXCEPTION_EVENT
public static final int RESULT_WARNINGS_EVENT
final EventType sendExceptionEventType
final EventType resultWarningsEventType
final HttpSenderVO vo
public HttpSenderRT(HttpSenderVO vo)
public void initialize()
initialize in class PublisherRT<HttpPointVO>PublishQueue<HttpPointVO> getPublishQueue()
org.apache.commons.httpclient.NameValuePair[] createNVPs(java.util.List<com.serotonin.db.KeyValuePair> staticParameters,
java.util.List<PublishQueueEntry<HttpPointVO>> list)