Uses of Interface
org.apache.sshd.common.forward.ForwardingFilter
-
Packages that use ForwardingFilter Package Description org.apache.sshd.client.session org.apache.sshd.common.forward org.apache.sshd.common.session org.apache.sshd.common.session.helpers -
-
Uses of ForwardingFilter in org.apache.sshd.client.session
Methods in org.apache.sshd.client.session that return ForwardingFilter Modifier and Type Method Description protected ForwardingFilter
AbstractClientSession. getForwardingFilter()
-
Uses of ForwardingFilter in org.apache.sshd.common.forward
Classes in org.apache.sshd.common.forward that implement ForwardingFilter Modifier and Type Class Description class
DefaultForwardingFilter
Requests a "tcpip-forward" actionMethods in org.apache.sshd.common.forward that return ForwardingFilter Modifier and Type Method Description ForwardingFilter
DefaultForwarderFactory. create(ConnectionService service)
ForwardingFilter
ForwardingFilterFactory. create(ConnectionService service)
Creates the forwarder to be used for TCP/IP port forwards for this session. -
Uses of ForwardingFilter in org.apache.sshd.common.session
Methods in org.apache.sshd.common.session that return ForwardingFilter Modifier and Type Method Description ForwardingFilter
ConnectionService. getForwardingFilter()
Retrieve the forwarder instance -
Uses of ForwardingFilter in org.apache.sshd.common.session.helpers
Fields in org.apache.sshd.common.session.helpers with type parameters of type ForwardingFilter Modifier and Type Field Description private java.util.concurrent.atomic.AtomicReference<ForwardingFilter>
AbstractConnectionService. forwarderHolder
Methods in org.apache.sshd.common.session.helpers that return ForwardingFilter Modifier and Type Method Description protected ForwardingFilter
AbstractConnectionService. createForwardingFilter(Session session)
ForwardingFilter
AbstractConnectionService. getForwardingFilter()
protected ForwardingFilter
SessionHelper. getForwardingFilter()
-