Class RequestViewHTTP
java.lang.Object
org.apache.jmeter.protocol.http.visualizers.RequestViewHTTP
- All Implemented Interfaces:
- RequestView
Specializer panel to view a HTTP request parsed
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidClear all data in panelstatic StringdecodeQuery(String query) Decode a query stringgetLabel()Get the label.getPanel()Get the panelgetQueryMap(String query) voidinit()Init the panelvoidsetSamplerResult(Object objectResult) Put the result bean to display in panel
- 
Constructor Details- 
RequestViewHTTPpublic RequestViewHTTP()Pane to view HTTP request sample in view results tree
 
- 
- 
Method Details- 
initpublic void init()Description copied from interface:RequestViewInit the panel- Specified by:
- initin interface- RequestView
 
- 
clearDatapublic void clearData()Description copied from interface:RequestViewClear all data in panel- Specified by:
- clearDatain interface- RequestView
 
- 
setSamplerResultDescription copied from interface:RequestViewPut the result bean to display in panel- Specified by:
- setSamplerResultin interface- RequestView
- Parameters:
- objectResult- result to display
 
- 
getQueryMap- Parameters:
- query- query to parse for param and value pairs
- Returns:
- Map params and values
 
- 
decodeQueryDecode a query string- Parameters:
- query- to decode
- Returns:
- the decoded query string, if it can be url-decoded. Otherwise the original query will be returned.
 
- 
getPanelDescription copied from interface:RequestViewGet the panel- Specified by:
- getPanelin interface- RequestView
- Returns:
- the panel viewer
 
- 
getLabelDescription copied from interface:RequestViewGet the label. Use as name for bottom tab- Specified by:
- getLabelin interface- RequestView
- Returns:
- the label's panel
 
 
-