Uses of Class
org.apache.sshd.common.forward.LocalForwardingEntry
-
Packages that use LocalForwardingEntry Package Description org.apache.sshd.common.forward -
-
Uses of LocalForwardingEntry in org.apache.sshd.common.forward
Fields in org.apache.sshd.common.forward with type parameters of type LocalForwardingEntry Modifier and Type Field Description private java.util.Set<LocalForwardingEntry>
DefaultForwarder. localForwards
Methods in org.apache.sshd.common.forward that return LocalForwardingEntry Modifier and Type Method Description static LocalForwardingEntry
LocalForwardingEntry. findMatchingEntry(java.lang.String host, boolean anyLocalAddress, int port, java.util.Collection<? extends LocalForwardingEntry> entries)
static LocalForwardingEntry
LocalForwardingEntry. findMatchingEntry(java.lang.String host, int port, java.util.Collection<? extends LocalForwardingEntry> entries)
Methods in org.apache.sshd.common.forward with parameters of type LocalForwardingEntry Modifier and Type Method Description void
TcpipClientChannel. updateLocalForwardingEntry(LocalForwardingEntry entry)
Method parameters in org.apache.sshd.common.forward with type arguments of type LocalForwardingEntry Modifier and Type Method Description static LocalForwardingEntry
LocalForwardingEntry. findMatchingEntry(java.lang.String host, boolean anyLocalAddress, int port, java.util.Collection<? extends LocalForwardingEntry> entries)
static LocalForwardingEntry
LocalForwardingEntry. findMatchingEntry(java.lang.String host, int port, java.util.Collection<? extends LocalForwardingEntry> entries)
-