|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MessageBody | |
---|---|
com.meterware.httpunit | Classes for testing http server systems. |
com.meterware.httpunit.dom | |
com.meterware.httpunit.protocol |
Uses of MessageBody in com.meterware.httpunit |
---|
Subclasses of MessageBody in com.meterware.httpunit | |
---|---|
static class |
MessageBodyWebRequest.InputStreamMessageBody
A method request message body read directly from an input stream. |
Fields in com.meterware.httpunit declared as MessageBody | |
---|---|
protected MessageBody |
MessageBodyWebRequest._body
|
Methods in com.meterware.httpunit that return MessageBody | |
---|---|
protected MessageBody |
MessageBodyWebRequest.getMessageBody()
Subclasses may override this method to provide a message body for the request. |
protected MessageBody |
PostMethodWebRequest.getMessageBody()
|
Methods in com.meterware.httpunit with parameters of type MessageBody | |
---|---|
DomWindowProxy |
WebResponse.submitRequest(HTMLElementImpl sourceElement,
java.lang.String method,
java.lang.String location,
java.lang.String target,
MessageBody requestBody)
|
Constructors in com.meterware.httpunit with parameters of type MessageBody | |
---|---|
MessageBodyWebRequest(java.lang.String urlString,
MessageBody messageBody)
Constructs a web request using a specific absolute url string. |
Uses of MessageBody in com.meterware.httpunit.dom |
---|
Methods in com.meterware.httpunit.dom with parameters of type MessageBody | |
---|---|
DomWindowProxy |
DomWindowProxy.submitRequest(HTMLElementImpl sourceElement,
java.lang.String method,
java.lang.String location,
java.lang.String target,
MessageBody requestBody)
|
Uses of MessageBody in com.meterware.httpunit.protocol |
---|
Methods in com.meterware.httpunit.protocol that return MessageBody | |
---|---|
static MessageBody |
MessageBody.createPostMethodMessageBody(boolean mimeEncoded,
java.lang.String characterSet)
Creates a message body for a POST request, selecting an appropriate encoding. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |