public class BufferingRequestLog extends RequestLog
| Constructor and Description |
|---|
BufferingRequestLog() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(Exchange exchange) |
void |
clear() |
void |
dump(BufferingRequestLog target)
Move all exchange from this request log to another one.
|
java.util.Iterator<Exchange> |
iterator() |
java.lang.String |
toString() |
allMatch, anyMatch, contains, copyInto, cycle, filter, filter, first, firstMatch, from, from, get, index, isEmpty, last, limit, size, skip, toArray, toImmutableList, toImmutableSet, toImmutableSortedSet, toList, toMap, toSet, toSortedImmutableList, toSortedList, toSortedSet, transform, transformAndConcat, uniqueIndexpublic void add(Exchange exchange)
public void dump(BufferingRequestLog target)
target - targetpublic void clear()
public java.util.Iterator<Exchange> iterator()
public java.lang.String toString()
toString in class com.google.common.collect.FluentIterable<Exchange>