An open API service indexing awesome lists of open source software.

https://github.com/born2snipe/moxy


https://github.com/born2snipe/moxy

java proxy-server test testing

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# moxy

Is a simple point-to-point embeddable proxy server.

Warning: Does not support SSL

### Example Usage
MoxyServer moxy = new MoxyServer();
moxy.listenOn(9999).andConnectTo("localhost", 9876);
moxy.start();