Class RequestLog
- java.lang.Object
-
- com.google.common.collect.FluentIterable<Exchange>
-
- org.swisspush.gateleen.player.log.RequestLog
-
- All Implemented Interfaces:
java.lang.Iterable<Exchange>
- Direct Known Subclasses:
BufferingRequestLog,ReaderRequestLog
public abstract class RequestLog extends com.google.common.collect.FluentIterable<Exchange>
Abstraction for a request log, be it read from a file, from memory or from network.- Author:
- https://github.com/lbovet [Laurent Bovet]
-
-
Constructor Summary
Constructors Constructor Description RequestLog()
-
Method Summary
-
Methods inherited from class com.google.common.collect.FluentIterable
allMatch, anyMatch, append, append, concat, concat, concat, concat, concat, contains, copyInto, cycle, filter, filter, first, firstMatch, from, from, from, get, index, isEmpty, join, last, limit, of, of, of, size, skip, stream, toArray, toList, toMap, toMultiset, toSet, toSortedList, toSortedSet, toString, transform, transformAndConcat, uniqueIndex
-
-