jar

com.github.mpusher : mpush-client

Maven & Gradle

Aug 23, 2017
3 usages
3.4k stars

mpush-client · MPUSH消息推送系统服务端SDK

Table Of Contents

Latest Version

Download com.github.mpusher : mpush-client JAR file - Latest Versions:

All Versions

Download com.github.mpusher : mpush-client JAR file - All Versions:

Version Vulnerabilities Size Updated
0.8.x
0.7.x
0.6.x
0.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 mpush-client-0.8.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.mpush.client.push

├─ com.mpush.client.push.PushClient.class - [JAR]

├─ com.mpush.client.push.PushClientFactory.class - [JAR]

├─ com.mpush.client.push.PushRequest.class - [JAR]

├─ com.mpush.client.push.PushRequestBus.class - [JAR]

com.mpush.client.gateway.connection

├─ com.mpush.client.gateway.connection.GatewayConnectionFactory.class - [JAR]

├─ com.mpush.client.gateway.connection.GatewayTCPConnectionFactory.class - [JAR]

├─ com.mpush.client.gateway.connection.GatewayUDPConnectionFactory.class - [JAR]

com.mpush.client.user

├─ com.mpush.client.user.UserStatusChangeListener.class - [JAR]

com.mpush.client.gateway.handler

├─ com.mpush.client.gateway.handler.GatewayClientChannelHandler.class - [JAR]

├─ com.mpush.client.gateway.handler.GatewayErrorHandler.class - [JAR]

├─ com.mpush.client.gateway.handler.GatewayOKHandler.class - [JAR]

com.mpush.client.gateway

├─ com.mpush.client.gateway.GatewayClient.class - [JAR]

├─ com.mpush.client.gateway.GatewayUDPConnector.class - [JAR]

com.mpush.client

├─ com.mpush.client.ClientExecutorFactory.class - [JAR]

├─ com.mpush.client.MPushClient.class - [JAR]

com.mpush.client.connect

├─ com.mpush.client.connect.ClientConfig.class - [JAR]

├─ com.mpush.client.connect.ConnClientChannelHandler.class - [JAR]

├─ com.mpush.client.connect.ConnectClient.class - [JAR]

├─ com.mpush.client.connect.TestStatistics.class - [JAR]

Advertisement