Uses of Interface
org.openstreetmap.josm.tools.HttpClient.HttpClientFactory
-
Packages that use HttpClient.HttpClientFactory Package Description org.openstreetmap.josm.tools Provides the classes for various utilities and tools called from all other packages. -
-
Uses of HttpClient.HttpClientFactory in org.openstreetmap.josm.tools
Fields in org.openstreetmap.josm.tools declared as HttpClient.HttpClientFactory Modifier and Type Field Description private static HttpClient.HttpClientFactory
HttpClient. factory
Methods in org.openstreetmap.josm.tools with parameters of type HttpClient.HttpClientFactory Modifier and Type Method Description static void
HttpClient. setFactory(HttpClient.HttpClientFactory newFactory)
Registers a new HTTP client factory.
-