Interface SessionBufferStatus

    • Method Detail

      • hasBufferedInput

        boolean hasBufferedInput()
        Determines if the session input buffer contains data.
        Returns:
        true if the session input buffer contains data, false otherwise.
      • hasBufferedOutput

        boolean hasBufferedOutput()
        Determines if the session output buffer contains data.
        Returns:
        true if the session output buffer contains data, false otherwise.