Package org.rossonet.sshd.internal
Class InternalShellFactory
- java.lang.Object
-
- org.rossonet.sshd.internal.InternalShellFactory
-
- All Implemented Interfaces:
org.apache.sshd.server.shell.ShellFactory
public class InternalShellFactory extends java.lang.Object implements org.apache.sshd.server.shell.ShellFactory
-
-
Constructor Summary
Constructors Constructor Description InternalShellFactory(MinaSshServer sshServer, RpcEngine rpcEngine)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.sshd.server.command.CommandcreateShell(org.apache.sshd.server.channel.ChannelSession channel)
-
-
-
Constructor Detail
-
InternalShellFactory
public InternalShellFactory(MinaSshServer sshServer, RpcEngine rpcEngine)
-
-