- java.lang.Object
-
- cz.jiripinkas.jsitemapgenerator.Ping
-
public class Ping extends Object
Ping class which stores configuration, defining what will happen during ping call.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPing.HttpClientTypestatic classPing.PingBuilderstatic classPing.SearchEngineSupported search engines for ping functionality
-
Constructor Summary
Constructors Constructor Description Ping(List<Ping.SearchEngine> searchEngines, String sitemapUrl, Ping.HttpClientType httpClientType, Object httpClientImplementation)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Ping.PingBuilderbuilder()ObjectgetHttpClientImplementation()Ping.HttpClientTypegetHttpClientType()List<Ping.SearchEngine>getSearchEngines()StringgetSitemapUrl()
-
-
-
Constructor Detail
-
Ping
public Ping(List<Ping.SearchEngine> searchEngines, String sitemapUrl, Ping.HttpClientType httpClientType, Object httpClientImplementation)
-
-
Method Detail
-
getSearchEngines
public List<Ping.SearchEngine> getSearchEngines()
-
getSitemapUrl
public String getSitemapUrl()
-
getHttpClientType
public Ping.HttpClientType getHttpClientType()
-
getHttpClientImplementation
public Object getHttpClientImplementation()
-
builder
public static Ping.PingBuilder builder()
-
-