Uses of Class
com.iizix.term.prop.HostSessionProps
Package
Description
Uses of HostSessionProps in com.iizigo.term
Modifier and TypeMethodDescriptionTerminalComposite.createTerminalAndWindow
(EditorActiveTerminalSession session, HostSessionProps hostSessionProps) Creates the Terminal and Terminal Window instance for a remote terminal session.Uses of HostSessionProps in com.iizigo.term.internal
ModifierConstructorDescriptionTerminal
(EditorActiveTerminalSession session, HostSessionProps props) Constructor for a remote session to a server.Uses of HostSessionProps in com.iizix.term
ModifierConstructorDescriptionClientHostScreen
(HostSession hostSession, HostSessionProps props, int serialNumber) Creates a new instance of the client host screen.Uses of HostSessionProps in com.iizix.term.prop
Modifier and TypeMethodDescriptionHostSessionProps.clone()
Clones the property is NOT ALLOWED, thus a CloneNotSupportedException is always thrown.Modifier and TypeMethodDescriptionvoid
IPreSendHostSessionProps.onPreSend
(HostSessionProps props) Called prior to sending the transaction update to the other party.Uses of HostSessionProps in com.iizix.term.remote
Modifier and TypeMethodDescriptionvoid
RemoteHostSession.onPreSend
(HostSessionProps props) Called prior to sending the transaction update to the other party.ModifierConstructorDescriptionRemoteHostSession
(Worker worker, HostSessionProps props, boolean needFields, boolean needPopupWindows) Creates a remote host session controller instance.Uses of HostSessionProps in com.iizix.term.server
Modifier and TypeFieldDescriptionprotected HostSessionProps
ActiveTerminalSession.hostSessionProps
The terminal properties instance when a session is created.