Uses of Class
com.eatthepath.pushy.apns.proxy.HttpProxyHandlerFactory
-
Packages that use HttpProxyHandlerFactory Package Description com.eatthepath.pushy.apns.proxy Contains classes and interfaces for working with proxies. -
-
Uses of HttpProxyHandlerFactory in com.eatthepath.pushy.apns.proxy
Methods in com.eatthepath.pushy.apns.proxy that return HttpProxyHandlerFactory Modifier and Type Method Description static HttpProxyHandlerFactoryHttpProxyHandlerFactory. fromSystemProxies(String apnsHost)Constructs anHttpProxyHandlerFactorythat uses the HTTP proxy (if any) specified in Java's standard proxy system properties.
-