cask
cask copied to clipboard
chore: Support customize server and socket options of undertow
Motivation: Add support for customized server and socket options of undertow Modification:
Modification:
add serverOptions and socketOptions method.
Another option is define an def setup(builder:Builder):Unit = () method.
Can you explain in the PR what those flags do?
Have dropped the old way, and added two methods for overriding.