Uses of Enum
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 TypeMethodDescriptionvoidPtyCapableChannelSession.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_OPCODEstatic final NavigableMap<Integer, PtyMode> PtyMode.COMMANDSPtyChannelConfigurationHolder.DEFAULT_PTY_MODESPtyMode.MODESstatic final ToIntFunction<PtyMode> PtyMode.OPCODE_EXTRACTORPtyChannelConfiguration.ptyModesMethods 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
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.ResultChannelSession.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_OPTIONSTtyFilterOutputStream.OUTPUT_OPTIONSTtyFilterInputStream.ttyOptionsTtyFilterOutputStream.ttyOptionsMethods 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)