Home
last modified time | relevance | path

Searched refs:HTTPRequest (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/Osu/src/com/android/hotspot2/osu/
DHTTPHandler.java6 import com.android.hotspot2.utils.HTTPRequest;
148 HTTPRequest request = new HTTPRequest(message, mCharset, method, url, contentType, false); in httpExchange()
158 request = new HTTPRequest(message, StandardCharsets.ISO_8859_1, method, url, in httpExchange()
/frameworks/base/packages/Osu/src/com/android/hotspot2/utils/
DHTTPRequest.java23 public class HTTPRequest implements HTTPMessage { class
31 public HTTPRequest(Method method, URL url) { in HTTPRequest() method in HTTPRequest
35 public HTTPRequest(String payload, Charset charset, Method method, URL url, String contentType, in HTTPRequest() method in HTTPRequest