Uses of Interface
com.sshtools.synergy.ssh.ForwardingChannelFactory
Packages that use ForwardingChannelFactory
-
Uses of ForwardingChannelFactory in com.sshtools.synergy.ssh
Classes in com.sshtools.synergy.ssh with type parameters of type ForwardingChannelFactoryModifier and TypeInterfaceDescriptioninterfaceForwardingFactory<C extends SshContext,F extends ForwardingChannelFactory<C>> Classes in com.sshtools.synergy.ssh that implement ForwardingChannelFactoryModifier and TypeClassDescriptionclassThis class implements the standard socket based forwarding for the SSHD.Fields in com.sshtools.synergy.ssh with type parameters of type ForwardingChannelFactoryModifier and TypeFieldDescriptionprotected Map<String,ForwardingChannelFactory<T>> ForwardingManager.listeningPortsMethods in com.sshtools.synergy.ssh that return ForwardingChannelFactoryModifier and TypeMethodDescriptionForwardingManager.getFactory(String addressToBind, int portToBind) Methods in com.sshtools.synergy.ssh that return types with arguments of type ForwardingChannelFactoryMethod parameters in com.sshtools.synergy.ssh with type arguments of type ForwardingChannelFactoryModifier and TypeMethodDescriptionvoidForwardingManager.setForwardingFactory(ForwardingFactory<T, ForwardingChannelFactory<T>> forwardingFactory)