public interface DataSender
Title:
Description:
Company:
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 IOException
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-2021 Apache Software Foundation. All Rights Reserved.