Package | Description |
---|---|
com.relayrides.pushy.apns |
Contains classes and interfaces for interacting with the Apple Push Notification service (APNs).
|
com.relayrides.pushy.apns.proxy |
Contains classes and interfaces for working with proxies.
|
Modifier and Type | Method and Description |
---|---|
void |
ApnsClient.setProxyHandlerFactory(ProxyHandlerFactory proxyHandlerFactory)
Sets the proxy handler factory to be used to construct proxy handlers when establishing a new connection to the
APNs gateway.
|
Modifier and Type | Class and Description |
---|---|
class |
HttpProxyHandlerFactory
A concrete
ProxyHandlerFactory implementation that creates HttpProxyHandler instances. |
class |
Socks4ProxyHandlerFactory
A concrete
ProxyHandlerFactory implementation that creates Socks4ProxyHandler instances. |
class |
Socks5ProxyHandlerFactory
A concrete
ProxyHandlerFactory implementation that creates Socks5ProxyHandler instances. |
Copyright © 2013–2016 RelayRides. All rights reserved.