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 |
---|---|
Map<PtyMode,Integer> |
ChannelShell.getPtyModes() |
Modifier and Type | Method and Description |
---|---|
void |
ChannelShell.setPtyModes(Map<PtyMode,Integer> ptyModes) |
Modifier and Type | Method and Description |
---|---|
static PtyMode |
PtyMode.fromInt(int b) |
static PtyMode |
PtyMode.valueOf(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 Map<PtyMode,Integer> |
SttySupport.getUnixPtyModes() |
static Map<PtyMode,Integer> |
SttySupport.parsePtyModes(String stty) |
Modifier and Type | Method and Description |
---|---|
Map<PtyMode,Integer> |
Environment.getPtyModes()
Retrieve the pty modes
|
Modifier and Type | Method and Description |
---|---|
Map<PtyMode,Integer> |
ChannelSession.StandardEnvironment.getPtyModes() |
Modifier and Type | Method and Description |
---|---|
protected int |
ChannelSession.getPtyModeValue(PtyMode mode) |
Copyright © 2008–2015 The Apache Software Foundation. All rights reserved.