Class UnixAgentFactory

java.lang.Object
org.apache.sshd.agent.unix.UnixAgentFactory
All Implemented Interfaces:
SshAgentFactory

public class UnixAgentFactory extends Object implements SshAgentFactory
Author:
Apache MINA SSHD Project
  • Field Details

    • DEFAULT_FORWARDING_CHANNELS

      public static final List<ChannelFactory> DEFAULT_FORWARDING_CHANNELS
  • Constructor Details

    • UnixAgentFactory

      public UnixAgentFactory()
    • UnixAgentFactory

      public UnixAgentFactory(org.apache.sshd.common.Factory<org.apache.sshd.common.util.threads.CloseableExecutorService> factory)
  • Method Details