Reverse Proxy Java

落花浮王杯 提交于 2019-12-06 09:45:17

As far as I can see, http://www.membrane-soa.org/service-proxy/ supports all your requirement:

Membrane has a WebUI where you can add and remove proxy connections at runtime, e.g. forward incoming request on port 80 for a virtual host to a target host:port

Membrane can be run as standalone application or deployed in an application server.

Membrane is an Open Source project under the ASF 2.0 License

Undertow provides an embeddable reverse proxy server that can be changed programatically at runtime.

If you want to operate at a higher level via an API then there is Backflow. It supports adding/removing proxy backends using REST calls.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!