Home
last modified time | relevance | path

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

/external/conscrypt/benchmark-jmh/src/jmh/java/org/conscrypt/
DOpenJdkEndpointFactory.java30 factories.clientFactory, channelType, port, protocols, ciphers); in newClient()
41 final SSLSocketFactory clientFactory; field in OpenJdkEndpointFactory.Factories
45 private Factories(SSLSocketFactory clientFactory, SSLSocketFactory serverFactory, in Factories() argument
47 this.clientFactory = clientFactory; in Factories()
57 final SSLSocketFactory clientFactory = clientContext.getSocketFactory(); in newJdkFactories() local
60 return new Factories(clientFactory, serverFactory, serverSocketFactory); in newJdkFactories()
67 final SSLSocketFactory clientFactory = clientContext.getSocketFactory(); in newConscryptFactories() local
70 TestUtils.setUseEngineSocket(clientFactory, useEngineSocket); in newConscryptFactories()
73 return new Factories(clientFactory, serverFactory, serverSocketFactory); in newConscryptFactories()
DJmhServerSocketBenchmark.java95 public EndpointFactory clientFactory() { in clientFactory() method in JmhServerSocketBenchmark.JmhConfig
DJmhClientSocketBenchmark.java99 public EndpointFactory clientFactory() { in clientFactory() method in JmhClientSocketBenchmark.JmhConfig
/external/conscrypt/repackaged/benchmark-android/src/main/java/com/android/org/conscrypt/
DAndroidEndpointFactory.java30 factories.clientFactory, channelType, port, protocols, ciphers); in newClient()
41 final SSLSocketFactory clientFactory; field in AndroidEndpointFactory.Factories
45 private Factories(SSLSocketFactory clientFactory, SSLSocketFactory serverFactory, in Factories() argument
47 this.clientFactory = clientFactory; in Factories()
57 final SSLSocketFactory clientFactory = clientContext.getSocketFactory(); in newConscryptFactories() local
60 TestUtils.setUseEngineSocket(clientFactory, useEngineSocket); in newConscryptFactories()
63 return new Factories(clientFactory, serverFactory, serverSocketFactory); in newConscryptFactories()
DCaliperClientSocketBenchmark.java69 public EndpointFactory clientFactory() { in clientFactory() method in CaliperClientSocketBenchmark.CaliperConfig
/external/conscrypt/benchmark-android/src/main/java/org/conscrypt/
DAndroidEndpointFactory.java28 factories.clientFactory, channelType, port, protocols, ciphers); in newClient()
39 final SSLSocketFactory clientFactory; field in AndroidEndpointFactory.Factories
43 private Factories(SSLSocketFactory clientFactory, SSLSocketFactory serverFactory, in Factories() argument
45 this.clientFactory = clientFactory; in Factories()
55 final SSLSocketFactory clientFactory = clientContext.getSocketFactory(); in newConscryptFactories() local
58 TestUtils.setUseEngineSocket(clientFactory, useEngineSocket); in newConscryptFactories()
61 return new Factories(clientFactory, serverFactory, serverSocketFactory); in newConscryptFactories()
DCaliperClientSocketBenchmark.java67 public EndpointFactory clientFactory() { in clientFactory() method in CaliperClientSocketBenchmark.CaliperConfig
/external/grpc-grpc-java/okhttp/src/test/java/io/grpc/okhttp/
DOkHttpTransportTest.java38 private ClientTransportFactory clientFactory = field in OkHttpTransportTest
48 clientFactory.close(); in releaseClientFactory()
81 return clientFactory.newClientTransport( in newClientTransport()
/external/grpc-grpc-java/netty/src/test/java/io/grpc/netty/
DNettyTransportTest.java39 private final ClientTransportFactory clientFactory = NettyChannelBuilder field in NettyTransportTest
54 clientFactory.close(); in releaseClientFactory()
95 return clientFactory.newClientTransport( in newClientTransport()
/external/conscrypt/benchmark-base/src/main/java/org/conscrypt/
DClientSocketBenchmark.java37 EndpointFactory clientFactory(); in clientFactory() method
76 client = config.clientFactory().newClient( in ClientSocketBenchmark()
DServerSocketBenchmark.java42 EndpointFactory clientFactory(); in clientFactory() method
88 client = config.clientFactory().newClient( in ServerSocketBenchmark()
/external/conscrypt/repackaged/benchmark-base/src/main/java/com/android/org/conscrypt/
DClientSocketBenchmark.java39 EndpointFactory clientFactory(); in clientFactory() method
78 client = config.clientFactory().newClient( in ClientSocketBenchmark()
DServerSocketBenchmark.java44 EndpointFactory clientFactory(); in clientFactory() method
90 client = config.clientFactory().newClient( in ServerSocketBenchmark()