Class ReaderRequestLog
- java.lang.Object
-
- com.google.common.collect.FluentIterable<Exchange>
-
- org.swisspush.gateleen.player.log.RequestLog
-
- org.swisspush.gateleen.player.log.ReaderRequestLog
-
- All Implemented Interfaces:
java.lang.Iterable<Exchange>
- Direct Known Subclasses:
ResourceRequestLog
public abstract class ReaderRequestLog extends RequestLog
Request log providing exchanges from a serialized JSON stream, as the one generated by the logging filter.- Author:
- https://github.com/lbovet [Laurent Bovet]
-
-
Constructor Summary
Constructors Constructor Description ReaderRequestLog(java.lang.String urlPrefix)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract java.io.ReadergetReader()java.util.Iterator<Exchange>iterator()-
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
-
-
-
-
Method Detail
-
getReader
protected abstract java.io.Reader getReader()
-
iterator
public java.util.Iterator<Exchange> iterator()
-
-