All Classes
-
All Classes Interface Summary Class Summary Class Description BufferingRequestLog A request log implemented with an in-memory buffer.Client HTTP Client abstraction, suitable for mocking.Collector Interface for an active element providing a request log.EventBusCollector Collects a request log live from a vert.x eventbus exposed with SockJS.Exchange Models a request log entry.ExchangeHandler Allows to intercept the exchanges before and after performing the request.IgnoreHeadersTransformer Transforms an exchange into a new one where given headers are removed.LinearTimingFunction Speeds up timings by a constant factor.Player Replays requests from a request log.ReaderRequestLog Request log providing exchanges from a serialized JSON stream, as the one generated by the logging filter.ReplaceStringTransformer Transform an exchange into a new one by replacing all string pattern occurences in URL, headers and body.RequestLog Abstraction for a request log, be it read from a file, from memory or from network.ResourceRequestLog Request log implementation fetching a request log resource containing JSON lines as written by the log filter.TimeResolver Obtain the elapsed time relatively to a reference.TimingFunction Converts real time intervals into simulated time intervals.