Uses of Interface
org.aesh.terminal.Connection
Packages that use Connection
-
Uses of Connection in org.aesh.terminal
Classes in org.aesh.terminal that implement ConnectionModifier and TypeClassDescriptionclassAbstract base class forConnectionimplementations that use anEventDecoderfor signal and input handling.Methods in org.aesh.terminal that return ConnectionModifier and TypeMethodDescriptiondefault ConnectionConnection.disableGraphemeClusterMode()Disable Mode 2027 (grapheme cluster segmentation).default ConnectionConnection.disableSynchronizedOutput()Disable Mode 2026 (synchronized output) — End Synchronized Update (ESU).default ConnectionConnection.enableGraphemeClusterMode()Enable Mode 2027 (grapheme cluster segmentation).default ConnectionConnection.enableSynchronizedOutput()Enable Mode 2026 (synchronized output) — Begin Synchronized Update (BSU).default ConnectionWrite a string to the output handler.default ConnectionConnection.writeCommandFinished()Write OSC 133;D (Command Finished) to the terminal without an exit code.default ConnectionConnection.writeCommandFinished(int exitCode) Write OSC 133;D (Command Finished) to the terminal with an exit code.default ConnectionConnection.writeCommandStart()Write OSC 133;C (Command Start) to the terminal.default ConnectionConnection.writeHyperlink(String url, String text) Write a clickable hyperlink to the terminal.default ConnectionConnection.writeHyperlink(String url, String text, String id) Write a clickable hyperlink with a grouping id.default ConnectionConnection.writePromptEnd()Write OSC 133;B (Prompt End) to the terminal.default ConnectionConnection.writePromptStart()Write OSC 133;A (Prompt Start) to the terminal.