Package | Description |
---|---|
org.apache.sling.hapi.client |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
org.apache.sling.hapi.client.impl | |
org.apache.sling.hapi.client.impl.microdata |
Modifier and Type | Method and Description |
---|---|
HtmlClient |
HtmlClientService.getClient(org.apache.http.impl.client.CloseableHttpClient client,
String baseUrl)
Get an HtmlClient that internally uses a CloseableHttpClient
|
HtmlClient |
HtmlClientService.getClient(String baseUrl)
Get an HtmlClient.
|
HtmlClient |
HtmlClientService.getClient(String baseUrl,
String user,
String password)
Get an HtmlClient that uses BasicAuth for all requests
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractHtmlClientImpl |
Modifier and Type | Method and Description |
---|---|
HtmlClient |
HtmlClientServiceImpl.getClient(org.apache.http.impl.client.CloseableHttpClient client,
String baseUrl)
Get the HtmlClient
|
HtmlClient |
HtmlClientServiceImpl.getClient(String baseUrl)
|
HtmlClient |
HtmlClientServiceImpl.getClient(String baseUrl,
String user,
String password)
|
Modifier and Type | Class and Description |
---|---|
class |
MicrodataHtmlClient |
Constructor and Description |
---|
MicrodataDocument(String html,
HtmlClient client,
String baseUrl) |
Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.