https://github.com/code4craft/monkeysocks
A socks proxy in Java. It can be used to record network traffics and replay them for tests.
https://github.com/code4craft/monkeysocks
Last synced: 4 months ago
JSON representation
A socks proxy in Java. It can be used to record network traffics and replay them for tests.
- Host: GitHub
- URL: https://github.com/code4craft/monkeysocks
- Owner: code4craft
- Created: 2013-07-05T15:13:03.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-08-15T15:03:48.000Z (over 12 years ago)
- Last Synced: 2025-09-05T23:50:50.514Z (4 months ago)
- Language: Java
- Size: 938 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
monkeysocks
--------
> A socks proxy in Java. It can be used to record network traffics and replay them for tests.
### Goals
Record network traffics and replay them for tests. Then you can run tests isolately without considering the unstable external dependencies.
### Ways
Set global socks proxy for Java.
#### Old way we do Tests:

#### New way in MockSocks:
