Home | History | Annotate | Download | only in sip

Lines Matching refs:maxConnections

789 		String maxConnections = configurationProperties
791 if (maxConnections != null) {
793 this.maxConnections = new Integer(maxConnections).intValue();