| |
|
| java.lang.Object java.util.Hashtable gov.nist.siplite.ConfigurationProperties
ConfigurationProperties | public class ConfigurationProperties extends Hashtable (Code) | | Configuration properties.
+ * Configuration properties are set in StackConnector before initializing
+ * a sipstack
+ * Following are mandatory Configuration Properties :
+ *
+ * javax.sip.IP_ADDRESS
+ * javax.sip.STACK_NAME
+ *
+ * Following are optional Configuration Properties :
+ *
+ * javax.sip.OUTBOUND_PROXY
+ * javax.sip.EXTENSION_METHODS
+ * gov.nist.javax.sip.LOG_FILE_NAME
+ * gov.nist.javax.sip.TRACE_LEVEL
+ * gov.nist.javax.sip.BAD_MESSAGE_LOG
+ * gov.nist.javax.sip.SERVER_LOG
+ * gov.nist.javax.sip.MAX_CONNECTIONS
+ * gov.nist.javax.sip.THREAD_POOL_SIZE
+ * gov.nist.javax.sip.MAX_SERVER_TRANSACTIONS
|
ConfigurationProperties | public ConfigurationProperties()(Code) | | Default constructor.
|
getProperty | public String getProperty(String name)(Code) | | Gets a property value.
Parameters: name - key for the property the value of the property |
setProperty | public void setProperty(String name, String value)(Code) | | Sets a property value.
Parameters: name - the key for theproperty Parameters: value - the value for the property |
|
|
|