org.openrdf.http.object.client
Class TrackedHttpEntity
java.lang.Object
org.openrdf.http.object.filters.HttpEntityWrapper
org.openrdf.http.object.client.TrackedHttpEntity
- All Implemented Interfaces:
- org.apache.http.HttpEntity, org.apache.http.nio.entity.ProducingNHttpEntity
public class TrackedHttpEntity
- extends HttpEntityWrapper
Ensures this entity's stream is closed after garbage collection.
- Author:
- James Leigh
|
Method Summary |
protected void |
finalize()
|
| Methods inherited from class org.openrdf.http.object.filters.HttpEntityWrapper |
consumeContent, finish, getContent, getContentEncoding, getContentLength, getContentType, getDelegateContent, getEntityDelegate, isChunked, isRepeatable, isStreaming, produceContent, toString, writeTo |
TrackedHttpEntity
public TrackedHttpEntity(org.apache.http.HttpEntity entity,
Throwable source)
finalize
protected void finalize()
throws Throwable
- Overrides:
finalize in class Object
- Throws:
Throwable
Copyright © 2004-2011 James Leigh Services Inc.. All Rights Reserved.