public interface HttpTraceRepository
HttpTraces.| Modifier and Type | Method and Description |
|---|---|
void |
add(HttpTrace trace)
Adds a trace to the repository.
|
java.util.List<HttpTrace> |
findAll()
Find all
HttpTrace objects contained in the repository. |