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
Methods in org.apache.sshd.common.forward that return LocalForwardingEntry Modifier and Type Method Description static LocalForwardingEntry
LocalForwardingEntry. findMatchingEntry(String host, int port, 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(String host, int port, Collection<? extends LocalForwardingEntry> entries)
-