|
|
@@ -60,7 +60,8 @@ public class NioSocketHandler extends SimpleChannelInboundHandler<String>{ |
|
|
|
|
|
|
|
|
|
|
|
//编号2代表需要等待时长,编号3代表当前排队人数,编号4代表当前场内出租车,编号5代表在途出租车 |
|
|
|
private static final int[] types = new int[] {2,3,4,5}; |
|
|
|
//private static final int[] types = new int[] {2,3,4,5}; |
|
|
|
private static final int[] types = new int[] {3}; |
|
|
|
|
|
|
|
private void handleMessage(ChannelHandlerContext ctx,String message) { |
|
|
|
if (StringUtils.isBlank(message)) { |
|
|
|