Uses of Class
org.apache.sshd.common.channel.PtyMode
-
Packages that use PtyMode 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 -
-
Uses of PtyMode in org.apache.sshd.client.channel
Methods in org.apache.sshd.client.channel that return types with arguments of type PtyMode Modifier and Type Method Description java.util.Map<PtyMode,java.lang.Integer>
PtyCapableChannelSession. getPtyModes()
Method parameters in org.apache.sshd.client.channel with type arguments of type PtyMode Modifier and Type Method Description void
PtyCapableChannelSession. setPtyModes(java.util.Map<PtyMode,java.lang.Integer> ptyModes)
-
Uses of PtyMode in org.apache.sshd.common.channel
Fields in org.apache.sshd.common.channel with type parameters of type PtyMode Modifier and Type Field Description static java.util.Comparator<PtyMode>
PtyMode. BY_OPCODE
static java.util.NavigableMap<java.lang.Integer,PtyMode>
PtyMode. COMMANDS
static java.util.Map<PtyMode,java.lang.Integer>
PtyChannelConfigurationHolder. DEFAULT_PTY_MODES
static java.util.Set<PtyMode>
PtyMode. MODES
An un-modifiableSet
of all definedPtyMode
sstatic java.util.function.ToIntFunction<PtyMode>
PtyMode. OPCODE_EXTRACTOR
private java.util.Map<PtyMode,java.lang.Integer>
PtyChannelConfiguration. ptyModes
Methods in org.apache.sshd.common.channel that return PtyMode Modifier and Type Method Description static PtyMode
PtyMode. fromInt(int b)
static PtyMode
PtyMode. fromName(java.lang.String name)
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.Methods in org.apache.sshd.common.channel that return types with arguments of type PtyMode Modifier and Type Method 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)
java.util.Map<PtyMode,java.lang.Integer>
PtyChannelConfiguration. getPtyModes()
java.util.Map<PtyMode,java.lang.Integer>
PtyChannelConfigurationHolder. getPtyModes()
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)
Methods in org.apache.sshd.common.channel with parameters of type PtyMode Modifier and Type Method 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 boolean
PtyMode. isCharSetting(PtyMode m)
static java.util.Set<PtyMode>
PtyMode. resolveEnabledOptions(java.util.Map<PtyMode,?> modes, PtyMode... options)
Method parameters in org.apache.sshd.common.channel with type arguments of type PtyMode Modifier and Type Method 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, java.util.Collection<PtyMode> enablers, boolean defaultValue)
static boolean
PtyMode. getBooleanSettingValue(java.util.Map<PtyMode,?> modes, java.util.Collection<PtyMode> enablers, boolean defaultValue)
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)
void
PtyChannelConfiguration. setPtyModes(java.util.Map<PtyMode,java.lang.Integer> ptyModes)
void
PtyChannelConfigurationMutator. setPtyModes(java.util.Map<PtyMode,java.lang.Integer> ptyModes)
-
Uses of PtyMode in org.apache.sshd.server
Fields in org.apache.sshd.server with type parameters of type PtyMode Modifier and Type Field Description private java.util.Map<PtyMode,java.lang.Integer>
StandardEnvironment. ptyModes
Methods in org.apache.sshd.server that return types with arguments of type PtyMode Modifier and Type Method Description java.util.Map<PtyMode,java.lang.Integer>
Environment. getPtyModes()
Retrieve the PTY modes settingsjava.util.Map<PtyMode,java.lang.Integer>
StandardEnvironment. getPtyModes()
-
Uses of PtyMode in org.apache.sshd.server.channel
Fields in org.apache.sshd.server.channel with type parameters of type PtyMode Modifier and Type Field Description static java.util.Set<PtyMode>
PuttyRequestHandler. PUTTY_OPTIONS
Methods in org.apache.sshd.server.channel that return types with arguments of type PtyMode Modifier and Type Method Description static java.util.Map<PtyMode,java.lang.Integer>
PuttyRequestHandler. resolveShellTtyOptions(java.util.Map<PtyMode,java.lang.Integer> modes)
Methods in org.apache.sshd.server.channel with parameters of type PtyMode Modifier and Type Method Description protected int
ChannelSession. getPtyModeValue(PtyMode mode)
Method parameters in org.apache.sshd.server.channel with type arguments of type PtyMode Modifier and Type Method Description protected RequestHandler.Result
ChannelSession. handlePtyReqParsed(java.lang.String term, int tColumns, int tRows, int tWidth, int tHeight, java.util.Map<PtyMode,java.lang.Integer> ptyModes)
static java.util.Map<PtyMode,java.lang.Integer>
PuttyRequestHandler. resolveShellTtyOptions(java.util.Map<PtyMode,java.lang.Integer> modes)
-
Uses of PtyMode in org.apache.sshd.server.shell
Fields in org.apache.sshd.server.shell with type parameters of type PtyMode Modifier and Type Field Description static java.util.Set<PtyMode>
TtyFilterInputStream. INPUT_OPTIONS
static java.util.Set<PtyMode>
TtyFilterOutputStream. OUTPUT_OPTIONS
private java.util.Set<PtyMode>
TtyFilterInputStream. ttyOptions
private java.util.Set<PtyMode>
TtyFilterOutputStream. ttyOptions
Methods in org.apache.sshd.server.shell that return types with arguments of type PtyMode Modifier and Type Method Description protected java.util.Map<PtyMode,java.lang.Integer>
ProcessShell. resolveShellTtyOptions(java.util.Map<PtyMode,java.lang.Integer> modes)
Method parameters in org.apache.sshd.server.shell with type arguments of type PtyMode Modifier and Type Method Description protected java.util.Map<PtyMode,java.lang.Integer>
ProcessShell. resolveShellTtyOptions(java.util.Map<PtyMode,java.lang.Integer> modes)
Constructor parameters in org.apache.sshd.server.shell with type arguments of type PtyMode Constructor 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)
-