jar

io.github.yawenok : fcm-client

Maven & Gradle

Nov 09, 2018

FCM Client · FCM client for java!Based on HttpAsyncClient.

Table Of Contents

Latest Version

Download io.github.yawenok : fcm-client JAR file - Latest Versions:

All Versions

Download io.github.yawenok : fcm-client 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 fcm-client-1.0.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.github.yawenok.fcm.client.impl

├─ io.github.yawenok.fcm.client.impl.FcmHttpClient.class - [JAR]

io.github.yawenok.fcm.client.options

├─ io.github.yawenok.fcm.client.options.FcmMessageOptions.class - [JAR]

io.github.yawenok.fcm.client.concurrent

├─ io.github.yawenok.fcm.client.concurrent.FutureCallback.class - [JAR]

io.github.yawenok.fcm.client.request.platform

├─ io.github.yawenok.fcm.client.request.platform.AndroidNotification.class - [JAR]

├─ io.github.yawenok.fcm.client.request.platform.IOSNotification.class - [JAR]

├─ io.github.yawenok.fcm.client.request.platform.WebNotification.class - [JAR]

io.github.yawenok.fcm.client.enums

├─ io.github.yawenok.fcm.client.enums.ErrorCode.class - [JAR]

├─ io.github.yawenok.fcm.client.enums.Priority.class - [JAR]

io.github.yawenok.fcm.client.response

├─ io.github.yawenok.fcm.client.response.FcmMessageResponse.class - [JAR]

├─ io.github.yawenok.fcm.client.response.FcmMessageResultInfo.class - [JAR]

├─ io.github.yawenok.fcm.client.response.FcmMessageResultItem.class - [JAR]

io.github.yawenok.fcm.client.exceptions

├─ io.github.yawenok.fcm.client.exceptions.ConnectionException.class - [JAR]

io.github.yawenok.fcm.client.request

├─ io.github.yawenok.fcm.client.request.FcmMessage.class - [JAR]

├─ io.github.yawenok.fcm.client.request.FcmMulticastMessage.class - [JAR]

├─ io.github.yawenok.fcm.client.request.FcmTopicMessage.class - [JAR]

├─ io.github.yawenok.fcm.client.request.FcmUnicastMessage.class - [JAR]

├─ io.github.yawenok.fcm.client.request.Notification.class - [JAR]

io.github.yawenok.fcm.client.proxy

├─ io.github.yawenok.fcm.client.proxy.ProxyConfig.class - [JAR]

io.github.yawenok.fcm.client

├─ io.github.yawenok.fcm.client.FcmClient.class - [JAR]

├─ io.github.yawenok.fcm.client.FcmConfig.class - [JAR]

├─ io.github.yawenok.fcm.client.FcmConstant.class - [JAR]

Advertisement