Home
last modified time | relevance | path

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

/frameworks/base/packages/Osu/src/com/android/hotspot2/osu/
DOSUClient.java74 try (HTTPHandler httpHandler = new HTTPHandler(StandardCharsets.UTF_8, in provision()
207 try (HTTPHandler httpHandler = createHandler(network, homeSP, km, flowType)) { in remediate()
359 private HTTPHandler createHandler(Network network, HomeSP homeSP, in createHandler()
384 return new HTTPHandler(StandardCharsets.UTF_8, in createHandler()
388 return new HTTPHandler(StandardCharsets.UTF_8, in createHandler()
440 HTTPHandler httpHandler = new HTTPHandler(StandardCharsets.UTF_8, in getCerts()
DHTTPHandler.java33 public class HTTPHandler implements AutoCloseable { class
44 public HTTPHandler(Charset charset, OSUSocketFactory socketFactory) throws IOException { in HTTPHandler() method in HTTPHandler
48 public HTTPHandler(Charset charset, OSUSocketFactory socketFactory, in HTTPHandler() method in HTTPHandler
/frameworks/base/packages/Osu/src/com/android/hotspot2/est/
DESTHandler.java16 import com.android.hotspot2.osu.HTTPHandler;
120 try (HTTPHandler httpHandler = new HTTPHandler(StandardCharsets.ISO_8859_1, mSocketFactory, in execute()
309 HTTPHandler httpHandler) throws IOException, GeneralSecurityException { in buildCSR()