Uses of Enum Class
org.apache.sshd.common.channel.PtyMode
Packages that use PtyMode
Package
Description
-
Uses of PtyMode in org.apache.sshd.client.channel
Methods in org.apache.sshd.client.channel that return types with arguments of type PtyModeMethod parameters in org.apache.sshd.client.channel with type arguments of type PtyModeModifier and TypeMethodDescriptionvoid
PtyCapableChannelSession.setPtyModes
(Map<PtyMode, Integer> ptyModes) -
Uses of PtyMode in org.apache.sshd.common.channel
Fields in org.apache.sshd.common.channel with type parameters of type PtyModeModifier and TypeFieldDescriptionstatic final Comparator<PtyMode>
PtyMode.BY_OPCODE
static final NavigableMap<Integer,
PtyMode> PtyMode.COMMANDS
PtyChannelConfigurationHolder.DEFAULT_PTY_MODES
PtyMode.MODES
static final ToIntFunction<PtyMode>
PtyMode.OPCODE_EXTRACTOR
PtyChannelConfiguration.ptyModes
Methods in org.apache.sshd.common.channel that return PtyModeModifier and TypeMethodDescriptionstatic PtyMode
PtyMode.fromInt
(int b) static PtyMode
static PtyMode
Returns the enum constant of this class with the specified name.static PtyMode[]
PtyMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.sshd.common.channel that return types with arguments of type PtyModeModifier and TypeMethodDescriptionPtyMode.createEnabledOptions
(Collection<PtyMode> options) PtyMode.createEnabledOptions
(PtyMode... options) PtyChannelConfiguration.getPtyModes()
PtyChannelConfigurationHolder.getPtyModes()
SttySupport.getUnixPtyModes()
SttySupport.parsePtyModes
(String stty) PtyMode.resolveEnabledOptions
(Map<PtyMode, ?> modes, Collection<PtyMode> options) PtyMode.resolveEnabledOptions
(Map<PtyMode, ?> modes, PtyMode... options) Methods in org.apache.sshd.common.channel with parameters of type PtyModeModifier and TypeMethodDescriptionPtyMode.createEnabledOptions
(PtyMode... options) static boolean
PtyMode.getBooleanSettingValue
(Map<PtyMode, ?> modes, PtyMode m) static boolean
PtyMode.isCharSetting
(PtyMode m) PtyMode.resolveEnabledOptions
(Map<PtyMode, ?> modes, PtyMode... options) Method parameters in org.apache.sshd.common.channel with type arguments of type PtyModeModifier and TypeMethodDescriptionPtyMode.createEnabledOptions
(Collection<PtyMode> options) static boolean
PtyMode.getBooleanSettingValue
(Map<PtyMode, ?> modes, Collection<PtyMode> enablers, boolean defaultValue) static boolean
PtyMode.getBooleanSettingValue
(Map<PtyMode, ?> modes, Collection<PtyMode> enablers, boolean defaultValue) static boolean
PtyMode.getBooleanSettingValue
(Map<PtyMode, ?> modes, PtyMode m) PtyMode.resolveEnabledOptions
(Map<PtyMode, ?> modes, Collection<PtyMode> options) PtyMode.resolveEnabledOptions
(Map<PtyMode, ?> modes, Collection<PtyMode> options) PtyMode.resolveEnabledOptions
(Map<PtyMode, ?> modes, PtyMode... options) void
PtyChannelConfiguration.setPtyModes
(Map<PtyMode, Integer> ptyModes) void
PtyChannelConfigurationMutator.setPtyModes
(Map<PtyMode, Integer> ptyModes) -
Uses of PtyMode in org.apache.sshd.server
Fields in org.apache.sshd.server with type parameters of type PtyModeMethods in org.apache.sshd.server that return types with arguments of type PtyModeModifier and TypeMethodDescriptionEnvironment.getPtyModes()
Retrieve the PTY modes settingsStandardEnvironment.getPtyModes()
-
Uses of PtyMode in org.apache.sshd.server.channel
Fields in org.apache.sshd.server.channel with type parameters of type PtyModeMethods in org.apache.sshd.server.channel that return types with arguments of type PtyModeModifier and TypeMethodDescriptionPuttyRequestHandler.resolveShellTtyOptions
(Map<PtyMode, Integer> modes) Methods in org.apache.sshd.server.channel with parameters of type PtyModeMethod parameters in org.apache.sshd.server.channel with type arguments of type PtyModeModifier and TypeMethodDescriptionprotected RequestHandler.Result
ChannelSession.handlePtyReqParsed
(String term, int tColumns, int tRows, int tWidth, int tHeight, Map<PtyMode, Integer> ptyModes) PuttyRequestHandler.resolveShellTtyOptions
(Map<PtyMode, Integer> modes) -
Uses of PtyMode in org.apache.sshd.server.shell
Fields in org.apache.sshd.server.shell with type parameters of type PtyModeModifier and TypeFieldDescriptionTtyFilterInputStream.INPUT_OPTIONS
TtyFilterOutputStream.OUTPUT_OPTIONS
TtyFilterInputStream.ttyOptions
TtyFilterOutputStream.ttyOptions
Methods in org.apache.sshd.server.shell that return types with arguments of type PtyModeModifier and TypeMethodDescriptionProcessShell.resolveShellTtyOptions
(Map<PtyMode, Integer> modes) Method parameters in org.apache.sshd.server.shell with type arguments of type PtyModeModifier and TypeMethodDescriptionProcessShell.resolveShellTtyOptions
(Map<PtyMode, Integer> modes) Constructor parameters in org.apache.sshd.server.shell with type arguments of type PtyModeModifierConstructorDescriptionTtyFilterInputStream
(InputStream in, Collection<PtyMode> ttyOptions) TtyFilterInputStream
(InputStream in, Map<PtyMode, ?> modes) TtyFilterOutputStream
(OutputStream out, TtyFilterInputStream echo, Collection<PtyMode> ttyOptions) TtyFilterOutputStream
(OutputStream out, TtyFilterInputStream echo, Map<PtyMode, ?> modes)