| |
|
| java.lang.Object net.fenyo.gnetwatch.GUI.VisualElement net.fenyo.gnetwatch.data.DataView net.fenyo.gnetwatch.data.HTTPView
HTTPView | public class HTTPView extends DataView (Code) | | This view displays the received traffic from a HTTP/FTP server.
author: Alexandre Fenyo version: $Id: HTTPView.java,v 1.1 2007/03/08 18:21:32 fenyo Exp $ |
HTTPView | public HTTPView(GUI gui, Target target)(Code) | | Constructor.
Parameters: gui - current GUI instance. Parameters: target - ingress target interface. |
browserEventClass | protected Class browserEventClass()(Code) | | Returns the event class this view can manage.
none. Class event class. |
browserName | protected String browserName()(Code) | | Returns the name of report this view can generate.
none. String report name. |
browserUnit | protected String browserUnit()(Code) | | Returns the data unit for values this view can generate.
none. String data unit. |
createComponent | protected BasicComponent createComponent()(Code) | | Creates a new display component.
none. BasicComponent new display component. |
disposed | protected void disposed()(Code) | | Removes every event relative to this view and to this target.
none. void. |
getBrowserContent | protected StringBuffer getBrowserContent()(Code) | | Returns a report as an HTML string.
none. StringBull HTML report. |
|
|
|