Class ResourceRequestLog
- java.lang.Object
-
- com.google.common.collect.FluentIterable<Exchange>
-
- org.swisspush.gateleen.player.log.RequestLog
-
- org.swisspush.gateleen.player.log.ReaderRequestLog
-
- org.swisspush.gateleen.player.log.ResourceRequestLog
-
- All Implemented Interfaces:
java.lang.Iterable<Exchange>
public class ResourceRequestLog extends ReaderRequestLog
Request log implementation fetching a request log resource containing JSON lines as written by the log filter.- Author:
- https://github.com/lbovet [Laurent Bovet]
-
-
Constructor Summary
Constructors Constructor Description ResourceRequestLog(java.lang.String urlPrefix, java.lang.String location)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.io.ReadergetReader()-
Methods inherited from class org.swisspush.gateleen.player.log.ReaderRequestLog
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 java.io.Reader getReader()
- Specified by:
getReaderin classReaderRequestLog
-
-