|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PtyMode | |
---|---|
org.apache.sshd.client.channel | |
org.apache.sshd.common | |
org.apache.sshd.common.util | |
org.apache.sshd.server | |
org.apache.sshd.server.channel |
Uses of PtyMode in org.apache.sshd.client.channel |
---|
Methods in org.apache.sshd.client.channel that return types with arguments of type PtyMode | |
---|---|
Map<PtyMode,Integer> |
ChannelShell.getPtyModes()
|
Method parameters in org.apache.sshd.client.channel with type arguments of type PtyMode | |
---|---|
void |
ChannelShell.setPtyModes(Map<PtyMode,Integer> ptyModes)
|
Uses of PtyMode in org.apache.sshd.common |
---|
Methods in org.apache.sshd.common that return PtyMode | |
---|---|
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. |
Uses of PtyMode in org.apache.sshd.common.util |
---|
Methods in org.apache.sshd.common.util that return types with arguments of type PtyMode | |
---|---|
static Map<PtyMode,Integer> |
SttySupport.getUnixPtyModes()
|
static Map<PtyMode,Integer> |
SttySupport.parsePtyModes(String stty)
|
Uses of PtyMode in org.apache.sshd.server |
---|
Methods in org.apache.sshd.server that return types with arguments of type PtyMode | |
---|---|
Map<PtyMode,Integer> |
Environment.getPtyModes()
Retrieve the pty modes |
Uses of PtyMode in org.apache.sshd.server.channel |
---|
Methods in org.apache.sshd.server.channel that return types with arguments of type PtyMode | |
---|---|
Map<PtyMode,Integer> |
ChannelSession.StandardEnvironment.getPtyModes()
|
Methods in org.apache.sshd.server.channel with parameters of type PtyMode | |
---|---|
protected int |
ChannelSession.getPtyModeValue(PtyMode mode)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |