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