Frames | No Frames |
Classes implementing de.mud.jta.FilterPlugin | |
class | Implementation of a programmable button bar to be used as a plugin
in the Java(tm) Telnet Applet/Application. |
class | A capture plugin that captures data and stores it in a
defined location. |
class | 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 | The shell plugin is the backend component for terminal emulation using
a shell. |
class | 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 | The socket plugin acts as the data source for networked operations. |
class | Secure Shell plugin for the JTA. |
class | The telnet plugin utilizes a telnet protocol handler to filter
telnet negotiation requests from the data stream. |
class | 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 | 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 |
Maintainer: Matthias L. |
Fields of type de.mud.jta.FilterPlugin | |
FilterPlugin | |
FilterPlugin | |
FilterPlugin | holds the data source for input and output |
FilterPlugin | |
FilterPlugin | |
FilterPlugin | |
FilterPlugin | holds the data source for input and output |
Methods with parameter type de.mud.jta.FilterPlugin | |
void | |
void | The filter source is the plugin where Capture is connected to. |
void | Set the filter source where we can read data from and where to
write the script answer to. |
void | |
void | |
void | |
void | |
void | |
void | |
void | |
void | Set the filter source where we can read data from and where to
write the script answer to. |
Methods with return type de.mud.jta.FilterPlugin | |
FilterPlugin | |
FilterPlugin | |
FilterPlugin | |
FilterPlugin | |
FilterPlugin | |
FilterPlugin | |
FilterPlugin | |
FilterPlugin | |
FilterPlugin | |
FilterPlugin | |
FilterPlugin |
Methods with parameter type de.mud.jta.FilterPlugin | |
void | Set the source plugin where we get our data from and where the data
sink (write) is. |
Methods with return type de.mud.jta.FilterPlugin | |
FilterPlugin |