b49bd5644f
Motivation: Avoid allocation of default static `WebSocketServerProtocolConfig` and `WebSocketClientProtocolConfig` configs. Prefer compile time constants instead. Modification: Static field with config object replaced with constructor with default fields. Result: No more default config allocation and static field for it. Compile time variables used instead. |
||
---|---|---|
.. | ||
src | ||
pom.xml |