联通sgip java_中国联通SGIP短信发送协议对接 java程序源码

【实例简介】

实现对中国联通SGIP短信发送协议对接,java源码,实现Bing命令和Submit命令。

【实例截图】

【核心代码】

88a5e703-3690-46a8-b0d9-481354bb8de4

└── SgipSmsSendServer

├── bin

│   ├── com

│   │   └── sgip

│   │   ├── db

│   │   │   └── Factory

│   │   │   └── DbFactory.class

│   │   ├── model

│   │   │   └── PhoneModel.class

│   │   ├── server

│   │   │   ├── DBListener.class

│   │   │   ├── Session$1.class

│   │   │   ├── Session.class

│   │   │   └── SgipSmsSendServer.class

│   │   └── service

│   │   └── SmsDataService.class

│   ├── lock

│   ├── lock1

│   ├── log4j.properties

│   ├── META-INF

│   │   └── MANIFEST.MF

│   ├── org

│   │   └── unicom

│   │   └── protocol

│   │   ├── exception

│   │   │   ├── BindException.class

│   │   │   └── ConnectionException.class

│   │   ├── sgip

│   │   │   ├── conn

│   │   │   │   ├── Connection.class

│   │   │   │   ├── SGIP_InputStream.class

│   │   │   │   └── SGIP_OutputStream.class

│   │   │   ├── msg

│   │   │   │   ├── Bind.class

│   │   │   │   ├── BindResp.class

│   │   │   │   ├── Message.class

│   │   │   │   ├── MsgHead.class

│   │   │   │   ├── Sequence.class

│   │   │   │   ├── Submit.class

│   │   │   │   ├── SubmitResp.class

│   │   │   │   ├── Unbind.class

│   │   │   │   └── UnbindResp.class

│   │   │   └── thread

│   │   │   ├── SmsSendThread$1.class

│   │   │   └── SmsSendThread.class

│   │   └── tools

│   │   ├── PropertiesReader.class

│   │   ├── Sequence.class

│   │   ├── Tools.class

│   │   └── Utils.class

│   └── README.md

├── config

│   └── system.properties

├── lib

│   ├── classes12.jar

│   ├── log4j-1.2.16.jar

│   ├── ojdbc14.jar

│   ├── slf4j-api-1.6.1.jar

│   └── slf4j-log4j12-1.6.1.jar

├── lock1

├── log

│   ├── err.log.2016-01-21

│   ├── info.log.2016-02-26

│   └── info.log.2016-05-30

├── META-INF

│   └── MANIFEST.MF

├── README.md

└── src

├── com

│   └── sgip

│   ├── db

│   │   └── Factory

│   │   └── DbFactory.java

│   ├── model

│   │   └── PhoneModel.java

│   ├── server

│   │   ├── DBListener.java

│   │   ├── Session.java

│   │   └── SgipSmsSendServer.java

│   └── service

│   └── SmsDataService.java

├── log4j.properties

└── org

└── unicom

└── protocol

├── exception

│   ├── BindException.java

│   └── ConnectionException.java

├── sgip

│   ├── conn

│   │   ├── Connection.java

│   │   ├── SGIP_InputStream.java

│   │   └── SGIP_OutputStream.java

│   ├── msg

│   │   ├── Bind.java

│   │   ├── BindResp.java

│   │   ├── Message.java

│   │   ├── MsgHead.java

│   │   ├── Sequence.java

│   │   ├── Submit.java

│   │   ├── SubmitResp.java

│   │   ├── Unbind.java

│   │   └── UnbindResp.java

│   └── thread

│   └── SmsSendThread.java

└── tools

├── PropertiesReader.java

├── Sequence.java

├── Tools.java

└── Utils.java

40 directories, 70 files

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值