Package | Description |
---|---|
org.jline.builtins.telnet |
Modifier and Type | Method | Description |
---|---|---|
default void |
ConnectionListener.connectionIdle(ConnectionEvent ce) |
Called when a CONNECTION_IDLE event occured.
|
default void |
ConnectionListener.connectionLogoutRequest(ConnectionEvent ce) |
Called when a CONNECTION_LOGOUTREQUEST occured.
|
default void |
ConnectionListener.connectionSentBreak(ConnectionEvent ce) |
Called when a CONNECTION_BREAK event occured.
|
default void |
ConnectionListener.connectionTerminalGeometryChanged(ConnectionEvent ce) |
Called when a CONNECTION_TERMINAL_GEOMETRY_CHANGED event occured.
|
default void |
ConnectionListener.connectionTimedOut(ConnectionEvent ce) |
Called when a CONNECTION_TIMEDOUT event occured.
|
void |
Connection.processConnectionEvent(ConnectionEvent ce) |
Method called by the io subsystem to pass on a
"low-level" event.
|
Copyright © 2020. All rights reserved.