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

/frameworks/base/packages/Osu/src/com/android/hotspot2/osu/
H A DOSUClient.java62 private volatile HTTPHandler mHTTPHandler;
85 try (HTTPHandler httpHandler = new HTTPHandler(StandardCharsets.UTF_8,
221 try (HTTPHandler httpHandler = createHandler(network, homeSP, km, flowType)) {
413 private HTTPHandler createHandler(Network network, HomeSP homeSP, KeyManager km,
439 return new HTTPHandler(StandardCharsets.UTF_8,
443 return new HTTPHandler(StandardCharsets.UTF_8,
495 HTTPHandler httpHandler = new HTTPHandler(StandardCharsets.UTF_8,
H A DHTTPHandler.java33 public class HTTPHandler implements AutoCloseable { class in inherits:AutoCloseable
44 public HTTPHandler(Charset charset, OSUSocketFactory socketFactory) throws IOException { method in class:HTTPHandler
48 public HTTPHandler(Charset charset, OSUSocketFactory socketFactory, method in class:HTTPHandler
/frameworks/base/packages/Osu/src/com/android/hotspot2/est/
H A DESTHandler.java16 import com.android.hotspot2.osu.HTTPHandler;
121 try (HTTPHandler httpHandler = new HTTPHandler(StandardCharsets.ISO_8859_1, mSocketFactory,
310 HTTPHandler httpHandler) throws IOException, GeneralSecurityException {

Completed in 201 milliseconds