Package tigase.io

Interface IOInterface

  • All Known Implementing Classes:
    SocketIO, TLSIO, ZLibIO

    public interface IOInterface
    Describe interface IOInterface here.
    Created: Sat May 14 08:07:38 2005
    Author:
    Artur Hefczyc
    • Method Detail

      • bytesRead

        int bytesRead()
      • checkCapabilities

        boolean checkCapabilities​(String caps)
      • getStatistics

        void getStatistics​(StatisticsList list,
                           boolean reset)
      • getBytesSent

        long getBytesSent​(boolean reset)
      • getTotalBytesSent

        long getTotalBytesSent()
      • getBytesReceived

        long getBytesReceived​(boolean reset)
      • getTotalBytesReceived

        long getTotalBytesReceived()
      • getBuffOverflow

        long getBuffOverflow​(boolean reset)
      • getTotalBuffOverflow

        long getTotalBuffOverflow()
      • isConnected

        boolean isConnected()
      • isRemoteAddress

        boolean isRemoteAddress​(String addr)
      • waitingToSend

        boolean waitingToSend()
      • waitingToSendSize

        int waitingToSendSize()
      • setLogId

        void setLogId​(String logId)