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-30 21:58:45 -0600 (Tue, 30 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-2008 Apache MINA Project. All Rights Reserved.