Package | Description |
---|---|
com.meterware.httpunit |
Classes for testing http server systems.
|
com.meterware.httpunit.protocol |
Modifier and Type | Class and Description |
---|---|
class |
WebForm
This class represents a form in an HTML page.
|
class |
WebImage
Represents an image in an HTML document.
|
class |
WebLink
This class represents a link in an HTML page.
|
class |
WebRequestSource
Base class for objects which can be clicked to generate new web requests.
|
Modifier and Type | Method and Description |
---|---|
void |
MessageBodyWebRequest.InputStreamMessageBody.writeTo(OutputStream outputStream,
ParameterCollection parameters)
Transmits the body of this request as a sequence of bytes.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
MessageBody.writeTo(OutputStream outputStream,
ParameterCollection parameters)
Transmits the body of this request as a sequence of bytes.
|
Copyright © 2012. All Rights Reserved.