Description
I would like to extend WebServer in order to override the boolean allowConnection(Socket) method, but I am unable to do so because the paranoid member and AddressMatcher inner class are both private.
I would like to extend WebServer in order to override the boolean allowConnection(Socket) method, but I am unable to do so because the paranoid member and AddressMatcher inner class are both private.