Home
last modified time | relevance | path

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

/external/aws-sdk-java-v2/test/sdk-benchmarks/src/main/java/software/amazon/awssdk/benchmark/utils/
DMockH2Server.java24 import org.eclipse.jetty.server.HttpConnectionFactory;
58 new HttpConnectionFactory(httpConfiguration), in MockH2Server()
91 … http2Connector = new ServerConnector(server, ssl, alpn, h2, new HttpConnectionFactory(https)); in MockH2Server()
93 http2Connector = new ServerConnector(server, ssl, h2, new HttpConnectionFactory(https)); in MockH2Server()
DMockServer.java22 import org.eclipse.jetty.server.HttpConnectionFactory;
56 new HttpConnectionFactory(https)); in MockServer()
/external/jsoup/src/test/java/org/jsoup/integration/
DTestServer.java6 import org.eclipse.jetty.server.HttpConnectionFactory;
172 new HttpConnectionFactory(httpsConfig)); in addHttpsConnector()
/external/grpc-grpc-java/googleapis/src/main/java/io/grpc/googleapis/
DGoogleCloudToProdNameResolver.java75 private HttpConnectionProvider httpConnectionProvider = HttpConnectionFactory.INSTANCE;
303 private enum HttpConnectionFactory implements HttpConnectionProvider { enum in GoogleCloudToProdNameResolver