| Package | Description |
|---|---|
| org.apache.sshd.server.shell |
| Modifier and Type | Field and Description |
|---|---|
static Set<ProcessShellFactory.TtyOptions> |
ProcessShellFactory.TtyOptions.LINUX_OPTIONS |
static Set<ProcessShellFactory.TtyOptions> |
ProcessShellFactory.TtyOptions.WINDOWS_OPTIONS |
| Modifier and Type | Method and Description |
|---|---|
static ProcessShellFactory.TtyOptions |
ProcessShellFactory.TtyOptions.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProcessShellFactory.TtyOptions[] |
ProcessShellFactory.TtyOptions.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<ProcessShellFactory.TtyOptions> |
ProcessShellFactory.TtyOptions.resolveDefaultTtyOptions() |
static Set<ProcessShellFactory.TtyOptions> |
ProcessShellFactory.TtyOptions.resolveTtyOptions(boolean isWin32) |
| Constructor and Description |
|---|
ProcessShellFactory(String[] command,
Collection<ProcessShellFactory.TtyOptions> ttyOptions) |
Copyright © 2008–2015 The Apache Software Foundation. All rights reserved.