Searched refs:MalformedChunkCodingException (Results 1 – 3 of 3) sorted by relevance
39 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()
44 public class MalformedChunkCodingException extends IOException { class51 public MalformedChunkCodingException() { in MalformedChunkCodingException() method in MalformedChunkCodingException60 public MalformedChunkCodingException(final String message) { in MalformedChunkCodingException() method in MalformedChunkCodingException
1080 @Deprecated public class MalformedChunkCodingException extends java.io.IOException {1081 ctor @Deprecated public MalformedChunkCodingException();1082 ctor @Deprecated public MalformedChunkCodingException(String);