Uses of Interface
com.notnoop.apns.ApnsDelegate

Packages that use ApnsDelegate
com.notnoop.apns   
com.notnoop.apns.internal   
 

Uses of ApnsDelegate in com.notnoop.apns
 

Classes in com.notnoop.apns that implement ApnsDelegate
 class ApnsDelegateAdapter
          A NOOP delegate that does nothing!
 

Fields in com.notnoop.apns declared as ApnsDelegate
static ApnsDelegate ApnsDelegate.EMPTY
          A NOOP delegate that does nothing!
 

Methods in com.notnoop.apns with parameters of type ApnsDelegate
 ApnsServiceBuilder ApnsServiceBuilder.withDelegate(ApnsDelegate delegate)
          Sets the delegate of the service, that gets notified of the status of message delivery.
 

Uses of ApnsDelegate in com.notnoop.apns.internal
 

Constructors in com.notnoop.apns.internal with parameters of type ApnsDelegate
ApnsConnectionImpl(SocketFactory factory, String host, int port, Proxy proxy, ReconnectPolicy reconnectPolicy, ApnsDelegate delegate)
           
ApnsConnectionImpl(SocketFactory factory, String host, int port, Proxy proxy, ReconnectPolicy reconnectPolicy, ApnsDelegate delegate, boolean errorDetection, int cacheLength, boolean autoAdjustCacheLength)
           
ApnsConnectionImpl(SocketFactory factory, String host, int port, ReconnectPolicy reconnectPolicy, ApnsDelegate delegate)
           
 



Copyright © 2013. All Rights Reserved.