Package com.google.gerrit.sshd
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.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(Long id, SshSession sshSession, org.apache.sshd.common.session.helpers.AbstractSession abstractSession, org.apache.sshd.common.io.IoSession ioSession)
-
Method Details
-
accept
void accept(Long id, SshSession sshSession, org.apache.sshd.common.session.helpers.AbstractSession abstractSession, org.apache.sshd.common.io.IoSession ioSession)
-