Searched defs:httpHandler (Results 1 – 2 of 2) sorted by relevance
121 try (HTTPHandler httpHandler = new HTTPHandler(StandardCharsets.ISO_8859_1, mSocketFactory, in execute()310 HTTPHandler httpHandler) throws IOException, GeneralSecurityException { in buildCSR()
85 try (HTTPHandler httpHandler = new HTTPHandler(StandardCharsets.UTF_8, in provision()221 try (HTTPHandler httpHandler = createHandler(network, homeSP, km, flowType)) { in remediate()495 HTTPHandler httpHandler = new HTTPHandler(StandardCharsets.UTF_8, in getCerts() local