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.
我最近得到了一台有 10 个 IPv6 地址的机器,这是一个运行 MySQL 和 tomcat 的 CentOS,我正在使用 spring 创建 servlet。
我想知道是否有一种 Java 方式(不是操作系统路由表)来设置来自我服务器上可用 IP 的传出 IP?
我想要做的是让传入地址到达 servlet 并相应地从特定 IP 进行 http 发布。
在我所有的研究中,我认为最接近解决这个问题的就是 httplib,但是对于 Java,有没有类似的东西?
只需在套接字中使用 localaddr 参数。
这里有很多重复的问题: