https://github.com/born2snipe/moxy
https://github.com/born2snipe/moxy
java proxy-server test testing
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/born2snipe/moxy
- Owner: born2snipe
- License: other
- Created: 2016-04-29T02:05:51.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-09-20T11:30:45.000Z (over 9 years ago)
- Last Synced: 2025-02-17T12:45:33.623Z (over 1 year ago)
- Topics: java, proxy-server, test, testing
- Language: Java
- Size: 68.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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();