Uses of Class
com.iizix.term.prop.HostSessionProps
Packages that use HostSessionProps
Package
Description
Uses of HostSessionProps in com.iizigo.term
Methods in com.iizigo.term with parameters of type HostSessionPropsModifier 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
Constructors in com.iizigo.term.internal with parameters of type HostSessionPropsModifierConstructorDescriptionTerminal
(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 HostSessionPropsModifierConstructorDescriptionClientHostScreen
(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 HostSessionPropsModifier and TypeMethodDescriptionHostSessionProps.clone()
Clones the property is NOT ALLOWED, thus a CloneNotSupportedException is always thrown.Methods in com.iizix.term.prop with parameters of type HostSessionPropsModifier 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
Methods in com.iizix.term.remote with parameters of type HostSessionPropsModifier and TypeMethodDescriptionvoid
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 HostSessionPropsModifierConstructorDescriptionRemoteHostSession
(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 HostSessionPropsModifier and TypeFieldDescriptionprotected HostSessionProps
ActiveTerminalSession.hostSessionProps
The terminal properties instance when a session is created.