Uses of Class
cz.jiripinkas.jsitemapgenerator.Ping.HttpClientType
-
Packages that use Ping.HttpClientType Package Description cz.jiripinkas.jsitemapgenerator -
-
Uses of Ping.HttpClientType in cz.jiripinkas.jsitemapgenerator
Methods in cz.jiripinkas.jsitemapgenerator that return Ping.HttpClientType Modifier and Type Method Description Ping.HttpClientTypePing. getHttpClientType()static Ping.HttpClientTypePing.HttpClientType. valueOf(String name)Returns the enum constant of this type with the specified name.static Ping.HttpClientType[]Ping.HttpClientType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in cz.jiripinkas.jsitemapgenerator with parameters of type Ping.HttpClientType Constructor Description Ping(List<Ping.SearchEngine> searchEngines, String sitemapUrl, Ping.HttpClientType httpClientType, Object httpClientImplementation)
-