Package | Description |
---|---|
de.mud.jta | |
de.mud.jta.plugin |
Modifier and Type | Method and Description |
---|---|
FilterPlugin |
FilterPlugin.getFilterSource() |
Modifier and Type | Method and Description |
---|---|
void |
FilterPlugin.setFilterSource(FilterPlugin source)
Set the source plugin where we get our data from and where the data
sink (write) is.
|
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 |
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 |
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.
|
Modifier and Type | Field and Description |
---|---|
protected FilterPlugin |
SSH.source |
protected FilterPlugin |
URLFilter.source
holds the data source for input and output
|
protected FilterPlugin |
Script.source
holds the data source for input and output
|
protected FilterPlugin |
Sink.source |
protected FilterPlugin |
Terminal.source |
protected FilterPlugin |
Telnet.source |
protected FilterPlugin |
Capture.source |
Modifier and Type | Method and Description |
---|---|
FilterPlugin |
SSH.getFilterSource() |
FilterPlugin |
Shell.getFilterSource() |
FilterPlugin |
URLFilter.getFilterSource() |
FilterPlugin |
Script.getFilterSource() |
FilterPlugin |
Socket.getFilterSource() |
FilterPlugin |
ButtonBar.getFilterSource() |
FilterPlugin |
Sink.getFilterSource() |
FilterPlugin |
Terminal.getFilterSource() |
FilterPlugin |
Timeout.getFilterSource() |
FilterPlugin |
Telnet.getFilterSource() |
FilterPlugin |
Capture.getFilterSource() |
Modifier and Type | Method and Description |
---|---|
void |
SSH.setFilterSource(FilterPlugin source) |
void |
Shell.setFilterSource(FilterPlugin plugin) |
void |
URLFilter.setFilterSource(FilterPlugin plugin)
Set the filter source where we can read data from and where to
write the script answer to.
|
void |
Script.setFilterSource(FilterPlugin plugin)
Set the filter source where we can read data from and where to
write the script answer to.
|
void |
Socket.setFilterSource(FilterPlugin plugin) |
void |
ButtonBar.setFilterSource(FilterPlugin source) |
void |
Sink.setFilterSource(FilterPlugin source) |
void |
Terminal.setFilterSource(FilterPlugin source) |
void |
Timeout.setFilterSource(FilterPlugin plugin) |
void |
Telnet.setFilterSource(FilterPlugin source) |
void |
Capture.setFilterSource(FilterPlugin source)
The filter source is the plugin where Capture is connected to.
|