Uses of Enum
org.prelle.telnet.TelnetOption
Packages that use TelnetOption
-
Uses of TelnetOption in org.prelle.telnet
Subclasses with type arguments of type TelnetOption in org.prelle.telnetMethods in org.prelle.telnet that return TelnetOptionModifier and TypeMethodDescriptionstatic TelnetOptionTelnetOption.valueOf(int code) Returns the enum constant of this type with the specified name.static TelnetOptionReturns the enum constant of this type with the specified name.static TelnetOption[]TelnetOption.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.prelle.telnet that return types with arguments of type TelnetOptionModifier and TypeMethodDescriptionTelnetOptionCapabilities.getCapabilities()TelnetSocket.getCapabilities()Methods in org.prelle.telnet with parameters of type TelnetOptionModifier and TypeMethodDescriptionTelnetOptionCapabilities.getConfigOption(TelnetOption key) TelnetSocket.getConfigOption(TelnetOption key) booleanTelnetSubnegotiationHandler.initializeAs(TelnetOption option, CommunicationRole role, TelnetSocket origin, TelnetOutputStream out) Called after the use of a option has been confirmedbooleanTelnetSocket.isFeatureSupported(TelnetOption option) TelnetSocket.setOptionListener(TelnetOption option, TelnetOptionListener callback) default voidTelnetSocketListener.telnetOptionStatusChange(TelnetSocket nvt, TelnetOption option, boolean active) -
Uses of TelnetOption in org.prelle.telnet.option
Methods in org.prelle.telnet.option with parameters of type TelnetOptionModifier and TypeMethodDescriptionbooleanLineMode.initializeAs(TelnetOption option, CommunicationRole role, TelnetSocket origin, TelnetOutputStream out) Called after the use of a option has been confirmedbooleanMXPOption.initializeAs(TelnetOption option, CommunicationRole role, TelnetSocket origin, TelnetOutputStream out) booleanTelnetCharset.initializeAs(TelnetOption option, CommunicationRole role, TelnetSocket origin, TelnetOutputStream out) Called after the use of a option has been confirmedbooleanTelnetEnvironmentOption.initializeAs(TelnetOption option, CommunicationRole role, TelnetSocket origin, TelnetOutputStream out) booleanTelnetWindowSize.initializeAs(TelnetOption option, CommunicationRole role, TelnetSocket origin, TelnetOutputStream out) Called after the use of a option has been confirmedbooleanTerminalType.initializeAs(TelnetOption option, CommunicationRole role, TelnetSocket origin, TelnetOutputStream out)