| 
 | |||||||||||
| 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 | ButtonBarImplementation of a programmable button bar to be used as a plugin in the Java(tm) Telnet Applet/Application. | 
|  class | CaptureA capture plugin that captures data and stores it in a defined location. | 
|  class | ScriptThe 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 | ShellThe shell plugin is the backend component for terminal emulation using a shell. | 
|  class | SinkThe 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 | SocketThe socket plugin acts as the data source for networked operations. | 
|  class | SSHSecure Shell plugin for the Java Telnet Application. | 
|  class | TelnetThe telnet plugin utilizes a telnet protocol handler to filter telnet negotiation requests from the data stream. | 
|  class | TerminalThe 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 | TimeoutThe 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 | URLFilterMaintainer: Matthias L. | 
| Fields in de.mud.jta.plugin declared as FilterPlugin | |
| protected  FilterPlugin | URLFilter.sourceholds the data source for input and output | 
| protected  FilterPlugin | Terminal.source | 
| protected  FilterPlugin | Telnet.source | 
| protected  FilterPlugin | SSH.source | 
| protected  FilterPlugin | Sink.source | 
| protected  FilterPlugin | Script.sourceholds the data source for input and output | 
| protected  FilterPlugin | Capture.source | 
| Methods in de.mud.jta.plugin that return FilterPlugin | |
|  FilterPlugin | URLFilter.getFilterSource() | 
|  FilterPlugin | Timeout.getFilterSource() | 
|  FilterPlugin | Terminal.getFilterSource() | 
|  FilterPlugin | Telnet.getFilterSource() | 
|  FilterPlugin | SSH.getFilterSource() | 
|  FilterPlugin | Socket.getFilterSource() | 
|  FilterPlugin | Sink.getFilterSource() | 
|  FilterPlugin | Shell.getFilterSource() | 
|  FilterPlugin | Script.getFilterSource() | 
|  FilterPlugin | Capture.getFilterSource() | 
|  FilterPlugin | ButtonBar.getFilterSource() | 
| Methods in de.mud.jta.plugin with parameters of type FilterPlugin | |
|  void | URLFilter.setFilterSource(FilterPlugin plugin)Set the filter source where we can read data from and where to write the script answer to. | 
|  void | Timeout.setFilterSource(FilterPlugin plugin) | 
|  void | Terminal.setFilterSource(FilterPlugin source) | 
|  void | Telnet.setFilterSource(FilterPlugin source) | 
|  void | SSH.setFilterSource(FilterPlugin source) | 
|  void | Socket.setFilterSource(FilterPlugin plugin) | 
|  void | Sink.setFilterSource(FilterPlugin source) | 
|  void | Shell.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 | Capture.setFilterSource(FilterPlugin source)The filter source is the plugin where Capture is connected to. | 
|  void | ButtonBar.setFilterSource(FilterPlugin source) | 
| 
 | |||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||