Uses of Interface
de.mud.jta.FilterPlugin

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 Java Telnet Application.
 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 Terminal.source
           
protected  FilterPlugin Script.source
          holds the data source for input and output
protected  FilterPlugin Capture.source
           
protected  FilterPlugin Telnet.source
           
protected  FilterPlugin Sink.source
           
protected  FilterPlugin URLFilter.source
          holds the data source for input and output
 

Methods in de.mud.jta.plugin that return FilterPlugin
 FilterPlugin Timeout.getFilterSource()
           
 FilterPlugin SSH.getFilterSource()
           
 FilterPlugin ButtonBar.getFilterSource()
           
 FilterPlugin Terminal.getFilterSource()
           
 FilterPlugin Script.getFilterSource()
           
 FilterPlugin Shell.getFilterSource()
           
 FilterPlugin Capture.getFilterSource()
           
 FilterPlugin Socket.getFilterSource()
           
 FilterPlugin Telnet.getFilterSource()
           
 FilterPlugin Sink.getFilterSource()
           
 FilterPlugin URLFilter.getFilterSource()
           
 

Methods in de.mud.jta.plugin with parameters of type FilterPlugin
 void Timeout.setFilterSource(FilterPlugin plugin)
           
 void SSH.setFilterSource(FilterPlugin source)
           
 void ButtonBar.setFilterSource(FilterPlugin source)
           
 void Terminal.setFilterSource(FilterPlugin source)
           
 void Script.setFilterSource(FilterPlugin plugin)
          Set the filter source where we can read data from and where to write the script answer to.
 void Shell.setFilterSource(FilterPlugin plugin)
           
 void Capture.setFilterSource(FilterPlugin source)
          The filter source is the plugin where Capture is connected to.
 void Socket.setFilterSource(FilterPlugin plugin)
           
 void Telnet.setFilterSource(FilterPlugin source)
           
 void Sink.setFilterSource(FilterPlugin source)
           
 void URLFilter.setFilterSource(FilterPlugin plugin)
          Set the filter source where we can read data from and where to write the script answer to.