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.
我正在使用 HAProxy 来设置我的负载均衡器。谁能告诉我 HAProxy 是否有用于访问的 java API?我想使用java编程访问HAProxy的配置信息并进行配置。例如,我想通过 Java API 动态添加一个新的服务器。
大海
你可以试试: http ://dev.vaadin.com/svn/incubator/Arvue/ArvueMaster/src/org/vaadin/arvue/arvuemaster/HAProxyController.java
Vaadin 采用 Apache v2 许可证。
在找到它之前,我并没有在谷歌点击列表中走得太远。
您可能会发现 JNA 将是您的必经之路。至少与 JNI 相比,JNA 应该很容易。