Package ai.platon.pulsar.common.proxy
Object ProxyEntry.Companion
-
- All Implemented Interfaces:
public class ProxyEntry.Companion
-
-
Field Summary
Fields Modifier and Type Field Description private final URLDEFAULT_TEST_URLprivate final List<URL>TEST_URLSpublic final static ProxyEntry.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final ProxyEntryparse(String str)Parse a proxy from a string. final URLgetDEFAULT_TEST_URL()final List<URL>getTEST_URLS()-
-
Method Detail
-
parse
final ProxyEntry parse(String str)
Parse a proxy from a string. A string generated by ProxyEntry.serialize can be parsed.
-
getDEFAULT_TEST_URL
final URL getDEFAULT_TEST_URL()
-
getTEST_URLS
final List<URL> getTEST_URLS()
-
-
-
-