OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MalformedChunkCodingException
(Results
1 - 16
of
16
) sorted by null
/external/apache-http/src/org/apache/http/
MalformedChunkCodingException.java
2
* $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/
MalformedChunkCodingException
.java $
39
public class
MalformedChunkCodingException
extends IOException {
44
* Creates a
MalformedChunkCodingException
without a detail message.
46
public
MalformedChunkCodingException
() {
51
* Creates a
MalformedChunkCodingException
with the specified detail message.
55
public
MalformedChunkCodingException
(final String message) {
/external/apache-http/src/org/apache/http/impl/io/
ChunkedInputStream.java
39
import org.apache.http.
MalformedChunkCodingException
;
185
throw new
MalformedChunkCodingException
("Negative chunk size");
214
throw new
MalformedChunkCodingException
(
222
throw new
MalformedChunkCodingException
(
232
throw new
MalformedChunkCodingException
("Bad chunk header");
245
IOException ioe = new
MalformedChunkCodingException
("Invalid footer: "
/external/smack/asmack-master/lib/
httpcore-4.1.4.jar
/prebuilts/devtools/tools/lib/
httpcore-4.1.jar
/prebuilts/tools/common/http-client/
httpcore-4.1.jar
/prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.1/
httpcore-4.1.jar
/external/robolectric/lib/main/
httpcore-4.0.1.jar
/prebuilts/sdk/10/
android.jar
/prebuilts/sdk/12/
android.jar
/prebuilts/sdk/13/
android.jar
/prebuilts/sdk/15/
android.jar
/prebuilts/sdk/16/
android.jar
/prebuilts/sdk/17/
android.jar
/prebuilts/sdk/4/
android.jar
/prebuilts/sdk/7/
android.jar
/prebuilts/sdk/8/
android.jar
Completed in 731 milliseconds