jar

com.devsu : push-sender

Maven & Gradle

Aug 26, 2016
8 stars

Push Sender · Push Sender is a library that allows you to quickly send push messages via APNS or GCM, on your Java powered servers.

Table Of Contents

Latest Version

Download com.devsu : push-sender JAR file - Latest Versions:

All Versions

Download com.devsu : push-sender JAR file - All Versions:

Version Vulnerabilities Size Updated
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 push-sender-1.0.3.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.devsu.push.sender.util

├─ com.devsu.push.sender.util.ArrayUtil.class - [JAR]

com.devsu.push.sender.callback

├─ com.devsu.push.sender.callback.PushCallback.class - [JAR]

com.devsu.push.sender.service.async

├─ com.devsu.push.sender.service.async.AsyncAndroidPushService.class - [JAR]

├─ com.devsu.push.sender.service.async.AsyncApplePushService.class - [JAR]

├─ com.devsu.push.sender.service.async.AsyncPushService.class - [JAR]

├─ com.devsu.push.sender.service.async.AsyncPushServiceBase.class - [JAR]

com.devsu.push.sender.service.sync

├─ com.devsu.push.sender.service.sync.SyncAndroidPushService.class - [JAR]

├─ com.devsu.push.sender.service.sync.SyncApplePushService.class - [JAR]

├─ com.devsu.push.sender.service.sync.SyncPushService.class - [JAR]

├─ com.devsu.push.sender.service.sync.SyncPushServiceBase.class - [JAR]

Advertisement