atitit.极光消息推送服务器端开发实现推送  jpush v3. 总结o7p

JPush v3消息推送服务器端开发实现与示例解析
本文详细介绍了使用JPush v3进行消息推送服务器端开发的功能设计,包括内容压缩、多引擎支持,并提供了注册、设置appkey及pwdkey的步骤。此外,还附上了SDK下载链接及具体的push推送样例代码,帮助开发者快速上手。

atitit.极光消息推送服务器端开发实现推送  jpush v3. 总结o7p

 

 

1推送所设计到底功能1

1.1. 内容压缩1

1.2. 多引擎1

2reg  ,设置appkey and pwdkey1

3下载server  sdk   v31

4push推送样例1

5Code3

 

 

 

1. 推送所设计到底功能

1.1. 内容压缩

1.2. 多引擎

2. reg  ,设置appkey and pwdkey

 

3. 下载server  sdk   v3

https://github.com/jpush/jpush-api-java-client

 

 作者:: 老哇的爪子 Attilax 艾龙,  EMAIL:1466519819@qq.com

转载请注明来源: http://www.cnblogs.com/attilax/

 

 

 

4. push推送样例

以下片断来自项目代码里的文件:cn.jpush.api.examples.PushExample

       JPushClient jpushClient = new JPushClient(masterSecret, appKey, 3);

 

        // For push, all you need do is to build PushPayload object.

        PushPayload payload = buildPushObject_all_all_alert();

 

        try {

            PushResult result = jpushClient.sendPush(payload);

            LOG.info("Got result - " + result);

 

        } catch (APIConnectionException e) {

            // Connection error, should retry later

            LOG.error("Connection error, should retry later", e);

 

        } catch (APIRequestException e) {

            // Should review the error, and fix the request

            LOG.error("Should review the error, and fix the request", e);

            LOG.info("HTTP Status: " + e.getStatus());

            LOG.info("Error Code: " + e.getErrorCode());

            LOG.info("Error Message: " + e.getErrorMessage());

        }

 

 

进行推送的关键在于构建一个 PushPayload 对象。以下示例一般的构建对象的用法。

 

 

 

5. Code

PushxJava

 

 

 

private static void single_test(final double ithrows APIConnectionException,

APIRequestException {

 

core.execMeth_Ays(new Runnable() {

 

@Override

public void run() {

String r = "";

try {

r = new pushX().push(".", 1099);

catch (APIConnectionException e) {

// TODO Auto-generated catch block

e.printStackTrace();

catch (Exception e) {

// TODO Auto-generated catch block

e.printStackTrace();

}

System.out.println(String.valueOf(i) + "::" + r);

 

}

}, " threadName");

 

}

 

 

public String push(final String txtfinal Object... target)

throws APIConnectionException, APIRequestException {

// attilax 老哇的爪子 X5042 o7m // k_56_44 o80 老哇的爪子 Attilax

core.log("---- o8q14 add act n seruinfo before  txt:" + txt);

 

core.log("----add act n seruinfo before len:"

+ String.valueOf(txt.length()));

final String s = jpushCompressor.kmprs(txt);

core.log("----add act n seruinfo aft len:" + String.valueOf(s.length()));

 

logger.info(txt + "\r\ntarget:" + StringUtils.join(target",") + " ");

 

// new com.attilax.tryX<String>() {

 

// @Override public String $$(Object t) throws Exception {

// attilax 老哇的爪子 2_q_9 o86

setInvokeTimes();

 

try {

 

PushExample.SendPush_msgFmt(s, core.toStrArr(target));

 

finally {

// this.respMsg=r;

this.sendMsg = PushExample.sendMsg_thrdloc.get();

}

 

// catch (APIConnectionException e) {

// respMsg="APIConnectionException";

// }

// catch (APIRequestException e) {

// respMsg=

// }

 

// return null;

// }

// }.$("");

 

new com.attilax.tryX<String>() {

@Override

public String $$(Object tthrows Exception {

// attilax 老哇的爪子 2_q_9 o86

// PushExample.SendPush(s, core.toStrArr(target));

return null;

}

}.$("");

String r = PushExample.rzt.get();

return r;

}

 

转载于:https://www.cnblogs.com/attilax/p/5117420.html

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值