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