Interface SshUtil.SessionConsumer

  • Enclosing class:
    SshUtil
    Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    public static interface SshUtil.SessionConsumer
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void accept​(Long id, SshSession sshSession, org.apache.sshd.common.session.helpers.AbstractSession abstractSession, org.apache.sshd.common.io.IoSession ioSession)  
    • Method Detail

      • accept

        void accept​(Long id,
                    SshSession sshSession,
                    org.apache.sshd.common.session.helpers.AbstractSession abstractSession,
                    org.apache.sshd.common.io.IoSession ioSession)