public class RequestViewHTTP extends java.lang.Object implements RequestView
| Constructor and Description |
|---|
RequestViewHTTP()
Pane to view HTTP request sample in view results tree
|
| Modifier and Type | Method and Description |
|---|---|
void |
clearData()
Clear all data in panel
|
static java.lang.String |
decodeQuery(java.lang.String query)
Decode a query string
|
java.lang.String |
getLabel()
Get the label.
|
javax.swing.JPanel |
getPanel()
Get the panel
|
static java.util.Map<java.lang.String,java.lang.String[]> |
getQueryMap(java.lang.String query) |
void |
init()
Init the panel
|
void |
setSamplerResult(java.lang.Object objectResult)
Put the result bean to display in panel
|
public RequestViewHTTP()
public void init()
RequestViewinit in interface RequestViewpublic void clearData()
RequestViewclearData in interface RequestViewpublic void setSamplerResult(java.lang.Object objectResult)
RequestViewsetSamplerResult in interface RequestViewobjectResult - result to displaypublic static java.util.Map<java.lang.String,java.lang.String[]> getQueryMap(java.lang.String query)
query - query to parse for param and value pairspublic static java.lang.String decodeQuery(java.lang.String query)
query - to decodepublic javax.swing.JPanel getPanel()
RequestViewgetPanel in interface RequestViewpublic java.lang.String getLabel()
RequestViewgetLabel in interface RequestViewCopyright © 1998-2018 Apache Software Foundation. All Rights Reserved.