| Package | Description |
|---|---|
| org.apache.sshd.client.channel | |
| org.apache.sshd.common.channel | |
| org.apache.sshd.server | |
| org.apache.sshd.server.channel |
| Modifier and Type | Field and Description |
|---|---|
static Map<PtyMode,Integer> |
PtyCapableChannelSession.DEFAULT_PTY_MODES |
| Modifier and Type | Method and Description |
|---|---|
Map<PtyMode,Integer> |
PtyCapableChannelSession.getPtyModes() |
| Modifier and Type | Method and Description |
|---|---|
void |
PtyCapableChannelSession.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.