#navi_header|Java| [[1077]] でJavaでローカルHTTP Proxyとして動作するサンプルを組んでみたが、実際問題、カスタマイズ可能なHTTP Proxyライブラリ(Java製)はOSSだとどんなものがあるかざっとググったメモ。 - Java HTTP Proxy Library download | SourceForge.net -- https://sourceforge.net/projects/wpg-proxy/ -- 2007年で更新止まってる。 - GitHub - mback2k/jlibproxy: Java HTTP proxy library -- https://github.com/mback2k/jlibproxy -- 2017年時点で3~5 years ago のソースで、27commitしかないということもあり、微妙そう。 - GitHub - adamfisk/LittleProxy: High performance HTTP proxy originally written by your friends at Lantern and now maintained by a stellar group of volunteer open source programmers. -- https://github.com/adamfisk/LittleProxy -- これがプロダクションレベルで使われてる感ある。Nettyを使ってる。APL 2.0 - GitHub - jamesdbloom/mockserver: MockServer enables easy mocking of any system you integrate with via HTTP or HTTPS with clients written in Java, JavaScript and Ruby. MockServer also includes a proxy that introspects all proxied traffic including encrypted SSL traffic and supports Port Forwarding, Web Proxying (i.e. HTTP proxy), HTTPS Tunneling Proxying (using HTTP CONNECT) and SOCKS Proxying (i.e. dynamic port forwarding). -- https://github.com/jamesdbloom/mockserver -- これはProxyというよりは、テスト用のMock Serverを簡単に作り込めるライブラリっぽい。APL 2.0 -- http://mock-server.com/ #navi_footer|Java|