As discussed, we need to desgin a way to pass Monkey-Netty Settings.
There are multiple ways like:
-
Use JME AppSettings
Disadvantage with this solution is that someone would not know that he can configure it there, unless he will read Monkey-Netty wiki.
-
use Java Properties
Its String->String, instead String->Object so IMO bad solution for this one.
-
use own HashMap Settings class utility
Disadvantage that we need additional class instead of using ready2use solutions.
Im not sure what would be your decision, but for me options 1 and 3 are fine.
If you have more options for Settings, please tell
As discussed, we need to desgin a way to pass Monkey-Netty Settings.
There are multiple ways like:
Use JME AppSettings
Disadvantage with this solution is that someone would not know that he can configure it there, unless he will read Monkey-Netty wiki.
use Java Properties
Its String->String, instead String->Object so IMO bad solution for this one.
use own HashMap Settings class utility
Disadvantage that we need additional class instead of using ready2use solutions.
Im not sure what would be your decision, but for me options 1 and 3 are fine.
If you have more options for Settings, please tell