Small improvement in SimpleChannelInboundHandlerAdapter javadoc
This commit is contained in:
parent
9160ceb921
commit
55b6f7129c
@ -35,7 +35,9 @@ import io.netty.util.internal.TypeParameterMatcher;
|
|||||||
* }
|
* }
|
||||||
* </pre>
|
* </pre>
|
||||||
*
|
*
|
||||||
* Be aware that depending of the constructor parameters it will release all handled messages.
|
* Be aware that depending of the constructor parameters it will release all handled messages by pass them to
|
||||||
|
* {@link ReferenceCountUtil#release(Object)}. In this case you may need to use
|
||||||
|
* {@link ReferenceCountUtil#retain(Object)} if you pass the object to the next handler in the {@link ChannelPipeline}.
|
||||||
*
|
*
|
||||||
* <h3>Backward compatibility consideration</h3>
|
* <h3>Backward compatibility consideration</h3>
|
||||||
* <p>
|
* <p>
|
||||||
|
Loading…
Reference in New Issue
Block a user