Uses of Interface
org.apache.sshd.server.session.ServerProxyAcceptor
-
-
Uses of ServerProxyAcceptor in org.apache.sshd.contrib.server.session.proxyprotocol
Classes in org.apache.sshd.contrib.server.session.proxyprotocol that implement ServerProxyAcceptor Modifier and Type Class Description classProxyProtocolAcceptorA working prototype to support PROXY protocol as described in HAProxy Documentation. -
Uses of ServerProxyAcceptor in org.apache.sshd.contrib.server.session.proxyprotocolv2
Classes in org.apache.sshd.contrib.server.session.proxyprotocolv2 that implement ServerProxyAcceptor Modifier and Type Class Description classProxyProtocolV2AcceptorA working prototype to support PROXY protocol v2 as described in HAProxy Documentation. -
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)
-