public interface DataSender
Modifier and Type | Method and Description |
---|---|
void |
connect() |
void |
disconnect() |
long |
getConnectTime() |
int |
getRequestCount() |
boolean |
isConnected() |
boolean |
keepalive() |
void |
setKeepAliveCount(int maxRequests) |
void |
setKeepAliveTime(long keepAliveTimeInMs) |
void |
setRxBufSize(int size) |
void |
setTimeout(long timeout) |
void |
setTxBufSize(int size) |
void connect() throws java.io.IOException
java.io.IOException
void disconnect()
boolean isConnected()
void setRxBufSize(int size)
void setTxBufSize(int size)
boolean keepalive()
void setTimeout(long timeout)
void setKeepAliveCount(int maxRequests)
void setKeepAliveTime(long keepAliveTimeInMs)
int getRequestCount()
long getConnectTime()
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.