public class ProxyHttpsResultURIConverter extends Object implements ResultURIConverter
ResultURIConverter that replaces "https://" with "http://".
For use in proxy-mode, where all access need to be plain HTTP.
| Constructor and Description |
|---|
ProxyHttpsResultURIConverter() |
| Modifier and Type | Method and Description |
|---|---|
String |
makeReplayURI(String datespec,
String url)
return an absolute URL that will replay URL url at time datespec.
|
public String makeReplayURI(String datespec, String url)
ResultURIConvertermakeReplayURI in interface ResultURIConverterdatespec - 14-digit timestamp for the desired Resourceurl - for the desired ResourceCopyright © 2005–2015 IIPC. All rights reserved.