744b37f80b
* Removed unnecessary constructors from MetaData, MetaData.Request and MetaData.Response. * Removed MetaData.Request.getURIString() (available as getHttpURI().toString()). * Renamed MetaData.getFields() -> getHttpFields(), as they can be headers or trailers. * Renamed MetaData.Request.getURI() -> getHttpURI(). * Normalized handling of contentLength, now always -1 (rather than Long.MIN_VALUE) if unknown. * Permutated MetaData.Response constructor parameters to be consistent with MetaData.Request. * MetaData.Request's method and httpURI must be non-null. Signed-off-by: Simone Bordet <simone.bordet@gmail.com> |
||
---|---|---|
.. | ||
src/test | ||
pom.xml |