Uses of Interface
org.apache.sshd.server.session.ServerProxyAcceptor
-
Packages that use ServerProxyAcceptor Package Description org.apache.sshd.server org.apache.sshd.server.session -
-
Uses of ServerProxyAcceptor in org.apache.sshd.server
Methods in org.apache.sshd.server that return ServerProxyAcceptor Modifier and Type Method Description ServerProxyAcceptor
SshServer. getServerProxyAcceptor()
Methods in org.apache.sshd.server with parameters of type ServerProxyAcceptor Modifier and Type Method Description void
SshServer. setServerProxyAcceptor(ServerProxyAcceptor proxyAcceptor)
-
Uses of ServerProxyAcceptor in org.apache.sshd.server.session
Methods in org.apache.sshd.server.session that return ServerProxyAcceptor Modifier and Type Method Description ServerProxyAcceptor
AbstractServerSession. getServerProxyAcceptor()
ServerProxyAcceptor
ServerProxyAcceptorHolder. getServerProxyAcceptor()
Methods in org.apache.sshd.server.session with parameters of type ServerProxyAcceptor Modifier and Type Method Description void
AbstractServerSession. setServerProxyAcceptor(ServerProxyAcceptor proxyAcceptor)
void
ServerProxyAcceptorHolder. setServerProxyAcceptor(ServerProxyAcceptor proxyAcceptor)
-