Lines Matching refs:javax
26 package gov.nist.javax.sip;
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;
57 import javax.sip.InvalidArgumentException;
58 import javax.sip.ListeningPoint;
59 import javax.sip.ObjectInUseException;
60 import javax.sip.PeerUnavailableException;
61 import javax.sip.ProviderDoesNotExistException;
62 import javax.sip.SipException;
63 import javax.sip.SipListener;
64 import javax.sip.SipProvider;
65 import javax.sip.SipStack;
66 import javax.sip.TransportNotSupportedException;
67 import javax.sip.address.Router;
68 import javax.sip.header.HeaderFactory;
69 import javax.sip.message.Request;
76 * {@link javax.sip.SipStack} ). In addition to these, the following are
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
148 * <li><b>gov.nist.javax.sip.SERVER_LOGGER = full path name to the class
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/>
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>
405 * <li><b>javax.net.ssl.keyStore = fileName </b> <br/>
412 * properties.setProperty("javax.net.ssl.keyStorePassword", "<password>");
417 * properties.setProperty("javax.net.ssl.trustStore", "<trustStoreFileName location>");
436 javax.sip.SipStack, SipStackExt {
536 .getProperty("javax.sip.IP_ADDRESS");
552 .getProperty("javax.sip.STACK_NAME");
557 .getProperty("gov.nist.javax.sip.STACK_LOGGER");
585 .getProperty("gov.nist.javax.sip.SERVER_LOGGER");
588 serverLoggerClassName = "gov.nist.javax.sip.stack.ServerLog";
616 .getProperty("javax.sip.OUTBOUND_PROXY");
622 .getProperty("javax.sip.ROUTER_PATH");
624 routerPath = "gov.nist.javax.sip.stack.DefaultRouter";
629 constructorArgs[0] = javax.sip.SipStack.class;
653 .getProperty("javax.sip.USE_ROUTER_FOR_ALL_URIS");
664 .getProperty("javax.sip.EXTENSION_METHODS");
684 javax.net.ssl.keyStore");
686 .getProperty("javax.net.ssl.trustStore");
692 .getProperty("javax.net.ssl.keyStorePassword");
697 .getProperty("javax.net.ssl.keyStoreType"));
706 .getProperty("javax.sip.AUTOMATIC_DIALOG_SUPPORT", "on")
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")
740 .getProperty("javax.sip.FORKABLE_EVENTS");
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"));
1058 * @see javax.sip.SipStack#createListeningPoint(java.lang.String, int,
1126 * @see javax.sip.SipStack#createSipProvider(javax.sip.ListeningPoint)
1150 * @see javax.sip.SipStack#deleteListeningPoint(javax.sip.ListeningPoint)
1167 * @see javax.sip.SipStack#deleteSipProvider(javax.sip.SipProvider)
1198 * @see javax.sip.SipStack#getIPAddress()
1208 * @see javax.sip.SipStack#getListeningPoints()
1217 * @see javax.sip.SipStack#isRetransmissionFilterActive()
1227 * @see javax.sip.SipStack#getSipProviders()
1236 * @see javax.sip.SipStack#getStackName()
1255 * @see javax.sip.SipStack#createListeningPoint(java.lang.String, int,
1270 * @see javax.sip.SipStack#stop()
1292 * @see javax.sip.SipStack#start()
1370 * gov.nist.javax.sip.SipStackExt#getAuthenticationHelper(gov.nist.javax
1371 * .sip.clientauthutils.AccountManager, javax.sip.header.HeaderFactory)
1382 * gov.nist.javax.sip.SipStackExt#getAuthenticationHelper(gov.nist.javax
1383 * .sip.clientauthutils.AccountManager, javax.sip.header.HeaderFactory)