You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -74,13 +75,13 @@ public DefaultCodecs(ByteBufAllocator byteBufAllocator, boolean preferAttachedBu
74
75
*
75
76
* @param byteBufAllocator the {@link ByteBufAllocator} to use for encoding
76
77
* @param preferAttachedBuffers whether to prefer attached (pooled) {@link ByteBuf buffers}. Use {@code false} (default) to use detached buffers which minimize the risk of memory leaks.
77
-
* @param codecLookup the {@link CodecLookup} to use for finding relevant codecs
78
+
* @param codecLookupFunctionprovides the {@link CodecLookup} to use for finding relevant codecs
0 commit comments