Home
last modified time | relevance | path

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

/external/apache-http/src/org/apache/http/
DUnsupportedHttpVersionException.java48 public class UnsupportedHttpVersionException extends ProtocolException { class
56 public UnsupportedHttpVersionException() { in UnsupportedHttpVersionException() method in UnsupportedHttpVersionException
65 public UnsupportedHttpVersionException(final String message) { in UnsupportedHttpVersionException() method in UnsupportedHttpVersionException
/external/apache-http/src/org/apache/http/protocol/
DHttpService.java49 import org.apache.http.UnsupportedHttpVersionException;
225 } else if (ex instanceof UnsupportedHttpVersionException) { in handleException()
/external/apache-http/api/
Dcurrent.txt1148 …@Deprecated public class UnsupportedHttpVersionException extends org.apache.http.ProtocolException…
1149 ctor @Deprecated public UnsupportedHttpVersionException();
1150 ctor @Deprecated public UnsupportedHttpVersionException(String);