Uses of Class
com.iizix.term.prop.HostSessionProps
Packages that use HostSessionProps Package Description com.iizigo.term com.iizigo.term.internal com.iizix.term com.iizix.term.prop com.iizix.term.remote com.iizix.term.server Uses of HostSessionProps in com.iizigo.term
Methods in com.iizigo.term with parameters of type HostSessionProps Modifier and Type Method Description Terminal
TerminalComposite. 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
Constructors in com.iizigo.term.internal with parameters of type HostSessionProps Constructor Description Terminal(EditorActiveTerminalSession session, HostSessionProps props)
Constructor for a remote session to a server.Uses of HostSessionProps in com.iizix.term
Constructors in com.iizix.term with parameters of type HostSessionProps Constructor Description ClientHostScreen(HostSession hostSession, HostSessionProps props, int serialNumber)
Creates a new instance of the client host screen.Uses of HostSessionProps in com.iizix.term.prop
Methods in com.iizix.term.prop that return HostSessionProps Modifier and Type Method Description HostSessionProps
HostSessionProps. clone()
Clones the property is NOT ALLOWED, thus a CloneNotSupportedException is always thrown.Methods in com.iizix.term.prop with parameters of type HostSessionProps Modifier and Type Method Description void
IPreSendHostSessionProps. onPreSend(HostSessionProps props)
Called prior to sending the transaction update to the other party.Uses of HostSessionProps in com.iizix.term.remote
Methods in com.iizix.term.remote with parameters of type HostSessionProps Modifier and Type Method Description void
RemoteHostSession. onPreSend(HostSessionProps props)
Called prior to sending the transaction update to the other party.Constructors in com.iizix.term.remote with parameters of type HostSessionProps Constructor Description RemoteHostSession(Worker worker, HostSessionProps props, boolean needFields, boolean needPopupWindows)
Creates a remote host session controller instance.Uses of HostSessionProps in com.iizix.term.server
Fields in com.iizix.term.server declared as HostSessionProps Modifier and Type Field Description protected HostSessionProps
ActiveTerminalSession. hostSessionProps
The terminal properties instance when a session is created.