Uses of Interface
jexer.backend.SessionInfo
-
Packages that use SessionInfo Package Description jexer.backend The interface between TApplication and user-facing I/O.jexer.net A Telnet-aware ServerSocket that establishes an 8-bit clean data channel. -
-
Uses of SessionInfo in jexer.backend
Classes in jexer.backend that implement SessionInfo Modifier and Type Class Description classSwingSessionInfoSwingSessionInfo provides a session implementation with a callback into Swing to support queryWindowSize().classTSessionInfoTSessionInfo provides a default session implementation.classTTYSessionInfoTTYSessionInfo queries environment variables and the tty window size for the session information.Fields in jexer.backend declared as SessionInfo Modifier and Type Field Description protected SessionInfoGenericBackend. sessionInfoThe session information.Methods in jexer.backend that return SessionInfo Modifier and Type Method Description SessionInfoBackend. getSessionInfo()Get a SessionInfo, which exposes text width/height, language, username, and other information from the communication stack.SessionInfoECMA48Terminal. getSessionInfo()Getter for sessionInfo.SessionInfoGenericBackend. getSessionInfo()Getter for sessionInfo.SessionInfoHeadlessBackend. getSessionInfo()Getter for sessionInfo.SessionInfoMultiBackend. getSessionInfo()Getter for sessionInfo.SessionInfoSwingTerminal. getSessionInfo()Getter for sessionInfo.SessionInfoTWindowBackend. getSessionInfo()Getter for sessionInfo. -
Uses of SessionInfo in jexer.net
Classes in jexer.net that implement SessionInfo Modifier and Type Class Description classTelnetInputStreamTelnetInputStream works with TelnetSocket to perform the telnet protocol.
-