Class ContentTypeStartsWith

java.lang.Object
it.unimi.dsi.law.warc.filters.AbstractFilter<HttpResponse>
it.unimi.dsi.law.warc.filters.ContentTypeStartsWith
All Implemented Interfaces:
com.google.common.base.Predicate<HttpResponse>, Filter<HttpResponse>, Predicate<HttpResponse>

public class ContentTypeStartsWith
extends AbstractFilter<HttpResponse>
Accepts only fetched response whose content type starts with a given string.

Typical usage: ContentTypeStartsWith(text/),