Package org.apache.jmeter.protocol.http.util
SinceNot specified.
VersionNot specified.
AuthorNot specified.
| Base64Encoder |
This class provides an implementation of Base64 encoding without relying on
the the sun.* packages. |
| DOMPool |
The purpose of this class is to cache the DOM Documents in memory and by-pass
parsing. |
| EncoderCache |
No description provided. |
| HTTPArgument |
No description provided. |
| HTTPResultConverter |
No description provided. |
| SlowHttpClientSocketFactory |
HttpClient protocol factory to generate "slow" sockets for emulating dial-up modems |
| WSDLHelper |
For now I use DOM for WSDLHelper, but it would be more efficient to use JAXB
to generate an object model for WSDL and use it to perform serialization and
deserialization. |