|
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.proxy.HttpRequestHdr
public class HttpRequestHdr
The headers of the client HTTP request.
| Constructor Summary | |
|---|---|
HttpRequestHdr()
|
|
HttpRequestHdr(HTTPSamplerBase sampler)
|
|
| Method Summary | |
|---|---|
HeaderManager |
getHeaderManager()
|
String |
getMethod()
Returns the method string extracted from the first line of the client request. |
HTTPSamplerBase |
getSampler(Map<String,String> pageEncodings,
Map<String,String> formEncodings)
|
String |
getUrl()
Returns the url string extracted from the first line of the client request. |
byte[] |
parse(InputStream in)
Parses a http header from a stream. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HttpRequestHdr()
public HttpRequestHdr(HTTPSamplerBase sampler)
sampler - the http sampler| Method Detail |
|---|
public byte[] parse(InputStream in)
throws IOException
in - the stream to parse.
IOExceptionpublic HeaderManager getHeaderManager()
public HTTPSamplerBase getSampler(Map<String,String> pageEncodings,
Map<String,String> formEncodings)
throws MalformedURLException,
IOException
MalformedURLException
IOExceptionpublic String getUrl()
public String getMethod()
|
Apache JMeter | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||