Uses of Enum
org.apache.sshd.common.channel.PtyMode
Packages that use PtyMode
-
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_OPCODEstatic final NavigableMap<Integer, PtyMode> PtyMode.COMMANDSPtyChannelConfigurationHolder.DEFAULT_PTY_MODESPtyMode.MODESstatic final ToIntFunction<PtyMode> PtyMode.OPCODE_EXTRACTORMethods in org.apache.sshd.common.channel that return PtyModeModifier and TypeMethodDescriptionstatic PtyModePtyMode.fromInt(int b) static PtyModestatic PtyModeReturns 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 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 booleanPtyMode.getBooleanSettingValue(Map<PtyMode, ?> modes, PtyMode m) static booleanPtyMode.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 booleanPtyMode.getBooleanSettingValue(Map<PtyMode, ?> modes, Collection<PtyMode> enablers, boolean defaultValue) static booleanPtyMode.getBooleanSettingValue(Map<PtyMode, ?> modes, Collection<PtyMode> enablers, boolean defaultValue) static booleanPtyMode.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) voidPtyChannelConfiguration.setPtyModes(Map<PtyMode, Integer> ptyModes) voidPtyChannelConfigurationMutator.setPtyModes(Map<PtyMode, Integer> ptyModes) -
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_OPTIONSTtyFilterOutputStream.OUTPUT_OPTIONSConstructor 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)