I have a project to convert Log4j to Logback/SLF4j. I log4j I wrote a logging socket server a server that enforces an IP whitelist. The server only accepts a socket connection from an IP in the list.
I am attempting, not successfully, to recreate the same attempting to extend the server listener. The issue is all the classes are package scope.
Has anyone managed to create a Socket Server that restricts client connections?