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

/frameworks/base/obex/javax/obex/
H A DHeaderSet.java112 * Represents the OBEX HTTP header. This allows an HTTP 1.X header to be
115 * The value of <code>HTTP</code> is 0x47 (71).
117 public static final int HTTP = 0x47; field in class:HeaderSet
324 case HTTP:
329 throw new IllegalArgumentException("HTTP must be a byte array");
463 case HTTP:
531 out.write(HTTP);

Completed in 5 milliseconds