|
Class Summary |
| HttpUtil |
This class contains utility routines for interacting with the HTTP protocol. |
| HttpUtil.Credentials |
Nested class used as argument of getCredentials, so that it can allocate
and return multiple Strings. |
| HttpUtil.Tester |
Each class contains a Tester inner class with a main() for easier
unit testing. |
| MultiPartFormDataParamMap |
This class makes the form parameters from an HTML form with
enctype='multipart/form-data'
available as a simple map, like the map returned by
ServletRequest.getParameterMap()
for other HTML forms. |
| ServletDebugger |
This class contains utility routines for interacting with the HTTP protocol. |
| ServletDebugger.Tester |
Each class contains a Tester inner class with a main() for easier
unit testing. |