Uses of Class
org.apache.sshd.SshServer

Packages that use SshServer
org.apache.sshd Defines the two main classes for the client and server side of SSH protocol support. 
org.apache.sshd.server.session   
 

Uses of SshServer in org.apache.sshd
 

Methods in org.apache.sshd that return SshServer
static SshServer SshServer.setUpDefaultServer()
           
 

Uses of SshServer in org.apache.sshd.server.session
 

Fields in org.apache.sshd.server.session declared as SshServer
protected  SshServer SessionFactory.server
           
 

Methods in org.apache.sshd.server.session with parameters of type SshServer
 void SessionFactory.setServer(SshServer server)
           
 



Copyright © 2008-2012 Apache Software Foundation. All Rights Reserved.