Uses of Class
com.iizix.prop.SocketCommProps
Packages that use SocketCommProps Package Description com.iizigo.ssl com.iizigo.term.prop com.iizix.comm com.iizix.prop com.iizix.term.prop Uses of SocketCommProps in com.iizigo.ssl
Constructors in com.iizigo.ssl with parameters of type SocketCommProps Constructor Description SSLSettingsComposite(org.eclipse.swt.widgets.Composite parent, SocketCommProps socketProps, SSLCommProps _props, ISSLSettingsCompositeOwner owner, boolean isEdit)
Create the composite.Uses of SocketCommProps in com.iizigo.term.prop
Subclasses of SocketCommProps in com.iizigo.term.prop Modifier and Type Class Description class
EditorTerminalProps
This Terminal property container holds terminal settings.Uses of SocketCommProps in com.iizix.comm
Fields in com.iizix.comm declared as SocketCommProps Modifier and Type Field Description SocketCommProps
SocketComm. properties
The properties for the socket.Constructors in com.iizix.comm with parameters of type SocketCommProps Constructor Description SocketComm(SocketCommProps properties, Worker worker, SocketCommListener listener, javax.net.ssl.SSLEngine engine)
Creates a new Socket Client Communication channel as UNINITIALIZED.Uses of SocketCommProps in com.iizix.prop
Subclasses of SocketCommProps in com.iizix.prop Modifier and Type Class Description class
TransactionCommProps
This property container contains all properties required for Transaction communication based on WebSockets.class
WebSocketCommProps
This property container contains all properties required for WebSocket communication.Methods in com.iizix.prop that return SocketCommProps Modifier and Type Method Description SocketCommProps
SocketCommProps. clone()
Clone method overridden in order not to clone the proxy password.Uses of SocketCommProps in com.iizix.term.prop
Subclasses of SocketCommProps in com.iizix.term.prop Modifier and Type Class Description class
TelnetCommProps
This property container contains all properties required for Telnet 3270 and 5250 connections, and extends the SocketProp used for Socket properties.class
TerminalProps
This property container contains all properties required for the terminal connector in terms of flags, colors, etc.