Home
last modified time | relevance | path

Searched refs:serverFactory (Results 1 – 25 of 212) sorted by relevance

123456789

/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/backchannel/
H A Dclient.go30 serverFactory ServerFactory member
35 func NewClientHandshaker(logger *logrus.Entry, serverFactory ServerFactory) ClientHandshaker {
36 return ClientHandshaker{logger: logger, serverFactory: serverFactory}
43 …return clientHandshake{TransportCredentials: tc, serverFactory: ch.serverFactory, logger: ch.logge…
48 serverFactory ServerFactory member
113 server := ch.serverFactory()
136 serverFactory: ch.serverFactory,
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/backchannel/
H A Dclient.go30 serverFactory ServerFactory member
35 func NewClientHandshaker(logger *logrus.Entry, serverFactory ServerFactory) ClientHandshaker {
36 return ClientHandshaker{logger: logger, serverFactory: serverFactory}
43 …return clientHandshake{TransportCredentials: tc, serverFactory: ch.serverFactory, logger: ch.logge…
48 serverFactory ServerFactory member
113 server := ch.serverFactory()
135 serverFactory: ch.serverFactory,
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/backchannel/
H A Dclient.go30 serverFactory ServerFactory member
35 func NewClientHandshaker(logger *logrus.Entry, serverFactory ServerFactory) ClientHandshaker {
36 return ClientHandshaker{logger: logger, serverFactory: serverFactory}
43 …return clientHandshake{TransportCredentials: tc, serverFactory: ch.serverFactory, logger: ch.logge…
48 serverFactory ServerFactory member
113 server := ch.serverFactory()
136 serverFactory: ch.serverFactory,
/dports/devel/py-twisted/Twisted-22.1.0/src/twisted/test/
H A Dtest_unix.py50 serverFactory = MyServerFactory()
52 unixPort = reactor.listenUNIX(filename, serverFactory)
73 serverFactory = MyServerFactory()
75 serverFactory.protocolConnectionMade = serverConnMade
76 unixPort = reactor.listenUNIX(filename, serverFactory)
105 serverFactory = MyServerFactory()
107 serverFactory.protocolConnectionMade = serverConnMade
148 serverFactory = MyServerFactory()
155 serverFactory,
212 def _reprTest(self, serverFactory, factoryName): argument
[all …]
H A Dtest_tcp.py257 serverFactory = MyServerFactory()
288 serverFactory = MyServerFactory()
304 serverFactory = MyServerFactory()
314 del serverFactory.stopFactory
342 serverFactory = MyServerFactory()
365 serverFactory = MyServerFactory()
408 serverFactory = MyServerFactory()
569 serverFactory = MyServerFactory()
593 serverFactory.called,
834 serverFactory = MyServerFactory()
[all …]
/dports/math/vtk6/VTK-6.2.0/ThirdParty/Twisted/twisted/test/
H A Dtest_unix.py39 serverFactory = MyServerFactory()
41 unixPort = reactor.listenUNIX(filename, serverFactory)
49 self.assertEqual(serverFactory.peerAddresses, [expected])
61 serverFactory = MyServerFactory()
63 serverFactory.protocolConnectionMade = serverConnMade
64 unixPort = reactor.listenUNIX(filename, serverFactory)
91 serverFactory = MyServerFactory()
93 serverFactory.protocolConnectionMade = serverConnMade
130 serverFactory = MyServerFactory()
183 def _reprTest(self, serverFactory, factoryName): argument
[all …]
H A Dtest_tcp.py256 serverFactory = MyServerFactory()
289 serverFactory = MyServerFactory()
304 serverFactory = MyServerFactory()
312 del serverFactory.stopFactory
341 serverFactory = MyServerFactory()
363 serverFactory = MyServerFactory()
412 serverFactory = MyServerFactory()
562 serverFactory = MyServerFactory()
584 serverFactory.called,
820 serverFactory = MyServerFactory()
[all …]
/dports/devel/libzookeeper/apache-zookeeper-3.7.0/zookeeper-server/src/test/java/org/apache/zookeeper/server/
H A DCreateContainerTest.java63 ZKDatabase testDatabase = new ZKDatabase(serverFactory.zkServer.getZKDatabase().snapLog) { in setUp()
72 serverFactory.zkServer.setZKDatabase(testDatabase); in setUp()
120 …ger containerManager = new ContainerManager(serverFactory.getZooKeeperServer().getZKDatabase(), se… in testSimpleDeletion()
133 DataTree dataTree = serverFactory.getZooKeeperServer().getZKDatabase().getDataTree(); in testMultiWithContainerSimple()
144 DataTree dataTree = serverFactory.getZooKeeperServer().getZKDatabase().getDataTree(); in testMultiWithContainer()
149 …ger containerManager = new ContainerManager(serverFactory.getZooKeeperServer().getZKDatabase(), se… in testMultiWithContainer()
179 …ger containerManager = new ContainerManager(serverFactory.getZooKeeperServer().getZKDatabase(), se… in testSimpleDeletionAsync()
194 …ger containerManager = new ContainerManager(serverFactory.getZooKeeperServer().getZKDatabase(), se… in testCascadingDeletion()
210 …ger containerManager = new ContainerManager(serverFactory.getZooKeeperServer().getZKDatabase(), se… in testFalseEmpty()
269 …ger containerManager = new ContainerManager(serverFactory.getZooKeeperServer().getZKDatabase(), se… in testMaxNeverUsedInterval()
[all …]
H A DNettyServerCnxnTest.java108 final ZooKeeperServer zkServer = serverFactory.getZooKeeperServer(); in testSendCloseSession()
116 Iterable<ServerCnxn> connections = serverFactory.getConnections(); in testSendCloseSession()
117 …assertEquals(1, serverFactory.getNumAliveConnections(), "Mismatch in number of live connections!"); in testSendCloseSession()
123 while (serverFactory.getNumAliveConnections() != 0) { in testSendCloseSession()
170 ServerStats serverStats = serverFactory.getZooKeeperServer().serverStats(); in testNonMTLSLocalConn()
224 for (final ServerCnxn cnxn : serverFactory.cnxns) { in testServerSideThrottling()
250 for (final ServerCnxn cnxn : serverFactory.cnxns) { in testServerSideThrottling()
294 NettyServerCnxnFactory factory = (NettyServerCnxnFactory) serverFactory; in runEnableDisableThrottling()
314 for (final ServerCnxn cnxn : serverFactory.cnxns) { in runEnableDisableThrottling()
327 for (final ServerCnxn cnxn : serverFactory.cnxns) { in runEnableDisableThrottling()
[all …]
/dports/net/libutp/libutp-7c4f19a/pyutp/utp/tests/
H A Dtest_utp.py257 serverFactory = MyServerFactory()
290 serverFactory = MyServerFactory()
305 serverFactory = MyServerFactory()
313 del serverFactory.stopFactory
342 serverFactory = MyServerFactory()
366 serverFactory = MyServerFactory()
487 serverFactory.called,
601 serverFactory = ClosingFactory()
605 serverFactory.port = utpPort
664 serverFactory = ClosingFactory()
[all …]
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/test/java/org/apache/hadoop/yarn/
H A DTestRpcFactoryProvider.java39 RpcServerFactory serverFactory = null; in testFactoryProvider() local
43 serverFactory = RpcFactoryProvider.getServerFactory(conf); in testFactoryProvider()
45 Assert.assertEquals(RpcServerFactoryPBImpl.class, serverFactory.getClass()); in testFactoryProvider()
57 serverFactory = RpcFactoryProvider.getServerFactory(conf); in testFactoryProvider()
72 serverFactory = RpcFactoryProvider.getServerFactory(conf); in testFactoryProvider()
/dports/devel/py-twisted/Twisted-22.1.0/docs/core/examples/
H A Dsendfd.py80 serverFactory = Factory()
81 serverFactory.content = content
82 serverFactory.protocol = SendFDProtocol
84 reactor.listenUNIX(address.path, serverFactory)
/dports/net-im/openfire/Openfire-4.7.1/xmppserver/src/main/java/org/jivesoftware/openfire/sasl/
H A DSaslProvider.java36 final SaslServerFactoryImpl serverFactory = new SaslServerFactoryImpl(); in SaslProvider() local
37 for ( final String name : serverFactory.getMechanismNames( null ) ) in SaslProvider()
39 put( "SaslServerFactory." + name, serverFactory.getClass().getCanonicalName() ); in SaslProvider()
/dports/devel/py-epsilon/epsilon-0.8.0/doc/listings/amp/
H A Droute_server.py29 serverFactory = AMPRouteServerFactory()
30 serverFactory.routeProtocol = Counter
31 reactor.listenTCP(7805, serverFactory)
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/icewind/smb/
H A DREADME.md27 $serverFactory = new ServerFactory();
29 $server = $serverFactory->createServer('localhost', $auth);
40 $serverFactory = new ServerFactory();
42 $server = $serverFactory->createServer('localhost', $auth);
48 $serverFactory = new ServerFactory();
50 $server = $serverFactory->createServer('localhost', $auth);
126 $serverFactory = new ServerFactory($options);
135 $serverFactory = new ServerFactory($options);
/dports/www/nextcloud/nextcloud/apps-pkg/files_external/3rdparty/icewind/smb/
H A DREADME.md27 $serverFactory = new ServerFactory();
29 $server = $serverFactory->createServer('localhost', $auth);
40 $serverFactory = new ServerFactory();
42 $server = $serverFactory->createServer('localhost', $auth);
48 $serverFactory = new ServerFactory();
50 $server = $serverFactory->createServer('localhost', $auth);
126 $serverFactory = new ServerFactory($options);
135 $serverFactory = new ServerFactory($options);
/dports/math/vtk6/VTK-6.2.0/ThirdParty/Twisted/twisted/internet/test/
H A Dtest_tls.py283 serverFactory = ServerFactory()
284 serverFactory.finished = Deferred()
285 serverFactory.protocol = ShortProtocol
286 serverFactory.context = self.getServerContext()
292 clientFactory.context.method = serverFactory.context.method
296 [serverFactory.finished, clientFactory.finished],
302 port = reactor.listenTCP(0, serverFactory, interface='127.0.0.1')
/dports/devel/py-twisted/Twisted-22.1.0/src/twisted/internet/test/
H A Dtest_tls.py274 serverFactory = ServerFactory()
275 serverFactory.finished = Deferred()
276 serverFactory.protocol = ShortProtocol
277 serverFactory.context = self.getServerContext()
283 clientFactory.context.method = serverFactory.context.method
287 [serverFactory.finished, clientFactory.finished], consumeErrors=True
295 port = reactor.listenTCP(0, serverFactory, interface="127.0.0.1")
/dports/math/vtk6/VTK-6.2.0/ThirdParty/Twisted/twisted/protocols/test/
H A Dtest_tls.py299 serverFactory = ServerFactory()
300 serverFactory.protocol = Protocol
342 serverFactory = ServerFactory()
343 serverFactory.protocol = (
390 serverFactory = ServerFactory()
391 serverFactory.protocol = Protocol
431 serverFactory = ServerFactory()
473 serverFactory = ServerFactory()
574 serverFactory = ServerFactory()
613 serverFactory = ServerFactory()
[all …]
/dports/devel/py-twisted/Twisted-22.1.0/src/twisted/protocols/test/
H A Dtest_tls.py420 serverFactory = ServerFactory()
421 serverFactory.protocol = Protocol
463 serverFactory = ServerFactory()
511 serverFactory = ServerFactory()
512 serverFactory.protocol = Protocol
554 serverFactory = ServerFactory()
597 serverFactory = ServerFactory()
698 serverFactory = ServerFactory()
738 serverFactory = ServerFactory()
823 serverFactory = ServerFactory()
[all …]
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/contrib/bkjournal/src/test/java/org/apache/hadoop/contrib/bkjournal/
H A DTestCurrentInprogress.java51 private static NIOServerCnxnFactory serverFactory; field in TestCurrentInprogress
82 serverFactory = new NIOServerCnxnFactory(); in setupZooKeeper()
83 serverFactory.configure(new InetSocketAddress(ZooKeeperDefaultPort), 10); in setupZooKeeper()
84 serverFactory.startup(zks); in setupZooKeeper()
/dports/devel/libzookeeper/apache-zookeeper-3.7.0/zookeeper-server/src/test/java/org/apache/zookeeper/test/
H A DSessionTest.java58 private ServerCnxnFactory serverFactory; field in SessionTest
77 serverFactory = ServerCnxnFactory.createFactory(PORT, -1); in setUp()
78 serverFactory.startup(zs); in setUp()
85 serverFactory.shutdown(); in tearDown()
287 serverFactory.shutdown(); in testSessionStateNoDupStateReporting()
350 ZooKeeperServer zs = serverFactory.getZooKeeperServer(); in testMinMaxSessionTimeout()
382 serverFactory.setMaxClientCnxnsPerHost(maxClientCnxnsPerIP); in testMaximumCnxnPerIP()
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/lib/cpp2/test/server/
H A DSharedServerTests.cpp81 serverFactory = std::move(f); in SetUp()
106 void createServer() { server = serverFactory->create(); } in createServer()
152 serverFactory.reset(); in TearDown()
158 std::unique_ptr<TestServerFactory> serverFactory{nullptr}; member in __anon4b3233120111::SharedServerTests
344 serverFactory->useSimpleThreadManager(false); in TEST_P()
345 serverFactory->useThreadManager(exe); in TEST_P()
410 serverFactory->setServerEventHandler(serverHandler); in TEST_P()
/dports/textproc/py-sphinx-autoapi/sphinx-autoapi-1.8.4/tests/dotnetexample/example/Identity/test/Identity.FunctionalTests/Bootstrap3Tests/
H A DBootstrap3ManagementTests.cs11 …ntTests(ServerFactory<Bootstrap3Startup, ApplicationDbContext> serverFactory) : base(serverFactory) in Bootstrap3ManagementTests() argument
H A DBootstrap3RegistrationTests.cs11 …onTests(ServerFactory<Bootstrap3Startup, ApplicationDbContext> serverFactory) : base(serverFactory) in Bootstrap3RegistrationTests() argument

123456789