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 voidPtyCapableChannelSession. 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_OPCODEstatic java.util.NavigableMap<java.lang.Integer,PtyMode>PtyMode. COMMANDSstatic java.util.Map<PtyMode,java.lang.Integer>PtyChannelConfigurationHolder. DEFAULT_PTY_MODESstatic java.util.Set<PtyMode>PtyMode. MODESAn un-modifiableSetof all definedPtyModesstatic java.util.function.ToIntFunction<PtyMode>PtyMode. OPCODE_EXTRACTORprivate java.util.Map<PtyMode,java.lang.Integer>PtyChannelConfiguration. ptyModesMethods in org.apache.sshd.common.channel that return PtyMode Modifier and Type Method Description static PtyModePtyMode. fromInt(int b)static PtyModePtyMode. fromName(java.lang.String name)static PtyModePtyMode. 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 booleanPtyMode. getBooleanSettingValue(java.util.Map<PtyMode,?> modes, PtyMode m)static booleanPtyMode. 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 booleanPtyMode. getBooleanSettingValue(java.util.Map<PtyMode,?> modes, java.util.Collection<PtyMode> enablers, boolean defaultValue)static booleanPtyMode. getBooleanSettingValue(java.util.Map<PtyMode,?> modes, java.util.Collection<PtyMode> enablers, boolean defaultValue)static booleanPtyMode. 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)voidPtyChannelConfiguration. setPtyModes(java.util.Map<PtyMode,java.lang.Integer> ptyModes)voidPtyChannelConfigurationMutator. 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. ptyModesMethods 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_OPTIONSMethods 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 intChannelSession. getPtyModeValue(PtyMode mode)Method parameters in org.apache.sshd.server.channel with type arguments of type PtyMode Modifier and Type Method Description protected RequestHandler.ResultChannelSession. 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_OPTIONSstatic java.util.Set<PtyMode>TtyFilterOutputStream. OUTPUT_OPTIONSprivate java.util.Set<PtyMode>TtyFilterInputStream. ttyOptionsprivate java.util.Set<PtyMode>TtyFilterOutputStream. ttyOptionsMethods 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)
-