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 Summary
Constructors - 
Method Summary
Modifier 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
- 
RequestViewHTTP
public RequestViewHTTP()Pane to view HTTP request sample in view results tree 
 - 
 - 
Method Details
- 
init
public void init()Description copied from interface:RequestViewInit the panel- Specified by:
 initin interfaceRequestView
 - 
clearData
public void clearData()Description copied from interface:RequestViewClear all data in panel- Specified by:
 clearDatain interfaceRequestView
 - 
setSamplerResult
Description copied from interface:RequestViewPut the result bean to display in panel- Specified by:
 setSamplerResultin interfaceRequestView- Parameters:
 objectResult- result to display
 - 
getQueryMap
- Parameters:
 query- query to parse for param and value pairs- Returns:
 - Map params and values
 
 - 
decodeQuery
Decode 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.
 
 - 
getPanel
Description copied from interface:RequestViewGet the panel- Specified by:
 getPanelin interfaceRequestView- Returns:
 - the panel viewer
 
 - 
getLabel
Description copied from interface:RequestViewGet the label. Use as name for bottom tab- Specified by:
 getLabelin interfaceRequestView- Returns:
 - the label's panel
 
 
 -