Uses of Class
com.iizix.term.prop.SessionsProp
Packages that use SessionsProp Package Description com.iizigo.term.prop com.iizix.term.prop com.iizix.term.server Uses of SessionsProp in com.iizigo.term.prop
Subclasses of SessionsProp in com.iizigo.term.prop Modifier and Type Class Description class
EditorSessionsProp
This Sessions property container holds the terminal properties.Uses of SessionsProp in com.iizix.term.prop
Methods in com.iizix.term.prop that return SessionsProp Modifier and Type Method Description SessionsProp
SessionsProp. clone()
Clone must be overridden.Uses of SessionsProp in com.iizix.term.server
Methods in com.iizix.term.server with parameters of type SessionsProp Modifier and Type Method Description void
TerminalSessionManager. assignSessions(SessionsProp sessionsProp)
Assigns the cloned sessions property.Constructors in com.iizix.term.server with parameters of type SessionsProp Constructor Description ActiveTerminalSessions(SessionsProp sessionsProp)
Constructor for a new session for the client.