http://= hello
Header 1 | Header 2 | Header 3 |
---|---|---|
Column 1, row 1 |
Column 2, row 1 |
Column 3, row 1 |
Column 1, row 2 |
Column 2, row 2 |
Column 3, row 2 |
Column 1, row 3 |
Column 2, row 3 |
Column 3, row 3 |
javaaad dfdfd f
-
发布rest服务,通过camel-restlet实现
-
发布socket server,通过camel-netty4实现
-
实现rest服务到socket client的调用
-
实现socket广播
-
ip地址和端口配置写在constant类里面了;
-
socket client 链接到服务器地址;
-
客户端发送请求 GET http://localhost:8081/customers?country=12121,12121即为锁的id
-
socket client 显示
收到数据:12121
-
如果部署在服务器上,发送http://localhost:8081/customers?country=8XXXXXX,应该会开锁。