| | |
| | | * @param bs 字节数组 |
| | | * @return OnLine.OnLineResult |
| | | */ |
| | | public OnLine.OnLineResult parse(String aepImei, byte[] bs)throws Exception{ |
| | | public OnLine.OnLineResult parse(byte[] bs)throws Exception{ |
| | | OnLine.OnLineResult rs = null ; |
| | | HashMap<String, AnnotationOnLineVo> onLineMap = ProtocolCach.getOnLineMap() ; |
| | | Collection<AnnotationOnLineVo> set = onLineMap.values() ; |
| | |
| | | //说明上线处理集合已经遍历完了。 |
| | | break ; |
| | | } |
| | | rs = onLine.parse(aepImei, bs) ; |
| | | rs = onLine.parse(bs) ; |
| | | OnLinePool.freeInstance(((AnnotationOnLineVo)objs[1]).clazz, onLine); |
| | | if(rs != null){ |
| | | if(rs.result == OnLine.OnLineAction_success){ |