39c840d711
Motivation: `RuleBasedIpFilter` had JavaDoc `{@link #channelRejected(ChannelHandlerContext, SocketAddress)}` instead of `{@link AbstractRemoteAddressFilter#channelRejected(ChannelHandlerContext, SocketAddress)}`. Modification: Added `AbstractRemoteAddressFilter` reference. Result: Fixed JavaDoc error and made documentation more clear.