Class LaxDeflateInputStream
java.lang.Object
java.io.InputStream
org.apache.http.client.entity.DeflateInputStream
org.apache.jmeter.protocol.http.sampler.hc.LaxDeflateInputStream
- All Implemented Interfaces:
- Closeable,- AutoCloseable
public class LaxDeflateInputStream
extends org.apache.http.client.entity.DeflateInputStream
DeflateInputStream subclass that has a flag to accept
 "edgy streams" that signal end of stream with EOFException
 which seems to be rather frequent- Since:
- 5.0
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class org.apache.http.client.entity.DeflateInputStreamavailable, close, mark, markSupported, reset, skipMethods inherited from class java.io.InputStreamnullInputStream, readAllBytes, readNBytes, readNBytes, skipNBytes, transferTo
- 
Constructor Details- 
LaxDeflateInputStream- Parameters:
- wrapped- the InputStream that should be wrapped
- relax- flag to enable relaxed mode
- Throws:
- IOException- when super class throws an IOException
 
 
- 
- 
Method Details- 
read- Overrides:
- readin class- org.apache.http.client.entity.DeflateInputStream
- Throws:
- IOException
 
- 
read- Overrides:
- readin class- org.apache.http.client.entity.DeflateInputStream
- Throws:
- IOException
 
- 
read- Overrides:
- readin class- org.apache.http.client.entity.DeflateInputStream
- Throws:
- IOException
 
 
-