Package org.eclipse.jgit.junit.ssh
Class SshTestGitServer.GitUploadPackCommand
- java.lang.Object
-
- org.apache.sshd.common.util.logging.AbstractLoggingBean
-
- org.apache.sshd.server.command.AbstractCommandSupport
-
- org.eclipse.jgit.junit.ssh.SshTestGitServer.GitUploadPackCommand
-
- All Implemented Interfaces:
java.lang.Runnable
,org.apache.sshd.common.session.SessionContextHolder
,org.apache.sshd.common.session.SessionHolder<org.apache.sshd.server.session.ServerSession>
,org.apache.sshd.common.util.threads.ExecutorServiceCarrier
,org.apache.sshd.server.command.Command
,org.apache.sshd.server.command.CommandLifecycle
,org.apache.sshd.server.session.ServerSessionHolder
,org.apache.sshd.server.SessionAware
- Enclosing class:
- SshTestGitServer
private class SshTestGitServer.GitUploadPackCommand extends org.apache.sshd.server.command.AbstractCommandSupport
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
GitUploadPackCommand(java.lang.String command, org.apache.sshd.common.util.threads.CloseableExecutorService executorService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
run()
-
Methods inherited from class org.apache.sshd.server.command.AbstractCommandSupport
destroy, getCommand, getEnvironment, getErrorStream, getExecutorService, getExitCallback, getInputStream, getOutputStream, getServerSession, getSession, getStartedCommandFuture, onExit, onExit, setErrorStream, setExitCallback, setInputStream, setOutputStream, setSession, start, toString
-
Methods inherited from class org.apache.sshd.common.util.logging.AbstractLoggingBean
getSimplifiedLogger
-
-