public interface HttpConnectorMBean extends MessageConnectorMBean
Modifier and Type | Method and Description |
---|---|
int |
getFetchCount()
Number of times to use fetchDelay after sending piece of data
|
long |
getFetchDelay()
Frequency (in ms) of updating data when data was sent recently
Returns "fetch" delay that is used between subsequent POST requests if any
data was sent upstream.
|
String |
getProxyHost()
HTTP proxy host name
|
int |
getProxyPort()
HTTP proxy port
|
long |
getUpdateDelay()
Frequency (in ms) of checking if new data is available.
|
boolean |
isFile()
True in file mode (GET request)
|
void |
setAddress(String address) |
void |
setFetchCount(int fetchCount) |
void |
setFetchDelay(long fetchDelay)
Sets "fetch" delay.
|
void |
setFile(boolean file) |
void |
setProxyHost(String proxyHost) |
void |
setProxyPort(int proxyPort) |
void |
setUpdateDelay(long updateDelay)
Sets "update" delay.
|
getAddress, getConnectionCount, getEndpointStats, getName, getPassword, getReconnectDelay, getState, getThreadPriority, getUser, isActive, reconnect, resetEndpointStats, restart, retrieveCompleteEndpointStats, setName, setPassword, setReconnectDelay, setThreadPriority, setUser, start, stop
void setAddress(String address)
int getFetchCount()
void setFetchCount(int fetchCount)
long getFetchDelay()
void setFetchDelay(long fetchDelay)
getFetchDelay()
.fetchDelay
- see getFetchDelay()
long getUpdateDelay()
void setUpdateDelay(long updateDelay)
getUpdateDelay()
.updateDelay
- see getUpdateDelay()
String getProxyHost()
void setProxyHost(String proxyHost)
int getProxyPort()
void setProxyPort(int proxyPort)
boolean isFile()
void setFile(boolean file)
Copyright © 2002-2020 Devexperts LLC. All Rights Reserved.