Home
last modified time | relevance | path

Searched refs:staticDefaultClientBootstrap (Results 1 – 1 of 1) sorted by relevance

/external/aws-crt-java/src/main/java/software/amazon/awssdk/crt/io/
DClientBootstrap.java92 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