jar

com.tomtom.speedtools : pushnotifications

Maven & Gradle

Apr 12, 2023
8 stars

SpeedTools Push Notifications Services · Provides generic interfaces for the iOS APNS and Android GCM push notification services to send notifications to mobile phones.

Table Of Contents

Latest Version

Download com.tomtom.speedtools : pushnotifications JAR file - Latest Versions:

All Versions

Download com.tomtom.speedtools : pushnotifications JAR file - All Versions:

Version Vulnerabilities Size Updated
3.4.x
3.3.x
3.2.x
3.1.x
3.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 pushnotifications-3.4.4.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.tomtom.speedtools.services.push

├─ com.tomtom.speedtools.services.push.InvalidPushTokenException.class - [JAR]

├─ com.tomtom.speedtools.services.push.PushConnectionException.class - [JAR]

├─ com.tomtom.speedtools.services.push.PushNotificationProvider.class - [JAR]

├─ com.tomtom.speedtools.services.push.PushNotificationProviderFactory.class - [JAR]

com.tomtom.speedtools.services.push.implementation.apns

├─ com.tomtom.speedtools.services.push.implementation.apns.APNSConnectionFactory.class - [JAR]

├─ com.tomtom.speedtools.services.push.implementation.apns.APNSConnector.class - [JAR]

├─ com.tomtom.speedtools.services.push.implementation.apns.APNSConnectorFactory.class - [JAR]

├─ com.tomtom.speedtools.services.push.implementation.apns.APNSFeedbackPacket.class - [JAR]

├─ com.tomtom.speedtools.services.push.implementation.apns.APNSGatewayConnection.class - [JAR]

├─ com.tomtom.speedtools.services.push.implementation.apns.APNSGatewayConnectionException.class - [JAR]

├─ com.tomtom.speedtools.services.push.implementation.apns.APNSNotificationPacket.class - [JAR]

├─ com.tomtom.speedtools.services.push.implementation.apns.APNSProperties.class - [JAR]

com.tomtom.speedtools.services

├─ com.tomtom.speedtools.services.PushModule.class - [JAR]

com.tomtom.speedtools.services.push.implementation.gcm

├─ com.tomtom.speedtools.services.push.implementation.gcm.GCMConnector.class - [JAR]

├─ com.tomtom.speedtools.services.push.implementation.gcm.GCMConnectorFactory.class - [JAR]

├─ com.tomtom.speedtools.services.push.implementation.gcm.GCMProperties.class - [JAR]

├─ com.tomtom.speedtools.services.push.implementation.gcm.GCMSender.class - [JAR]

com.tomtom.speedtools.services.push.domain

├─ com.tomtom.speedtools.services.push.domain.Notification.class - [JAR]

├─ com.tomtom.speedtools.services.push.domain.NotificationChannelType.class - [JAR]

├─ com.tomtom.speedtools.services.push.domain.PushToken.class - [JAR]

Advertisement