Searched refs:HttpConnectionFactory (Results 1 – 4 of 4) sorted by relevance
24 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()
22 import org.eclipse.jetty.server.HttpConnectionFactory;56 new HttpConnectionFactory(https)); in MockServer()
6 import org.eclipse.jetty.server.HttpConnectionFactory;172 new HttpConnectionFactory(httpsConfig)); in addHttpsConnector()
75 private HttpConnectionProvider httpConnectionProvider = HttpConnectionFactory.INSTANCE;303 private enum HttpConnectionFactory implements HttpConnectionProvider { enum in GoogleCloudToProdNameResolver