public static class CatalogueFetcher.Http200RegistryResponse extends CatalogueFetcher.RegistryResponse
public Http200RegistryResponse(byte[] content,
String etag,
Date expires)
content - The response body (raw XML data).etag - The value of the HTTP ETag header received with the response, or null if
no ETag was present.expires - The value of the HTTP Expires header received with the response, or
null if no Expires header was present. Implementations are allowed to "deduce"
a proper Expires value from other HTTP headers (i.e. Cache-Control header).Copyright © 2017. All rights reserved.