Searched refs:HTTPHandler (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/packages/Osu/src/com/android/hotspot2/osu/ |
D | OSUClient.java | 74 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()
|
D | HTTPHandler.java | 33 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/ |
D | ESTHandler.java | 16 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()
|