public class HTTPRecordAnnotater extends Object
Constructor and Description |
---|
HTTPRecordAnnotater() |
Modifier and Type | Method and Description |
---|---|
void |
annotateHTMLContent(InputStream is,
String charSet,
String fileContext,
CaptureSearchResult result) |
void |
annotateHTTPContent(CaptureSearchResult result,
InputStream is,
org.apache.commons.httpclient.Header[] headers,
String mimeGuess) |
boolean |
isHTML(String mimeType) |
String |
transformHTTPMime(String input) |
public boolean isHTML(String mimeType)
public void annotateHTTPContent(CaptureSearchResult result, InputStream is, org.apache.commons.httpclient.Header[] headers, String mimeGuess)
public void annotateHTMLContent(InputStream is, String charSet, String fileContext, CaptureSearchResult result)
Copyright © 2005–2015 IIPC. All rights reserved.