We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6ab16f commit c36fde3Copy full SHA for c36fde3
README.md
@@ -21,6 +21,8 @@ It is a continuation of https://github.com/damico/java-socks-proxy-server.
21
```java
22
// start serving clients on port 1234
23
SocksServer server = new SocksServer(1234).start();
24
+...
25
+server.stop(); // stop serving any new proxy requests
26
```
27
28
Or you can supply your own `ServerSocketFactory`:
0 commit comments