|
Apache JMeter | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.jmeter.protocol.http.visualizers.RequestViewHTTP
public class RequestViewHTTP
Specializer panel to view a HTTP request parsed
| Constructor Summary | |
|---|---|
RequestViewHTTP()
Pane to view HTTP request sample in view results tree |
|
| Method Summary | |
|---|---|
void |
clearData()
Clear all data in panel |
static String |
decodeQuery(String query)
Decode a query string |
String |
getLabel()
Get the label. |
JPanel |
getPanel()
Get the panel |
static Map<String,String> |
getQueryMap(String query)
|
void |
init()
Init the panel |
void |
setSamplerResult(Object objectResult)
Put the result bean to display in panel |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RequestViewHTTP()
| Method Detail |
|---|
public void init()
RequestView
init in interface RequestViewpublic void clearData()
RequestView
clearData in interface RequestViewpublic void setSamplerResult(Object objectResult)
RequestView
setSamplerResult in interface RequestViewobjectResult - result to displaypublic static Map<String,String> getQueryMap(String query)
query -
public static String decodeQuery(String query)
query - to decode
public JPanel getPanel()
RequestView
getPanel in interface RequestViewpublic String getLabel()
RequestView
getLabel in interface RequestView
|
Apache JMeter | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||