Searched defs:maxConnections (Results 1 – 5 of 5) sorted by relevance
58 public void setMaxTotalConnections (final int maxConnections) { in setMaxTotalConnections()
339 @Test public void maxConnections() throws IOException, InterruptedException { in maxConnections() method in ConnectionPoolTest
118 public void setMaxConnections(int maxConnections) in setMaxConnections()
789 String maxConnections = configurationProperties in SipStackImpl() local
250 protected int maxConnections; field in SIPTransactionStack