See: Description
Class | Description |
---|---|
MultipleTransport |
This class is used to load multiple HTTP requests, emulating
a browser.
|
Throttle |
A helper class to provide throttling on sockets
|
TimedInputStream |
A pass-through input stream that records the time of the input.
|
TimedOutputStream |
A pass-through output stream that records the time of the output.
|
TimedSocket |
The TimedSocket class extends the Socket class by timing the opening of
connections and using TimedInputStream and TimedOutputStream as the streams
for this socket.
|
TimedSocketFactory |
Socket factory to create new timed socket.
|
TimedSocketWrapper |
The TimedSocketWrapper wraps an existing, opened socket
with the timed artifacts.
|
TimedSocketWrapperFactory |
Socket factory to create new timed socket.
|