org.apache.mina.filter.traffic
Interface MessageSizeEstimator

All Known Implementing Classes:
DefaultMessageSizeEstimator

public interface MessageSizeEstimator

Estimates the amount of memory that the specified object occupies in the VM.

Version:
$Rev: 590550 $, $Date: 2007-10-31 04:58:45 +0100 (Wed, 31 Oct 2007) $
Author:
The Apache MINA Project (dev@mina.apache.org)

Method Summary
 int estimateSize(Object message)
           
 

Method Detail

estimateSize

int estimateSize(Object message)


Copyright © 2004-2009 Apache MINA Project. All Rights Reserved.