Uses of Interface
org.apache.sshd.server.session.ServerProxyAcceptor
Packages that use ServerProxyAcceptor
Package
Description
-
Uses of ServerProxyAcceptor in org.apache.sshd.contrib.server.session.proxyprotocol
Classes in org.apache.sshd.contrib.server.session.proxyprotocol that implement ServerProxyAcceptorModifier and TypeClassDescriptionclassA 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 ServerProxyAcceptorModifier and TypeClassDescriptionclassA 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 ServerProxyAcceptorMethods in org.apache.sshd.server that return ServerProxyAcceptorMethods in org.apache.sshd.server with parameters of type ServerProxyAcceptorModifier and TypeMethodDescriptionvoidSshServer.setServerProxyAcceptor(ServerProxyAcceptor proxyAcceptor) -
Uses of ServerProxyAcceptor in org.apache.sshd.server.session
Fields in org.apache.sshd.server.session declared as ServerProxyAcceptorMethods in org.apache.sshd.server.session that return ServerProxyAcceptorModifier and TypeMethodDescriptionAbstractServerSession.getServerProxyAcceptor()ServerProxyAcceptorHolder.getServerProxyAcceptor()Methods in org.apache.sshd.server.session with parameters of type ServerProxyAcceptorModifier and TypeMethodDescriptionvoidAbstractServerSession.setServerProxyAcceptor(ServerProxyAcceptor proxyAcceptor) voidServerProxyAcceptorHolder.setServerProxyAcceptor(ServerProxyAcceptor proxyAcceptor)