Searched defs:HTTP (Results 1 - 25 of 30) sorted by relevance

12

/external/google-tv-pairing-protocol/java/src/com/google/polo/json/
H A DHTTP.java30 * Convert an HTTP header to a JSONObject and back.
34 public class HTTP { class
40 * Convert an HTTP header string into a JSONObject. It can be a request
45 * "HTTP-Version": "HTTP/1.1" (for example)
49 * "HTTP-Version": "HTTP/1.1" (for example),
54 * the HTTP field names as JSON names, so that <pre>
66 * @param string An HTTP header string.
77 if (t.toUpperCase().startsWith("HTTP")) {
[all...]
/external/apache-http/src/org/apache/http/
H A DHttpVersion.java37 * Represents an HTTP version, as specified in RFC 2616.
54 public static final String HTTP = "HTTP"; field in class:HttpVersion
56 /** HTTP protocol version 0.9 */
59 /** HTTP protocol version 1.0 */
62 /** HTTP protocol version 1.1 */
67 * Create an HTTP protocol version designator.
69 * @param major the major version number of the HTTP protocol
70 * @param minor the minor version number of the HTTP protocol
75 super(HTTP, majo
[all...]
/external/apache-http/src/org/apache/http/protocol/
H A DHTTP.java2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/protocol/HTTP.java $
35 * Constants and static helpers related to the HTTP protocol.
48 public final class HTTP { class
55 /** HTTP header definitions */
67 /** HTTP expectations */
70 /** HTTP connection control */
101 private HTTP() { method in class:HTTP
/external/curl/lib/
H A Dhttp.h52 * from repeated function invokes. Used so that the entire HTTP request can
125 * HTTP unique setup
127 struct HTTP { struct
158 /*********** for HTTP/2 we store stream-local data here *************/
167 int status_code; /* HTTP status code */
171 uint32_t error_code; /* HTTP/2 error code */
/external/sl4a/Common/src/com/googlecode/android_scripting/interpreter/html/
H A DHtmlActivityTask.java67 private static final String HTTP = "http"; field in class:HtmlActivityTask
122 if (!HTTP.equals(Uri.parse(url).getScheme())) {
167 if (!HTTP.equals(Uri.parse(mUrl).getScheme())) {
/external/robolectric/v1/lib/main/
H A Djson-20080701.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/json/ org/json/CDL.class CDL. ...
H A Dhttpcore-4.0.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/protocol/ ...
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/v3/runtime/
H A Djson-20080701.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/json/ org/json/CDL.class CDL. ...
H A Dshadows-core-3.1-SNAPSHOT-16.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-17.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-18.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-19.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-21.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-22.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ecf.provider.filetransfer.httpclient_4.0.0.v20100529-0735.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ecf_3.1.0.v20100529-0735.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.repository_2.0.1.R36x_v20100823.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.mortbay.jetty.util_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/guice/extensions/struts2/lib/
H A Djetty-util-6.1.0.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mortbay/ org/mortbay/util/ org/mortbay/util/ajax/ ...
H A Djetty-6.1.0.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mortbay/ org/mortbay/jetty/ org/mortbay/jetty/webapp/ ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 498 milliseconds

12