Package | Description |
---|---|
de.mud.jta | |
de.mud.jta.event | |
de.mud.jta.plugin |
Modifier and Type | Method and Description |
---|---|
Plugin |
PluginLoader.addPlugin(java.lang.String name,
java.lang.String id)
Add a new plugin to the system and register the plugin load as its
communication bus.
|
Plugin |
PluginLoader.replacePlugin(java.lang.String name,
java.lang.String id)
Replace a plugin with a new one, actually reloads the plugin.
|
Modifier and Type | Field and Description |
---|---|
protected Plugin |
FocusStatus.plugin |
Modifier and Type | Method and Description |
---|---|
void |
FocusStatusListener.pluginGainedFocus(Plugin plugin)
Called if a plugin gained the input focus.
|
void |
FocusStatusListener.pluginLostFocus(Plugin plugin)
Called if a plugin lost the input focus.
|
Constructor and Description |
---|
FocusStatus(Plugin plugin,
java.awt.event.FocusEvent event)
Create a new online status message with the specified value.
|
Modifier and Type | Class and Description |
---|---|
class |
ButtonBar
Implementation of a programmable button bar to be used as a plugin
in the Java(tm) Telnet Applet/Application.
|
class |
Capture
A capture plugin that captures data and stores it in a
defined location.
|
class |
MudConnector
The MudConnector (http://www.mudconnector.com) plugin.
|
class |
Script
The script plugin takes a series of match and answer pairs to compare
the incoming data with the matches and if it succeeds writes the answers
back.
|
class |
Shell
The shell plugin is the backend component for terminal emulation using
a shell.
|
class |
Sink
The terminal plugin represents the actual terminal where the
data will be displayed and the gets the keyboard input to sent
back to the remote host.
|
class |
Socket
The socket plugin acts as the data source for networked operations.
|
class |
SSH
Secure Shell plugin for the JTA.
|
class |
Status
A simple plugin showing the current status of the application whether
it is online or not.
|
class |
Telnet
The telnet plugin utilizes a telnet protocol handler to filter
telnet negotiation requests from the data stream.
|
class |
Terminal
The terminal plugin represents the actual terminal where the
data will be displayed and the gets the keyboard input to sent
back to the remote host.
|
class |
Timeout
The timeout plugin looks at the incoming and outgoing data stream and
tries to close the connection gracefully if the timeout occured or if
not graceful exit command was configured simply closed the connection.
|
class |
URLFilter
Maintainer: Matthias L.
|