Uses of Interface
org.apache.sshd.server.session.ServerProxyAcceptorHolder
-
Packages that use ServerProxyAcceptorHolder Package Description org.apache.sshd.server org.apache.sshd.server.session -
-
Uses of ServerProxyAcceptorHolder in org.apache.sshd.server
Subinterfaces of ServerProxyAcceptorHolder in org.apache.sshd.server Modifier and Type Interface Description interface
ServerFactoryManager
TheServerFactoryManager
enable the retrieval of additional configuration needed specifically for the server side.Classes in org.apache.sshd.server that implement ServerProxyAcceptorHolder Modifier and Type Class Description class
SshServer
The SshServer class is the main entry point for the server side of the SSH protocol. -
Uses of ServerProxyAcceptorHolder in org.apache.sshd.server.session
Subinterfaces of ServerProxyAcceptorHolder in org.apache.sshd.server.session Modifier and Type Interface Description interface
ServerSession
Classes in org.apache.sshd.server.session that implement ServerProxyAcceptorHolder Modifier and Type Class Description class
AbstractServerSession
Provides default implementations forServerSession
related methodsclass
ServerSessionImpl
The default implementation for aServerSession
-