Searched refs:mSocketFactory (Results 1 – 3 of 3) sorted by relevance
35 private final OSUSocketFactory mSocketFactory; field in HTTPHandler51 mSocketFactory = socketFactory; in HTTPHandler()52 mSocket = mSocketFactory.createSocket(); in HTTPHandler()64 return mSocketFactory.getOSUCertificate(osu); in getOSUCertificate()73 mSocketFactory.reloadKeys(certs, key); in renegotiate()134 mSocket = mSocketFactory.createSocket(); in exchangeWithRetry()
56 private final SocketFactory mSocketFactory; field in OSUSocketFactory97 mSocketFactory = new DefaultSocketFactory(); in OSUSocketFactory()104 mSocketFactory = tlsContext.getSocketFactory(); in OSUSocketFactory()137 Socket socket = mSocketFactory.createSocket(); in createSocket()153 socket = mSocketFactory.createSocket(); in createSocket()
75 private final OSUSocketFactory mSocketFactory; field in ESTHandler88 mSocketFactory = OSUSocketFactory.getSocketFactory(ks, homeSP, flowType, in ESTHandler()120 try (HTTPHandler httpHandler = new HTTPHandler(StandardCharsets.ISO_8859_1, mSocketFactory, in execute() argument