jar

com.clevertap.apns : apns-http2

Maven & Gradle

Oct 26, 2021
211 stars

apns-http2 · A library for communicating with the Apple Push Gateway in HTTP/2.

Table Of Contents

Latest Version

Download com.clevertap.apns : apns-http2 JAR file - Latest Versions:

All Versions

Download com.clevertap.apns : apns-http2 JAR file - All Versions:

Version Vulnerabilities Size Updated
2.0.x
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window apns-http2-2.0.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.clevertap.apns

├─ com.clevertap.apns.ApnsClient.class - [JAR]

├─ com.clevertap.apns.CertificateUtils.class - [JAR]

├─ com.clevertap.apns.Notification.class - [JAR]

├─ com.clevertap.apns.NotificationRequestError.class - [JAR]

├─ com.clevertap.apns.NotificationResponse.class - [JAR]

├─ com.clevertap.apns.NotificationResponseListener.class - [JAR]

com.clevertap.apns.internal

├─ com.clevertap.apns.internal.Constants.class - [JAR]

├─ com.clevertap.apns.internal.JWT.class - [JAR]

com.clevertap.apns.clients

├─ com.clevertap.apns.clients.ApnsClientBuilder.class - [JAR]

├─ com.clevertap.apns.clients.AsyncOkHttpApnsClient.class - [JAR]

├─ com.clevertap.apns.clients.SyncOkHttpApnsClient.class - [JAR]

com.clevertap.apns.exceptions

├─ com.clevertap.apns.exceptions.CertificateEnvironmentMismatchException.class - [JAR]

├─ com.clevertap.apns.exceptions.InvalidTrustManagerException.class - [JAR]

Advertisement