| Package | Description |
|---|---|
| org.apache.sshd.client.channel | |
| org.apache.sshd.common | |
| org.apache.sshd.common.util | |
| org.apache.sshd.server | |
| org.apache.sshd.server.channel |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<PtyMode,java.lang.Integer> |
ChannelShell.getPtyModes() |
| Modifier and Type | Method and Description |
|---|---|
void |
ChannelShell.setPtyModes(java.util.Map<PtyMode,java.lang.Integer> ptyModes) |
| 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> |
SttySupport.getUnixPtyModes() |
static java.util.Map<PtyMode,java.lang.Integer> |
SttySupport.parsePtyModes(java.lang.String stty) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<PtyMode,java.lang.Integer> |
Environment.getPtyModes()
Retrieve the pty modes
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<PtyMode,java.lang.Integer> |
ChannelSession.StandardEnvironment.getPtyModes() |
| Modifier and Type | Method and Description |
|---|---|
protected int |
ChannelSession.getPtyModeValue(PtyMode mode) |
Copyright © 2008-2014 The Apache Software Foundation. All Rights Reserved.