home Glamenv-Septzen(ぐらめぬ・ぜぷつぇん)(archive)

Java/HTTP Proxyとしてカスタマイズ可能なライブラリ参考メモ

作成日: 2017-02-06 16:22:54   /   last updated at: 2017-02-06 16:35:24
カテゴリ: HTTP Java Proxy 

日記/2012/05/02/JavaでHTTP(S)両対応のProxyを実験してみた。 でJavaでローカルHTTP Proxyとして動作するサンプルを組んでみたが、実際問題、カスタマイズ可能なHTTP Proxyライブラリ(Java製)はOSSだとどんなものがあるかざっとググったメモ。

  • GitHub - mback2k/jlibproxy: Java HTTP proxy library
  • 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.
  • 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).

original url: https://www.glamenv-septzen.net/view/1377