See: Description
Class | Description |
---|---|
CookieHandler |
Faban's implementation of the cookie handler.
|
Handler |
Web protocol handler that creates Faban's HttpURLConnection instead.
|
HttpClient |
Implementation of the HttpClient for the Faban driver framework.
|
HttpURLConnection |
Faban's implementation of HttpURLConnection relies heavily on the sun.net
implementation.
|
SocketFactory |
This SocketFactory is the javax.net.SocketFactory with one additional
createSocket interface allowing the creation of a socket with the proxy.
|
SunHttpTransport |
The SunHttpTransport provides initialization services and utility methods for
using the HTTP and HTTPS protocols through the JDK's
java.net.HttpUrlConnection facility.
|
ThreadCookieHandler |
ThreadCookieHandler stores cookies from a response and retrieves all applicable
cookies for a particular request.
|
URLStreamHandlerFactory |
The Faban URLStreamHandlerFactory creates Faban's HttpURLConnection.
|