yangbongsoo
yangbongsoo
``` java boolean directBufferPreferred = io.netty.util.internal.PlatformDependent.directBufferPreferred(); long usedDirectMemory = io.netty.util.internal.PlatformDependent.usedDirectMemory(); long maxDirectMemory = io.netty.util.internal.PlatformDependent.maxDirectMemory(); ``` cf) if below option is true, directBufferPreferred value is false. ``` -Dio.netty.noPreferDirect=true ```
First of all, thank you for continuously doing the version up. 1. Added comment for newly added inAttribute in appendDecodedEntity method. 2. Like the order of the appendDecodedEntity method parameter,...
I organized the results made through `PolicyFactory.and(PolicyFactory f)` **What I want to know exactly** : with `afterPolicy = beforePolicy.and(newPolicy)` how has the afterPolicy changed from beforePolicy? ## 1. `allowWithoutAttributes` `disallowWithoutAttributes`...
I organized the guide to use a different tag(reference is MDN) `` -> `` https://developer.mozilla.org/en-US/docs/Web/HTML/Element/frame `` -> `` https://developer.mozilla.org/en-US/docs/Web/HTML/Element/applet `` -> `` (but font is obsolete too) https://developer.mozilla.org/en-US/docs/Web/HTML/Element/basefont `` ->...