| Package | Description |
|---|---|
| com.meterware.httpunit |
Classes for testing http server systems.
|
| com.meterware.httpunit.dom | |
| com.meterware.httpunit.protocol |
| Modifier and Type | Class and Description |
|---|---|
static class |
MessageBodyWebRequest.InputStreamMessageBody
A method request message body read directly from an input stream.
|
| Modifier and Type | Field and Description |
|---|---|
protected MessageBody |
MessageBodyWebRequest._body |
| Modifier and Type | Method and Description |
|---|---|
protected MessageBody |
PostMethodWebRequest.getMessageBody() |
protected MessageBody |
MessageBodyWebRequest.getMessageBody()
Subclasses may override this method to provide a message body for the
request.
|
| Modifier and Type | Method and Description |
|---|---|
DomWindowProxy |
WebResponse.submitRequest(HTMLElementImpl sourceElement,
String method,
String location,
String target,
MessageBody requestBody) |
| Constructor and Description |
|---|
MessageBodyWebRequest(String urlString,
MessageBody messageBody)
Constructs a web request using a specific absolute url string.
|
| Modifier and Type | Method and Description |
|---|---|
DomWindowProxy |
DomWindowProxy.submitRequest(HTMLElementImpl sourceElement,
String method,
String location,
String target,
MessageBody requestBody) |
| Modifier and Type | Method and Description |
|---|---|
static MessageBody |
MessageBody.createPostMethodMessageBody(boolean mimeEncoded,
String characterSet)
Creates a message body for a POST request, selecting an appropriate encoding.
|
Copyright © 2012. All Rights Reserved.