public class ShellFactoryImpl extends Object implements org.apache.sshd.common.Factory<org.apache.sshd.server.Command>
Command factory which provides access to Shell.| Modifier and Type | Class and Description |
|---|---|
static class |
ShellFactoryImpl.Converter |
class |
ShellFactoryImpl.LfToCrLfFilterOutputStream |
class |
ShellFactoryImpl.ShellImpl |
| Constructor and Description |
|---|
ShellFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.sshd.server.Command |
create() |
static ShellFactoryImpl.Converter |
getConverter() |
void |
setCommandProcessor(org.apache.felix.service.command.CommandProcessor commandProcessor) |
void |
setThreadIO(org.apache.felix.service.threadio.ThreadIO threadIO) |
public void setCommandProcessor(org.apache.felix.service.command.CommandProcessor commandProcessor)
public void setThreadIO(org.apache.felix.service.threadio.ThreadIO threadIO)
public org.apache.sshd.server.Command create()
create in interface org.apache.sshd.common.Factory<org.apache.sshd.server.Command>public static ShellFactoryImpl.Converter getConverter()
Copyright © 2007-2016 FuseSource, Corp.. All Rights Reserved.