Uses of Enum
org.prelle.telnet.CommunicationRole
Packages that use CommunicationRole
-
Uses of CommunicationRole in org.prelle.telnet
Subclasses with type arguments of type CommunicationRole in org.prelle.telnetMethods in org.prelle.telnet that return CommunicationRoleModifier and TypeMethodDescriptionstatic CommunicationRoleReturns the enum constant of this type with the specified name.static CommunicationRole[]CommunicationRole.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.prelle.telnet with parameters of type CommunicationRoleModifier and TypeMethodDescriptionbooleanTelnetSubnegotiationHandler.initializeAs(TelnetOption option, CommunicationRole role, TelnetSocket origin, TelnetOutputStream out) Called after the use of a option has been confirmed -
Uses of CommunicationRole in org.prelle.telnet.option
Methods in org.prelle.telnet.option with parameters of type CommunicationRoleModifier 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)