Interface RankedHttpRequestResponse
- All Superinterfaces:
Comparable<RankedHttpRequestResponse>
A wrapper for a
HttpRequestResponse
that contains a rank value.-
Method Summary
Methods inherited from interface java.lang.Comparable
compareTo
-
Method Details
-
requestResponse
HttpRequestResponse requestResponse()- Returns:
- The HTTP request/response pair.
-
rank
int rank()- Returns:
- The rank value associated with this HTTP request/response pair.
-