Home
last modified time | relevance | path

Searched refs:MalformedChunkCodingException (Results 1 – 3 of 3) sorted by relevance

/external/apache-http/src/org/apache/http/impl/io/
DChunkedInputStream.java39 import org.apache.http.MalformedChunkCodingException;
190 throw new MalformedChunkCodingException("Negative chunk size"); in nextChunk()
219 throw new MalformedChunkCodingException( in getChunkSize()
227 throw new MalformedChunkCodingException( in getChunkSize()
237 throw new MalformedChunkCodingException("Bad chunk header"); in getChunkSize()
250 IOException ioe = new MalformedChunkCodingException("Invalid footer: " in parseTrailerHeaders()
/external/apache-http/src/org/apache/http/
DMalformedChunkCodingException.java44 public class MalformedChunkCodingException extends IOException { class
51 public MalformedChunkCodingException() { in MalformedChunkCodingException() method in MalformedChunkCodingException
60 public MalformedChunkCodingException(final String message) { in MalformedChunkCodingException() method in MalformedChunkCodingException
/external/apache-http/api/
Dcurrent.txt1080 @Deprecated public class MalformedChunkCodingException extends java.io.IOException {
1081 ctor @Deprecated public MalformedChunkCodingException();
1082 ctor @Deprecated public MalformedChunkCodingException(String);