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 class
SwingSessionInfo
SwingSessionInfo provides a session implementation with a callback into Swing to support queryWindowSize().class
TSessionInfo
TSessionInfo provides a default session implementation.class
TTYSessionInfo
TTYSessionInfo 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 SessionInfo
GenericBackend. sessionInfo
The session information.Methods in jexer.backend that return SessionInfo Modifier and Type Method Description SessionInfo
Backend. getSessionInfo()
Get a SessionInfo, which exposes text width/height, language, username, and other information from the communication stack.SessionInfo
ECMA48Terminal. getSessionInfo()
Getter for sessionInfo.SessionInfo
GenericBackend. getSessionInfo()
Getter for sessionInfo.SessionInfo
HeadlessBackend. getSessionInfo()
Getter for sessionInfo.SessionInfo
MultiBackend. getSessionInfo()
Getter for sessionInfo.SessionInfo
SwingTerminal. getSessionInfo()
Getter for sessionInfo.SessionInfo
TWindowBackend. getSessionInfo()
Getter for sessionInfo. -
Uses of SessionInfo in jexer.net
Classes in jexer.net that implement SessionInfo Modifier and Type Class Description class
TelnetInputStream
TelnetInputStream works with TelnetSocket to perform the telnet protocol.
-