|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PushManagerFactory | |
|---|---|
| com.relayrides.pushy.apns | Contains classes and interfaces for interacting with the Apple Push Notification service (APNs). |
| Uses of PushManagerFactory in com.relayrides.pushy.apns |
|---|
| Methods in com.relayrides.pushy.apns that return PushManagerFactory | |
|---|---|
PushManagerFactory<T> |
PushManagerFactory.setConcurrentConnectionCount(int concurrentConnectionCount)
Sets the number of concurrent connections constructed PushManagers should maintain to the APNs
gateway. |
PushManagerFactory<T> |
PushManagerFactory.setEventLoopGroup(NioEventLoopGroup eventLoopGroup)
Sets a custom event loop group to be used by constructed PushMangers. |
PushManagerFactory<T> |
PushManagerFactory.setListenerExecutorService(ExecutorService listenerExecutorService)
Sets a custom executor service to be used by constructed PushManagers to dispatch notifications to
registered listeners. |
PushManagerFactory<T> |
PushManagerFactory.setQueue(BlockingQueue<T> queue)
Sets the queue to be used to pass new notifications to constructed PushManagers. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||