Lines Matching full:gov
26 package gov.nist.javax.sip;
28 import gov.nist.core.ServerLogger;
29 import gov.nist.core.StackLogger;
30 import gov.nist.core.net.AddressResolver;
31 import gov.nist.core.net.NetworkLayer;
32 import gov.nist.core.net.SslNetworkLayer;
33 import gov.nist.javax.sip.clientauthutils.AccountManager;
34 import gov.nist.javax.sip.clientauthutils.AuthenticationHelper;
35 import gov.nist.javax.sip.clientauthutils.AuthenticationHelperImpl;
36 import gov.nist.javax.sip.clientauthutils.SecureAccountManager;
37 import gov.nist.javax.sip.parser.StringMsgParser;
38 import gov.nist.javax.sip.stack.DefaultMessageLogFactory;
39 import gov.nist.javax.sip.stack.DefaultRouter;
40 import gov.nist.javax.sip.stack.MessageProcessor;
41 import gov.nist.javax.sip.stack.SIPTransactionStack;
81 * <li><b>gov.nist.javax.sip.TRACE_LEVEL = integer </b><br/>
83 * gov.nist.javax.sip.STACK_LOGGER and gov.nist.javax.sip.SERVER_LOGGER for
97 * using the gov.nist.javax.sip.LOG4J_LOGGER_NAME property. By default log4j
99 * properties.setProperty("gov.nist.javax.sip.TRACE_LEVEL", "LOG4J");
100 * properties.setProperty("gov.nist.javax.sip.LOG4J_LOGGER_NAME", "SIPStackLogger");
104 * <li><b>gov.nist.javax.sip.LOG_FACTORY = classpath </b> <b> Use of this
106 * gov.nist.javax.sip.STACK_LOGGER and gov.nist.javax.sip.SERVER_LOGGER for
115 * <li><b>gov.nist.javax.sip.SERVER_LOG = fileName </b><br/>
117 * gov.nist.javax.sip.STACK_LOGGER and gov.nist.javax.sip.SERVER_LOGGER for
125 * <li><b>gov.nist.javax.sip.DEBUG_LOG = fileName </b> <b> Use of this property
126 * is still supported but deprecated. Please use gov.nist.javax.sip.STACK_LOGGER
127 * and gov.nist.javax.sip.SERVER_LOGGER for integration with logging frameworks
132 * <li><b>gov.nist.javax.sip.LOG_MESSAGE_CONTENT = true|false </b><br/>
136 * <li><b>gov.nist.javax.sip.LOG_STACK_TRACE_ON_MESSAGE_SEND = true|false </b><br/>
140 * <li><b>gov.nist.javax.sip.STACK_LOGGER = full path name to the class
141 * implementing gov.nist.core.StackLogger interface</b><br/>
148 * <li><b>gov.nist.javax.sip.SERVER_LOGGER = full path name to the class
149 * implementing gov.nist.core.ServerLogger interface</b><br/>
156 * <li><b>gov.nist.javax.sip.AUTOMATIC_DIALOG_ERROR_HANDLING = [true|false] </b>
173 * <li><b>gov.nist.javax.sip.IS_BACK_TO_BACK_USER_AGENT = [true|false] </b> <br/>
185 * <li><b>gov.nist.javax.sip.MAX_MESSAGE_SIZE = integer</b> <br/>
190 * <li><b>gov.nist.javax.sip.DELIVER_TERMINATED_EVENT_FOR_NULL_DIALOG = [true|false] </b><br/>
198 * <li><b>gov.nist.javax.sip.CACHE_SERVER_CONNECTIONS = [true|false] </b> <br/>
208 * <li><b>gov.nist.javax.sip.CACHE_CLIENT_CONNECTIONS = [true|false] </b> <br/>
215 * <li><b>gov.nist.javax.sip.THREAD_POOL_SIZE = integer </b> <br/>
232 * <li><b>gov.nist.javax.sip.REENTRANT_LISTENER = true|false </b> <br/>
242 * <li><b>gov.nist.javax.sip.MAX_CONNECTIONS = integer </b> <br/>
245 * <li><b>gov.nist.javax.sip.MAX_SERVER_TRANSACTIONS = integer </b> <br/>
251 * <li><b>gov.nist.javax.sip.MAX_CLIENT_TRANSACTIONS = integer </b> <br/>
257 * <li><b>gov.nist.javax.sip.PASS_INVITE_NON_2XX_ACK_TO_LISTENER = true|false
264 * <li><b>gov.nist.javax.sip.MAX_LISTENER_RESPONSE_TIME = Integer </b> <br/>
271 * <li><b>gov.nist.javax.sip.DELIVER_TERMINATED_EVENT_FOR_ACK = [true|false]</b>
278 * <li><b>gov.nist.javax.sip.READ_TIMEOUT = integer </b> <br/>
287 * <li><b>gov.nist.javax.sip.NETWORK_LAYER = classpath </b> <br/>
291 * gov.nist.core.net.NetworkLayer. The default implementation simply acts as a
296 * <li><b>gov.nist.javax.sip.ADDRESS_RESOLVER = classpath </b><br/>
303 * gov.nist.javax.sip.DefaultAddressResolver.</li>
305 * <li><b>gov.nist.javax.sip.AUTO_GENERATE_TIMESTAMP= [true| false] </b><br/>
310 * <li><b>gov.nist.javax.sip.THREAD_AUDIT_INTERVAL_IN_MILLISECS = long </b> <br/>
324 * <li><b>gov.nist.javax.sip.COMPUTE_CONTENT_LENGTH_FROM_MESSAGE_BODY =
332 * <li><b>gov.nist.javax.sip.CANCEL_CLIENT_TRANSACTION_CHECKED = [true|false]
344 * <li><b>gov.nist.javax.sip.IS_BACK_TO_BACK_USER_AGENT = [true|false] </b> <br/>
358 * <li><b>gov.nist.javax.sip.RECEIVE_UDP_BUFFER_SIZE = int </b> <br/>
365 * <li><b>gov.nist.javax.sip.SEND_UDP_BUFFER_SIZE = int </b> <br/>
372 * <li><b>gov.nist.javax.sip.CONGESTION_CONTROL_ENABLED = boolean </b> Defailt
377 * <li><b>gov.nist.javax.sip.DELIVER_UNSOLICITED_NOTIFY = [true|false] </b> <br/>
382 * <li><b>gov.nist.javax.sip.REJECT_STRAY_RESPONSES = [true|false] </b> Default
391 * <li><b>gov.nist.javax.sip.MAX_FORK_TIME_SECONDS = integer </b> Maximum time for which the original
399 * * <li><b>gov.nist.javax.sip.TLS_CLIENT_PROTOCOLS = String </b>
557 .getProperty("gov.nist.javax.sip.STACK_LOGGER");
560 stackLoggerClassName = "gov.nist.core.LogWriter";
585 .getProperty("gov.nist.javax.sip.SERVER_LOGGER");
588 serverLoggerClassName = "gov.nist.javax.sip.stack.ServerLog";
624 routerPath = "gov.nist.javax.sip.stack.DefaultRouter";
710 .getProperty("gov.nist.javax.sip.AUTOMATIC_DIALOG_ERROR_HANDLING","true")
717 .getProperty("gov.nist.javax.sip.MAX_LISTENER_RESPONSE_TIME") != null) {
720 .getProperty("gov.nist.javax.sip.MAX_LISTENER_RESPONSE_TIME"));
723 "Bad configuration parameter gov.nist.javax.sip.MAX_LISTENER_RESPONSE_TIME : should be positive");
732 "gov.nist.javax.sip.DELIVER_TERMINATED_EVENT_FOR_ACK",
736 "gov.nist.javax.sip.DELIVER_UNSOLICITED_NOTIFY", "false")
756 final String NETWORK_LAYER_KEY = "gov.nist.javax.sip.NETWORK_LAYER";
772 final String ADDRESS_RESOLVER_KEY = "gov.nist.javax.sip.ADDRESS_RESOLVER";
790 .getProperty("gov.nist.javax.sip.MAX_CONNECTIONS");
802 .getProperty("gov.nist.javax.sip.THREAD_POOL_SIZE");
814 .getProperty("gov.nist.javax.sip.MAX_SERVER_TRANSACTIONS");
835 .getProperty("gov.nist.javax.sip.MAX_CLIENT_TRANSACTIONS");
855 .getProperty("gov.nist.javax.sip.CACHE_SERVER_CONNECTIONS");
863 .getProperty("gov.nist.javax.sip.CACHE_CLIENT_CONNECTIONS");
870 .getProperty("gov.nist.javax.sip.READ_TIMEOUT");
890 .getProperty("gov.nist.javax.sip.STUN_SERVER");
895 + "gov.nist.javax.sip.STUN_SERVER");
898 .getProperty("gov.nist.javax.sip.MAX_MESSAGE_SIZE");
916 .getProperty("gov.nist.javax.sip.REENTRANT_LISTENER");
921 .getProperty("gov.nist.javax.sip.THREAD_AUDIT_INTERVAL_IN_MILLISECS");
942 "gov.nist.javax.sip.PASS_INVITE_NON_2XX_ACK_TO_LISTENER",
947 "gov.nist.javax.sip.AUTO_GENERATE_TIMESTAMP", "false"))
951 .getProperty("gov.nist.javax.sip.LOG_FACTORY");
971 "gov.nist.javax.sip.COMPUTE_CONTENT_LENGTH_FROM_MESSAGE_BODY",
977 "gov.nist.javax.sip.TLS_CLIENT_PROTOCOLS");
991 "gov.nist.javax.sip.RFC_2543_SUPPORT_ENABLED", "true")
996 "gov.nist.javax.sip.CANCEL_CLIENT_TRANSACTION_CHECKED",
999 "gov.nist.javax.sip.LOG_STACK_TRACE_ON_MESSAGE_SEND", "false")
1021 "gov.nist.javax.sip.RECEIVE_UDP_BUFFER_SIZE", MAX_DATAGRAM_SIZE
1027 "gov.nist.javax.sip.SEND_UDP_BUFFER_SIZE", MAX_DATAGRAM_SIZE
1034 "gov.nist.javax.sip.CONGESTION_CONTROL_ENABLED",
1040 "gov.nist.javax.sip.IS_BACK_TO_BACK_USER_AGENT",
1043 .getProperty("gov.nist.javax.sip.REJECT_STRAY_RESPONSES",
1046 super.isDialogTerminatedEventDeliveredForNullDialog = (Boolean.parseBoolean(configurationProperties.getProperty("gov.nist.javax.sip.DELIVER_TERMINATED_EVENT_FOR_NULL_DIALOG",
1051 configurationProperties.getProperty("gov.nist.javax.sip.MAX_FORK_TIME_SECONDS","0"));
1336 if (this.getStackLogger() instanceof gov.nist.core.LogWriter) {
1337 ((gov.nist.core.LogWriter) this.getStackLogger()).addAppender(appender);
1354 if (this.getStackLogger() instanceof gov.nist.core.LogWriter) {
1355 return ((gov.nist.core.LogWriter) this.getStackLogger()).getLogger();
1370 * gov.nist.javax.sip.SipStackExt#getAuthenticationHelper(gov.nist.javax
1382 * gov.nist.javax.sip.SipStackExt#getAuthenticationHelper(gov.nist.javax