Home | History | Annotate | Download | only in sip

Lines Matching defs:maxMsgSize

897 		String maxMsgSize = configurationProperties
901 if (maxMsgSize != null) {
902 super.maxMessageSize = new Integer(maxMsgSize).intValue();