Meanwhile I wrote a (lowlevel) HTTPS reverse proxy using a some class wrappers (SSL socket, thread, countdownlatches, ...) I wrote in Java.
I works flawlessly, no memory leaks, no threading issues etc ... I did some extensive stress tests on it...
So B4J can be programmed to work multithreaded without using the Server class ...