Class GitSshdSessionProcess

java.lang.Object
java.lang.Process
org.apache.sshd.git.transport.GitSshdSessionProcess

public class GitSshdSessionProcess extends Process
  • Field Details

    • CLOSE_WAIT_EVENTS

      public static final Set<org.apache.sshd.client.channel.ClientChannelEvent> CLOSE_WAIT_EVENTS
    • channel

      protected final org.apache.sshd.client.channel.ChannelExec channel
    • commandName

      protected final String commandName
    • waitTimeout

      protected final long waitTimeout
    • log

      protected final org.slf4j.Logger log
  • Constructor Details

    • GitSshdSessionProcess

      public GitSshdSessionProcess(org.apache.sshd.client.channel.ChannelExec channel, String commandName, int timeoutSec)
  • Method Details