Uses of Class
com.iizix.term.prop.TelnetCommProps
Packages that use TelnetCommProps Package Description com.iizigo.term.prop com.iizix.term.comm com.iizix.term.prop Uses of TelnetCommProps in com.iizigo.term.prop
Subclasses of TelnetCommProps in com.iizigo.term.prop Modifier and Type Class Description class
EditorTerminalProps
This Terminal property container holds terminal settings.Uses of TelnetCommProps in com.iizix.term.comm
Methods in com.iizix.term.comm that return TelnetCommProps Modifier and Type Method Description TelnetCommProps
TelnetComm. getProperties()
Gets the Telnet properties.Constructors in com.iizix.term.comm with parameters of type TelnetCommProps Constructor Description TelnetComm(SessionInfo sessionInfo, TelnetCommProps properties, boolean is3270, Worker worker, TelnetCommListener listener, javax.net.ssl.SSLEngine engine)
Creates a new Telnet Client Communication channel as UNINITIALIZED.Uses of TelnetCommProps in com.iizix.term.prop
Subclasses of TelnetCommProps in com.iizix.term.prop Modifier and Type Class Description class
TerminalProps
This property container contains all properties required for the terminal connector in terms of flags, colors, etc.