TouchIconExtractor

constructor(httpClient: HttpClientAdapter = SimpleHttpClientAdapterFactory.create())

Initialize the instance. You can change HttpClientAdapter and HtmlParserAdapter.

Parameters

httpClient

HttpClientAdapter to use for internal communication. if not specified use default implementation.