tigase.io
public interface IOInterface
| Modifier and Type | Method and Description |
|---|---|
int |
bytesRead() |
boolean |
checkCapabilities(String caps) |
long |
getBuffOverflow(boolean reset) |
long |
getBytesReceived(boolean reset) |
long |
getBytesSent(boolean reset) |
int |
getInputPacketSize() |
SocketChannel |
getSocketChannel() |
void |
getStatistics(StatisticsList list,
boolean reset) |
long |
getTotalBuffOverflow() |
long |
getTotalBytesReceived() |
long |
getTotalBytesSent() |
boolean |
isConnected() |
boolean |
isRemoteAddress(String addr) |
ByteBuffer |
read(ByteBuffer buff) |
void |
setLogId(String logId) |
void |
stop() |
boolean |
waitingToSend() |
int |
waitingToSendSize() |
int |
write(ByteBuffer buff) |
int bytesRead()
boolean checkCapabilities(String caps)
int getInputPacketSize()
throws IOException
IOExceptionSocketChannel getSocketChannel()
void getStatistics(StatisticsList list, boolean reset)
long getBytesSent(boolean reset)
long getTotalBytesSent()
long getBytesReceived(boolean reset)
long getTotalBytesReceived()
long getBuffOverflow(boolean reset)
long getTotalBuffOverflow()
boolean isConnected()
boolean isRemoteAddress(String addr)
ByteBuffer read(ByteBuffer buff) throws IOException
IOExceptionvoid stop()
throws IOException
IOExceptionboolean waitingToSend()
int waitingToSendSize()
int write(ByteBuffer buff) throws IOException
IOExceptionvoid setLogId(String logId)
Copyright © 2013 Tigase. All rights reserved.