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.
|
Modifier and Type | Class and 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.
|
Modifier and Type | Field and Description |
---|---|
protected SessionInfo |
GenericBackend.sessionInfo
The session information.
|
Modifier and Type | Method and 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 |
MultiBackend.getSessionInfo()
Getter for sessionInfo.
|
SessionInfo |
SwingTerminal.getSessionInfo()
Getter for sessionInfo.
|
SessionInfo |
TWindowBackend.getSessionInfo()
Getter for sessionInfo.
|
Modifier and Type | Class and Description |
---|---|
class |
TelnetInputStream
TelnetInputStream works with TelnetSocket to perform the telnet protocol.
|
Copyright © 2019 Kevin Lamonte. Licensed MIT.