DHCPCoreServer not extendable
Status: Beta
Brought to you by:
shadinger
I need to extend DHCPCoreServer, and a quick look at the code indicates that it was designed for extension:
* Lots of protected members
* Javadocs like: This method can be overriden to specify an non default socket behaviour
However, there is no non-private Constructor which makes extending the class impossible. Can I suggest that you change the scope of the Constructor from private to protected?
Kind regards,
Stanbey