Uses of Enum
org.aesh.terminal.telnet.Option
Packages that use Option
-
Uses of Option in org.aesh.terminal.telnet
Subclasses with type arguments of type Option in org.aesh.terminal.telnetMethods in org.aesh.terminal.telnet that return OptionModifier and TypeMethodDescriptionstatic OptionReturns the enum constant of this type with the specified name.static Option[]Option.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.aesh.terminal.telnet with parameters of type OptionModifier and TypeMethodDescriptionfinal voidTelnetConnection.writeDoOption(Option option) Write a do option request to the client.final voidTelnetConnection.writeWillOption(Option option) Write a do will request to the client.