Class AsyncSshHandlerReader

  • All Implemented Interfaces:
    AutoCloseable, EventListener, org.apache.sshd.common.future.SshFutureListener<org.apache.sshd.common.io.IoReadFuture>, org.apache.sshd.common.util.SshdEventListener

    public final class AsyncSshHandlerReader
    extends Object
    implements org.apache.sshd.common.future.SshFutureListener<org.apache.sshd.common.io.IoReadFuture>, AutoCloseable
    Listener on async input stream from SSH session. This listeners schedules reads in a loop until the session is closed or read fails.
    • Method Detail

      • operationComplete

        public void operationComplete​(org.apache.sshd.common.io.IoReadFuture future)
        Specified by:
        operationComplete in interface org.apache.sshd.common.future.SshFutureListener<org.apache.sshd.common.io.IoReadFuture>