Uses of Class
com.foxinmy.weixin4j.response.SingleResponse
-
Packages that use SingleResponse Package Description com.foxinmy.weixin4j.response com.foxinmy.weixin4j.socket -
-
Uses of SingleResponse in com.foxinmy.weixin4j.response
Subclasses of SingleResponse in com.foxinmy.weixin4j.response Modifier and Type Class Description class
BlankResponse
空白回复(避免微信服务器重复推送消息) -
Uses of SingleResponse in com.foxinmy.weixin4j.socket
Methods in com.foxinmy.weixin4j.socket with parameters of type SingleResponse Modifier and Type Method Description protected void
SingleResponseEncoder. encode(io.netty.channel.ChannelHandlerContext ctx, SingleResponse response, List<Object> out)
-