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 ServerProxyAcceptorSshServer. getServerProxyAcceptor()Methods in org.apache.sshd.server with parameters of type ServerProxyAcceptor Modifier and Type Method Description voidSshServer. 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 ServerProxyAcceptorAbstractServerSession. getServerProxyAcceptor()ServerProxyAcceptorServerProxyAcceptorHolder. getServerProxyAcceptor()Methods in org.apache.sshd.server.session with parameters of type ServerProxyAcceptor Modifier and Type Method Description voidAbstractServerSession. setServerProxyAcceptor(ServerProxyAcceptor proxyAcceptor)voidServerProxyAcceptorHolder. setServerProxyAcceptor(ServerProxyAcceptor proxyAcceptor)
-