org.mule.providers.http
Class ReleasingInputStream

java.lang.Object
  extended byjava.io.InputStream
      extended byorg.mule.impl.model.streaming.DelegatingInputStream
          extended byorg.mule.providers.http.ReleasingInputStream

public class ReleasingInputStream
extends org.mule.impl.model.streaming.DelegatingInputStream


Constructor Summary
ReleasingInputStream(InputStream is, HttpMethod method)
           
 
Method Summary
 void close()
           
 
Methods inherited from class org.mule.impl.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
Throws:
IOException


Copyright © 2003-2007 MuleSource, Inc.. All Rights Reserved.