Uses of Interface
com.eatthepath.pushy.apns.proxy.ProxyHandlerFactory
| Package | Description |
|---|---|
| com.eatthepath.pushy.apns |
Contains classes and interfaces for interacting with the Apple Push Notification service (APNs).
|
| com.eatthepath.pushy.apns.proxy |
Contains classes and interfaces for working with proxies.
|
-
Uses of ProxyHandlerFactory in com.eatthepath.pushy.apns
Methods in com.eatthepath.pushy.apns with parameters of type ProxyHandlerFactory Modifier and Type Method Description ApnsClientBuilderApnsClientBuilder. setProxyHandlerFactory(ProxyHandlerFactory proxyHandlerFactory)Sets the proxy handler factory to be used to construct proxy handlers when establishing a new connection to the APNs gateway. -
Uses of ProxyHandlerFactory in com.eatthepath.pushy.apns.proxy
Classes in com.eatthepath.pushy.apns.proxy that implement ProxyHandlerFactory Modifier and Type Class Description classHttpProxyHandlerFactoryA concreteProxyHandlerFactoryimplementation that createsHttpProxyHandlerinstances.classSocks4ProxyHandlerFactoryA concreteProxyHandlerFactoryimplementation that createsSocks4ProxyHandlerinstances.classSocks5ProxyHandlerFactoryA concreteProxyHandlerFactoryimplementation that createsSocks5ProxyHandlerinstances.