Class NettyChannelBufferStreamCacheOnCompletion
- java.lang.Object
-
- org.apache.camel.support.SynchronizationAdapter
-
- org.apache.camel.component.netty.http.NettyChannelBufferStreamCacheOnCompletion
-
- All Implemented Interfaces:
org.apache.camel.Ordered,org.apache.camel.spi.Synchronization,org.apache.camel.spi.SynchronizationRouteAware,org.apache.camel.spi.SynchronizationVetoable
public class NettyChannelBufferStreamCacheOnCompletion extends org.apache.camel.support.SynchronizationAdapterASynchronizationto handle the lifecycle of theNettyChannelBufferStreamCacheso the cache is released when the unit of work of the Exchange is done.
-
-
Constructor Summary
Constructors Constructor Description NettyChannelBufferStreamCacheOnCompletion(NettyChannelBufferStreamCache cache)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidonDone(org.apache.camel.Exchange exchange)
-
-
-
Constructor Detail
-
NettyChannelBufferStreamCacheOnCompletion
public NettyChannelBufferStreamCacheOnCompletion(NettyChannelBufferStreamCache cache)
-
-