Package | Description |
---|---|
org.apache.sshd.client.channel | |
org.apache.sshd.common.channel | |
org.apache.sshd.server | |
org.apache.sshd.server.channel | |
org.apache.sshd.server.shell |
Modifier and Type | Field and Description |
---|---|
static java.util.Map<PtyMode,java.lang.Integer> |
PtyCapableChannelSession.DEFAULT_PTY_MODES |
private java.util.Map<PtyMode,java.lang.Integer> |
PtyCapableChannelSession.ptyModes |
Modifier and Type | Method and Description |
---|---|
java.util.Map<PtyMode,java.lang.Integer> |
PtyCapableChannelSession.getPtyModes() |
Modifier and Type | Method and Description |
---|---|
void |
PtyCapableChannelSession.setPtyModes(java.util.Map<PtyMode,java.lang.Integer> ptyModes) |
Modifier and Type | Field and Description |
---|---|
private static java.util.Map<java.lang.Integer,PtyMode> |
PtyMode.COMMANDS |
static java.util.Set<PtyMode> |
PtyMode.MODES
An un-modifiable
Set of all defined PtyMode s |
Modifier and Type | Method and Description |
---|---|
static PtyMode |
PtyMode.fromInt(int b) |
static PtyMode |
PtyMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PtyMode[] |
PtyMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static java.util.Map<PtyMode,java.lang.Integer> |
PtyMode.createEnabledOptions(java.util.Collection<PtyMode> options) |
static java.util.Map<PtyMode,java.lang.Integer> |
PtyMode.createEnabledOptions(PtyMode... options) |
static java.util.Map<PtyMode,java.lang.Integer> |
SttySupport.getUnixPtyModes() |
static java.util.Map<PtyMode,java.lang.Integer> |
SttySupport.parsePtyModes(java.lang.String stty) |
static java.util.Set<PtyMode> |
PtyMode.resolveEnabledOptions(java.util.Map<PtyMode,?> modes,
java.util.Collection<PtyMode> options) |
static java.util.Set<PtyMode> |
PtyMode.resolveEnabledOptions(java.util.Map<PtyMode,?> modes,
PtyMode... options) |
Modifier and Type | Method and Description |
---|---|
static java.util.Map<PtyMode,java.lang.Integer> |
PtyMode.createEnabledOptions(PtyMode... options) |
static boolean |
PtyMode.getBooleanSettingValue(java.util.Map<PtyMode,?> modes,
PtyMode m) |
static java.util.Set<PtyMode> |
PtyMode.resolveEnabledOptions(java.util.Map<PtyMode,?> modes,
PtyMode... options) |
Modifier and Type | Method and Description |
---|---|
static java.util.Map<PtyMode,java.lang.Integer> |
PtyMode.createEnabledOptions(java.util.Collection<PtyMode> options) |
static boolean |
PtyMode.getBooleanSettingValue(java.util.Map<PtyMode,?> modes,
PtyMode m) |
static java.util.Set<PtyMode> |
PtyMode.resolveEnabledOptions(java.util.Map<PtyMode,?> modes,
java.util.Collection<PtyMode> options) |
static java.util.Set<PtyMode> |
PtyMode.resolveEnabledOptions(java.util.Map<PtyMode,?> modes,
java.util.Collection<PtyMode> options) |
static java.util.Set<PtyMode> |
PtyMode.resolveEnabledOptions(java.util.Map<PtyMode,?> modes,
PtyMode... options) |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<PtyMode,java.lang.Integer> |
StandardEnvironment.ptyModes |
Modifier and Type | Method and Description |
---|---|
java.util.Map<PtyMode,java.lang.Integer> |
StandardEnvironment.getPtyModes() |
java.util.Map<PtyMode,java.lang.Integer> |
Environment.getPtyModes()
Retrieve the PTY modes settings
|
Modifier and Type | Field and Description |
---|---|
static java.util.Set<PtyMode> |
PuttyRequestHandler.PUTTY_OPTIONS |
Modifier and Type | Method and Description |
---|---|
static java.util.Map<PtyMode,java.lang.Integer> |
PuttyRequestHandler.resolveShellTtyOptions(java.util.Map<PtyMode,java.lang.Integer> modes) |
Modifier and Type | Method and Description |
---|---|
protected int |
ChannelSession.getPtyModeValue(PtyMode mode) |
Modifier and Type | Method and Description |
---|---|
static java.util.Map<PtyMode,java.lang.Integer> |
PuttyRequestHandler.resolveShellTtyOptions(java.util.Map<PtyMode,java.lang.Integer> modes) |
Modifier and Type | Field and Description |
---|---|
static java.util.Set<PtyMode> |
TtyFilterInputStream.INPUT_OPTIONS |
static java.util.Set<PtyMode> |
TtyFilterOutputStream.OUTPUT_OPTIONS |
private java.util.Set<PtyMode> |
TtyFilterOutputStream.ttyOptions |
private java.util.Set<PtyMode> |
TtyFilterInputStream.ttyOptions |
Modifier and Type | Method and Description |
---|---|
protected java.util.Map<PtyMode,java.lang.Integer> |
ProcessShell.resolveShellTtyOptions(java.util.Map<PtyMode,java.lang.Integer> modes) |
Modifier and Type | Method and Description |
---|---|
protected java.util.Map<PtyMode,java.lang.Integer> |
ProcessShell.resolveShellTtyOptions(java.util.Map<PtyMode,java.lang.Integer> modes) |
Constructor and Description |
---|
TtyFilterInputStream(java.io.InputStream in,
java.util.Collection<PtyMode> ttyOptions) |
TtyFilterInputStream(java.io.InputStream in,
java.util.Map<PtyMode,?> modes) |
TtyFilterOutputStream(java.io.OutputStream out,
TtyFilterInputStream echo,
java.util.Collection<PtyMode> ttyOptions) |
TtyFilterOutputStream(java.io.OutputStream out,
TtyFilterInputStream echo,
java.util.Map<PtyMode,?> modes) |