org.mule.transport.http
Class ReleasingInputStream

java.lang.Object
  extended by java.io.InputStream
      extended by org.mule.model.streaming.DelegatingInputStream
          extended by org.mule.transport.http.ReleasingInputStream
All Implemented Interfaces:
Closeable

public class ReleasingInputStream
extends DelegatingInputStream


Constructor Summary
ReleasingInputStream(InputStream is, HttpMethod method)
           
 
Method Summary
 void close()
           
 
Methods inherited from class org.mule.model.streaming.DelegatingInputStream
available, mark, markSupported, read, read, read, reset, skip
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReleasingInputStream

public ReleasingInputStream(InputStream is,
                            HttpMethod method)
Method Detail

close

public void close()
           throws IOException
Specified by:
close in interface Closeable
Overrides:
close in class DelegatingInputStream
Throws:
IOException


Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.