|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FilterPlugin | |
---|---|
de.mud.jta | |
de.mud.jta.plugin |
Uses of FilterPlugin in de.mud.jta |
---|
Methods in de.mud.jta that return FilterPlugin | |
---|---|
FilterPlugin |
FilterPlugin.getFilterSource()
|
Methods in de.mud.jta with parameters of type FilterPlugin | |
---|---|
void |
FilterPlugin.setFilterSource(FilterPlugin source)
Set the source plugin where we get our data from and where the data sink (write) is. |
Uses of FilterPlugin in de.mud.jta.plugin |
---|
Classes in de.mud.jta.plugin that implement FilterPlugin | |
---|---|
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. |
Fields in de.mud.jta.plugin declared as FilterPlugin | |
---|---|
protected FilterPlugin |
SSH.source
|
protected FilterPlugin |
Script.source
holds the data source for input and output |
protected FilterPlugin |
Sink.source
|
protected FilterPlugin |
Capture.source
|
protected FilterPlugin |
URLFilter.source
holds the data source for input and output |
protected FilterPlugin |
Terminal.source
|
protected FilterPlugin |
Telnet.source
|
Methods in de.mud.jta.plugin that return FilterPlugin | |
---|---|
FilterPlugin |
Timeout.getFilterSource()
|
FilterPlugin |
SSH.getFilterSource()
|
FilterPlugin |
Socket.getFilterSource()
|
FilterPlugin |
Script.getFilterSource()
|
FilterPlugin |
Sink.getFilterSource()
|
FilterPlugin |
Capture.getFilterSource()
|
FilterPlugin |
URLFilter.getFilterSource()
|
FilterPlugin |
Terminal.getFilterSource()
|
FilterPlugin |
ButtonBar.getFilterSource()
|
FilterPlugin |
Telnet.getFilterSource()
|
FilterPlugin |
Shell.getFilterSource()
|
Methods in de.mud.jta.plugin with parameters of type FilterPlugin | |
---|---|
void |
Timeout.setFilterSource(FilterPlugin plugin)
|
void |
SSH.setFilterSource(FilterPlugin source)
|
void |
Socket.setFilterSource(FilterPlugin plugin)
|
void |
Script.setFilterSource(FilterPlugin plugin)
Set the filter source where we can read data from and where to write the script answer to. |
void |
Sink.setFilterSource(FilterPlugin source)
|
void |
Capture.setFilterSource(FilterPlugin source)
The filter source is the plugin where Capture is connected to. |
void |
URLFilter.setFilterSource(FilterPlugin plugin)
Set the filter source where we can read data from and where to write the script answer to. |
void |
Terminal.setFilterSource(FilterPlugin source)
|
void |
ButtonBar.setFilterSource(FilterPlugin source)
|
void |
Telnet.setFilterSource(FilterPlugin source)
|
void |
Shell.setFilterSource(FilterPlugin plugin)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |