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 LocalForwardingEntryLocalForwardingEntry. findMatchingEntry(String host, boolean anyLocalAddress, int port, Collection<? extends LocalForwardingEntry> entries)static LocalForwardingEntryLocalForwardingEntry. 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 voidTcpipClientChannel. updateLocalForwardingEntry(LocalForwardingEntry entry)Method parameters in org.apache.sshd.common.forward with type arguments of type LocalForwardingEntry Modifier and Type Method Description static LocalForwardingEntryLocalForwardingEntry. findMatchingEntry(String host, boolean anyLocalAddress, int port, Collection<? extends LocalForwardingEntry> entries)static LocalForwardingEntryLocalForwardingEntry. findMatchingEntry(String host, int port, Collection<? extends LocalForwardingEntry> entries)
-