Uses of Interface
org.apache.sshd.common.filter.Filter
Packages that use Filter
Package
Description
-
Uses of Filter in org.apache.sshd.client.session.filter
Classes in org.apache.sshd.client.session.filter that implement FilterModifier and TypeClassDescriptionclassA filter implementing the client-side proxy protocol for tunneling through a SOCKS or HTTP CONNECT proxy. -
Uses of Filter in org.apache.sshd.common.filter
Classes in org.apache.sshd.common.filter that implement FilterMethods in org.apache.sshd.common.filter that return FilterModifier and TypeMethodDescriptionDefaultFilterChain.getFirst()FilterChain.getFirst()DefaultFilterChain.getLast()FilterChain.getLast()Methods in org.apache.sshd.common.filter with parameters of type FilterModifier and TypeMethodDescriptionDefaultFilterChain.addAfter(Filter filter, FilterContext after) FilterChain.addAfter(Filter toAdd, FilterContext after) DefaultFilterChain.addBefore(Filter filter, FilterContext before) FilterChain.addBefore(Filter toAdd, FilterContext before) Adds the given filter at the front of the filter chain.Adds the given filter at the end of the filter chain. -
Uses of Filter in org.apache.sshd.common.session.filters
Classes in org.apache.sshd.common.session.filters that implement FilterModifier and TypeClassDescriptionclassA filter that decompresses incoming packets and compresses outgoing ones.classA filter that decrypts incoming packets and encrypts outgoing ones.classA filter for sending the identification string before the first outgoing packet, and for receiving the peer's identification.classA filter that injects SSH_MSG_IGNORE messages depending on the configuration settings.classA simple packet logging filter.classA filter encapsulating the basic SSH transport up to and including KEX. -
Uses of Filter in org.apache.sshd.common.session.filters.kex
Classes in org.apache.sshd.common.session.filters.kex that implement Filter