Uses of Interface
org.apache.sshd.common.filter.Owned
Packages that use Owned
Package
Description
-
Uses of Owned in org.apache.sshd.client.session.filter
Classes in org.apache.sshd.client.session.filter that implement OwnedModifier and TypeClassDescriptionclassA filter implementing the client-side proxy protocol for tunneling through a SOCKS or HTTP CONNECT proxy. -
Uses of Owned in org.apache.sshd.common.filter
Subinterfaces of Owned in org.apache.sshd.common.filterModifier and TypeInterfaceDescriptioninterfaceA message filter belonging to aFilterContextof aFilterChain.Classes in org.apache.sshd.common.filter that implement Owned -
Uses of Owned in org.apache.sshd.common.session.filters
Classes in org.apache.sshd.common.session.filters that implement OwnedModifier 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 Owned in org.apache.sshd.common.session.filters.kex
Classes in org.apache.sshd.common.session.filters.kex that implement Owned