Package org.jboss.netty.util
Interface EstimatableObjectWrapper
-
- All Known Implementing Classes:
ChannelDownstreamEventRunnable,ChannelEventRunnable,ChannelUpstreamEventRunnable
public interface EstimatableObjectWrapperRepresents an object which contains another object that needs to be taken into account byObjectSizeEstimatorfor more accurate object size estimation.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Objectunwrap()Returns the underlying object that needs to be taken into account byObjectSizeEstimatorfor more accurate object size estimation.
-
-
-
Method Detail
-
unwrap
java.lang.Object unwrap()
Returns the underlying object that needs to be taken into account byObjectSizeEstimatorfor more accurate object size estimation.
-
-