Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我负责一个网关,它负责公司内外的所有通信。现在网关需要支持socket协议才能被其他系统调用,socket请求应该分流到hessian实现的不同API。
据我所知,套接字请求包括 ip、端口、消息体。除了解析套接字消息或使用不同的端口来匹配 API。还有其他方法吗?例如,http 请求可以使用 url 的路径和标头来被忽略。
对不起我糟糕的英语...