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
Fields in org.apache.sshd.server declared as ServerProxyAcceptor Modifier and Type Field Description private ServerProxyAcceptorSshServer. proxyAcceptorMethods 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
Fields in org.apache.sshd.server.session declared as ServerProxyAcceptor Modifier and Type Field Description private ServerProxyAcceptorAbstractServerSession. proxyAcceptorMethods 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)
-