Uses of Class
org.apache.sshd.common.io.nio2.Nio2Session
-
Packages that use Nio2Session Package Description org.apache.sshd.common.io.nio2 -
-
Uses of Nio2Session in org.apache.sshd.common.io.nio2
Methods in org.apache.sshd.common.io.nio2 that return Nio2Session Modifier and Type Method Description protected Nio2Session
Nio2Acceptor.AcceptCompletionHandler. createSession(Nio2Acceptor acceptor, java.net.SocketAddress address, java.nio.channels.AsynchronousSocketChannel channel, IoHandler handler)
protected Nio2Session
Nio2Connector. createSession(PropertyResolver propertyResolver, IoHandler handler, java.nio.channels.AsynchronousSocketChannel socket)
Nio2Session
Nio2ServiceFactory. createSession(Nio2Service service, IoHandler handler, java.nio.channels.AsynchronousSocketChannel socket, java.net.SocketAddress address)
Methods in org.apache.sshd.common.io.nio2 with parameters of type Nio2Session Modifier and Type Method Description void
Nio2Service. sessionClosed(Nio2Session session)
-