Searched refs:staticDefaultClientBootstrap (Results 1 – 1 of 1) sorted by relevance
92 if (staticDefaultClientBootstrap != null) { in closeStaticDefault()93 staticDefaultClientBootstrap.close(); in closeStaticDefault()95 staticDefaultClientBootstrap = null; in closeStaticDefault()112 if (staticDefaultClientBootstrap == null) { in getOrCreateStaticDefault()113 staticDefaultClientBootstrap = new ClientBootstrap(); in getOrCreateStaticDefault()116 client = staticDefaultClientBootstrap; in getOrCreateStaticDefault()121 private static ClientBootstrap staticDefaultClientBootstrap; field in ClientBootstrap