Uses of Class
org.apache.sshd.common.filter.IoFilter
Packages that use IoFilter
Package
Description
-
Uses of IoFilter in org.apache.sshd.client.session.filter
Subclasses of IoFilter in org.apache.sshd.client.session.filterModifier and TypeClassDescriptionclassA filter implementing the client-side proxy protocol for tunneling through a SOCKS or HTTP CONNECT proxy. -
Uses of IoFilter in org.apache.sshd.common.session.filters
Subclasses of IoFilter in org.apache.sshd.common.session.filtersModifier 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 IoFilter in org.apache.sshd.common.session.filters.kex
Subclasses of IoFilter in org.apache.sshd.common.session.filters.kex