- C - Static variable in interface android.gov.nist.javax.sip.parser.TokenNames
-
- cacheClientConnections - Variable in class android.gov.nist.javax.sip.stack.SIPTransactionStack
-
- cacheMessageChannel(ConnectionOrientedMessageChannel) - Method in class android.gov.nist.javax.sip.stack.ConnectionOrientedMessageProcessor
-
- cacheServerConnections - Variable in class android.gov.nist.javax.sip.stack.SIPTransactionStack
-
- CALL_ID - Static variable in interface android.gov.nist.javax.sip.header.SIPHeaderNames
-
- CALL_ID - Static variable in interface android.gov.nist.javax.sip.parser.TokenTypes
-
- CALL_INFO - Static variable in interface android.gov.nist.javax.sip.header.SIPHeaderNames
-
- CALL_INFO - Static variable in interface android.gov.nist.javax.sip.parser.TokenTypes
-
- CALL_IS_BEING_FORWARDED - Static variable in interface android.javax.sip.message.Response
-
A server MAY use this status code to indicate that the call is being
forwarded to a different set of destinations.
- CALL_OR_TRANSACTION_DOES_NOT_EXIST - Static variable in interface android.javax.sip.message.Response
-
This status indicates that the UAS received a request that does not
match any existing dialog or transaction.
- CallAnalysisInterceptor - Class in android.gov.nist.javax.sip.stack
-
This sample interceptor keeps track of requests stuck in JAIN SIP threads and prints a thread dump
when such event occurs periodically.
- CallAnalysisInterceptor() - Constructor for class android.gov.nist.javax.sip.stack.CallAnalysisInterceptor
-
- CallAnalyzer - Class in android.gov.nist.javax.sip.stack
-
This class is a simple thread analysis utility which tracks the time each request is stuck inside a JAIN SIP thread.
- CallAnalyzer(SipStackImpl) - Constructor for class android.gov.nist.javax.sip.stack.CallAnalyzer
-
- CallAnalyzer() - Constructor for class android.gov.nist.javax.sip.stack.CallAnalyzer
-
- CallAnalyzer.MetricAnalysisConfiguration - Class in android.gov.nist.javax.sip.stack
-
This is the configuration for the analysis task.
- CallAnalyzer.MetricAnalysisConfiguration(Long, Long, Long) - Constructor for class android.gov.nist.javax.sip.stack.CallAnalyzer.MetricAnalysisConfiguration
-
- CallAnalyzer.MetricAnalysisConfiguration(int, int, int) - Constructor for class android.gov.nist.javax.sip.stack.CallAnalyzer.MetricAnalysisConfiguration
-
- CallAnalyzer.MetricReference - Class in android.gov.nist.javax.sip.stack
-
This is just a name for certain statistic item.
- CallAnalyzer.MetricReference(String) - Constructor for class android.gov.nist.javax.sip.stack.CallAnalyzer.MetricReference
-
- CallAnalyzer.MetricReferenceMap - Class in android.gov.nist.javax.sip.stack
-
- CallAnalyzer.MetricReferenceMap() - Constructor for class android.gov.nist.javax.sip.stack.CallAnalyzer.MetricReferenceMap
-
- CallAnalyzer.StackTrace - Class in android.gov.nist.javax.sip.stack
-
- CallAnalyzer.StackTrace(int, String) - Constructor for class android.gov.nist.javax.sip.stack.CallAnalyzer.StackTrace
-
- CallAnalyzer.ThreadInfo - Class in android.gov.nist.javax.sip.stack
-
- CallAnalyzer.ThreadInfo() - Constructor for class android.gov.nist.javax.sip.stack.CallAnalyzer.ThreadInfo
-
- CallAnalyzer.TImeMetricInfo - Class in android.gov.nist.javax.sip.stack
-
- CallAnalyzer.TImeMetricInfo() - Constructor for class android.gov.nist.javax.sip.stack.CallAnalyzer.TImeMetricInfo
-
- CALLED_PARTY_ID - Static variable in interface android.gov.nist.javax.sip.header.ims.SIPHeaderNamesIms
-
- CallID - Class in android.gov.nist.javax.sip.header
-
Call ID SIPHeader.
- CallID() - Constructor for class android.gov.nist.javax.sip.header.CallID
-
Default constructor
- CallID(String) - Constructor for class android.gov.nist.javax.sip.header.CallID
-
Constructor given the call Identifier.
- callId - Variable in class android.gov.nist.javax.sip.header.extensions.Join
-
- callId - Variable in class android.gov.nist.javax.sip.header.extensions.Replaces
-
- callId - Variable in class android.gov.nist.javax.sip.header.InReplyTo
-
- callIdentifier - Variable in class android.gov.nist.javax.sip.header.CallID
-
callIdentifier field
- CallIdentifier - Class in android.gov.nist.javax.sip.header
-
The call identifer that goes into a callID header and a in-reply-to header.
- CallIdentifier() - Constructor for class android.gov.nist.javax.sip.header.CallIdentifier
-
Default constructor
- CallIdentifier(String, String) - Constructor for class android.gov.nist.javax.sip.header.CallIdentifier
-
Constructor
- CallIdentifier(String) - Constructor for class android.gov.nist.javax.sip.header.CallIdentifier
-
constructor
- callIdentifier - Variable in class android.gov.nist.javax.sip.header.extensions.Join
-
callIdentifier field
- callIdentifier - Variable in class android.gov.nist.javax.sip.header.extensions.Replaces
-
callIdentifier field
- callIdHeader - Variable in class android.gov.nist.javax.sip.message.SIPMessage
-
- callIdHeader - Variable in class android.gov.nist.javax.sip.stack.SIPDialog
-
- CallIdHeader - Interface in android.javax.sip.header
-
The Call-ID header field uniquely identifies a particular invitation or all
registrations of a particular client.
- callIdHeaderString - Variable in class android.gov.nist.javax.sip.stack.SIPDialog
-
- CallIDParser - Class in android.gov.nist.javax.sip.parser
-
Parser for CALL ID header.
- CallIDParser(String) - Constructor for class android.gov.nist.javax.sip.parser.CallIDParser
-
Creates new CallIDParser
- CallIDParser(Lexer) - Constructor for class android.gov.nist.javax.sip.parser.CallIDParser
-
Constructor
- CallInfo - Class in android.gov.nist.javax.sip.header
-
CallInfo SIPHeader.
- CallInfo() - Constructor for class android.gov.nist.javax.sip.header.CallInfo
-
Default constructor
- CallInfoHeader - Interface in android.javax.sip.header
-
The Call-Info header field provides additional information about the
caller or callee, depending on whether it is found in a request or
response.
- CallInfoList - Class in android.gov.nist.javax.sip.header
-
A list of CallInfo headers (there can be multiple in a message).
- CallInfoList() - Constructor for class android.gov.nist.javax.sip.header.CallInfoList
-
Default constructor
- CallInfoParser - Class in android.gov.nist.javax.sip.parser
-
Parser for CallInfo header.
- CallInfoParser(String) - Constructor for class android.gov.nist.javax.sip.parser.CallInfoParser
-
Creates a new instance of CallInfoParser
- CallInfoParser(Lexer) - Constructor for class android.gov.nist.javax.sip.parser.CallInfoParser
-
Constructor
- CALLING - Static variable in class android.javax.sip.TransactionState
-
This constant value indicates that the transaction state is "Calling".
- CALLING_STATE - Static variable in interface android.gov.nist.javax.sip.stack.SIPTransaction
-
CALLING State.
- CANCEL - Static variable in interface android.gov.nist.javax.sip.parser.TokenTypes
-
- cancel(SIPStackTimerTask) - Method in class android.gov.nist.javax.sip.stack.timers.AffinitityExecutorSipTimer
-
- cancel(SIPStackTimerTask) - Method in class android.gov.nist.javax.sip.stack.timers.DefaultSipTimer
-
- cancel(SIPStackTimerTask) - Method in class android.gov.nist.javax.sip.stack.timers.ScheduledExecutorSipTimer
-
- cancel(SIPStackTimerTask) - Method in interface android.gov.nist.javax.sip.stack.timers.SipTimer
-
cancel a previously scheduled task
- CANCEL - Static variable in interface android.javax.sip.message.Request
-
The CANCEL request is used to cancel a previous
request sent by a client.
- cancelClientTransactionChecked - Variable in class android.gov.nist.javax.sip.stack.SIPTransactionStack
-
- cancelMaxTxLifeTimeTimer() - Method in interface android.gov.nist.javax.sip.stack.SIPTransaction
-
- cancelMaxTxLifeTimeTimer() - Method in class android.gov.nist.javax.sip.stack.SIPTransactionImpl
-
- cancelPingKeepAliveTimeoutTaskIfStarted() - Method in class android.gov.nist.javax.sip.stack.ConnectionOrientedMessageChannel
-
- CARD - Static variable in interface android.gov.nist.javax.sip.header.ParameterNames
-
- CAUSE - Static variable in interface android.gov.nist.javax.sip.header.ParameterNames
-
- CAUSE - Variable in class android.gov.nist.javax.sip.header.Reason
-
- CCF - Static variable in interface android.gov.nist.javax.sip.header.ims.ParameterNamesIms
-
- CELB - Static variable in interface android.javax.sdp.SdpConstants
-
Static RTP/AVP payload type for the CELB video codec.
- CGI_3GPP - Static variable in interface android.gov.nist.javax.sip.header.ims.ParameterNamesIms
-
- CHAIN - Static variable in interface android.gov.nist.javax.sip.header.extensions.ReferencesHeader
-
- Challenge - Class in android.gov.nist.javax.sip.header
-
Challenge part of the Auth header.
- Challenge() - Constructor for class android.gov.nist.javax.sip.header.Challenge
-
Default constructor
- ChallengeParser - Class in android.gov.nist.javax.sip.parser
-
Parser for the challenge portion of the authentication header.
- ChallengeParser(String) - Constructor for class android.gov.nist.javax.sip.parser.ChallengeParser
-
Constructor
- ChallengeParser(Lexer) - Constructor for class android.gov.nist.javax.sip.parser.ChallengeParser
-
Constructor
- CHANGEOPS - Static variable in class android.gov.nist.javax.sip.stack.NioTcpMessageProcessor.ChangeRequest
-
- changeRequests - Variable in class android.gov.nist.javax.sip.stack.NioTcpMessageProcessor
-
- channel - Variable in class android.gov.nist.javax.sip.stack.NioTcpMessageProcessor
-
- channel - Variable in class android.gov.nist.javax.sip.stack.SSLStateMachine
-
- channelMap - Variable in class android.gov.nist.javax.sip.stack.NIOHandler
-
- charAsString(char) - Static method in class android.gov.nist.core.LexerCore
-
- charAsString(int) - Method in class android.gov.nist.core.LexerCore
-
Lookahead in the inputBuffer for n chars and return as a string.
- checkBranchId - Variable in class android.gov.nist.javax.sip.stack.SIPTransactionStack
-
- checkBranchId() - Method in class android.gov.nist.javax.sip.stack.SIPTransactionStack
-
Flag that reqests checking of branch IDs on responses.
- checkFromTag(SIPResponse) - Method in interface android.gov.nist.javax.sip.stack.SIPClientTransaction
-
Check if the From tag of the response matches the from tag of the original message.
- checkFromTag(SIPResponse) - Method in class android.gov.nist.javax.sip.stack.SIPClientTransactionImpl
-
- checkHeaders() - Method in class android.gov.nist.javax.sip.message.SIPRequest
-
Check header for constraints.
- checkHeaders() - Method in class android.gov.nist.javax.sip.message.SIPResponse
-
Check the response structure.
- checkingInterval - Variable in class android.gov.nist.javax.sip.stack.CallAnalyzer.MetricAnalysisConfiguration
-
- checkLogFile() - Method in class android.gov.nist.javax.sip.stack.ServerLog
-
- checkRetransmissionForForking(SIPResponse) - Method in class android.gov.nist.javax.sip.stack.SIPDialog
-
- checkToken(String) - Static method in class android.gov.nist.javax.sip.parser.Parser
-
Verifies that a given string matches the 'token' production in RFC3261
- CI_3GPP2 - Static variable in interface android.gov.nist.javax.sip.header.ims.ParameterNamesIms
-
- CK - Static variable in class android.gov.nist.javax.sip.header.AuthenticationHeader
-
- CK - Static variable in interface android.gov.nist.javax.sip.header.ims.ParameterNamesIms
-
- CK - Static variable in interface android.gov.nist.javax.sip.header.ims.WWWAuthenticateHeaderIms
-
- cleanUp() - Method in class android.gov.nist.javax.sip.message.SIPMessage
-
- cleanUp() - Method in class android.gov.nist.javax.sip.message.SIPRequest
-
- cleanUp() - Method in class android.gov.nist.javax.sip.message.SIPResponse
-
- cleanUp() - Method in interface android.gov.nist.javax.sip.stack.SIPClientTransaction
-
- cleanUp() - Method in class android.gov.nist.javax.sip.stack.SIPClientTransactionImpl
-
- cleanUp() - Method in class android.gov.nist.javax.sip.stack.SIPDialog
-
Release references so the GC can clean up dialog state.
- cleanUp() - Method in interface android.gov.nist.javax.sip.stack.SIPServerTransaction
-
- cleanUp() - Method in class android.gov.nist.javax.sip.stack.SIPServerTransactionImpl
-
- cleanUp() - Method in interface android.gov.nist.javax.sip.stack.SIPTransaction
-
- cleanUp() - Method in class android.gov.nist.javax.sip.stack.SIPTransactionImpl
-
- cleanUpBeforeCancel() - Method in class android.gov.nist.javax.sip.stack.SIPStackTimerTask
-
- cleanUpOnAck() - Method in class android.gov.nist.javax.sip.stack.SIPDialog
-
- cleanUpOnTerminated() - Method in class android.gov.nist.javax.sip.stack.SIPClientTransactionImpl
-
- cleanUpOnTimer() - Method in class android.gov.nist.javax.sip.stack.SIPClientTransactionImpl
-
- cleanUpOnTimer() - Method in class android.gov.nist.javax.sip.stack.SIPServerTransactionImpl
-
- clear() - Method in class android.gov.nist.core.DuplicateNameValueList
-
- clear() - Method in class android.gov.nist.core.MultiValueMapImpl
-
- clear() - Method in class android.gov.nist.core.NameValueList
-
- CLEAR - Static variable in interface android.gov.nist.javax.sdp.fields.SDPKeywords
-
- clear() - Method in class android.gov.nist.javax.sip.header.SIPHeaderList
-
- clearPassword() - Method in class android.gov.nist.javax.sip.address.SipUri
-
Clear the password from the user part if it exists.
- clearPassword() - Method in class android.gov.nist.javax.sip.address.UserInfo
-
Clear the password field.
- clearQheaders() - Method in class android.gov.nist.javax.sip.address.SipUri
-
Clear all Qheaders.
- clearState() - Method in interface android.gov.nist.javax.sip.stack.SIPClientTransaction
-
This is called by the stack after a non-invite client transaction goes to completed state.
- clearState() - Method in class android.gov.nist.javax.sip.stack.SIPClientTransactionImpl
-
- clearUriParms() - Method in class android.gov.nist.javax.sip.address.SipUri
-
clear all URI Parameters.
- clientAuth - Variable in class android.gov.nist.javax.sip.stack.SIPTransactionStack
-
- ClientAuthType - Enum in android.gov.nist.javax.sip.stack
-
- ClientTransaction - Interface in android.javax.sip
-
A client transaction is used by a User Agent Client application to send
Request messages to a User Agent Server application.
- ClientTransactionExt - Interface in android.gov.nist.javax.sip
-
- clientTransactionTable - Variable in class android.gov.nist.javax.sip.stack.SIPTransactionStack
-
- clientTransactionTableHiwaterMark - Variable in class android.gov.nist.javax.sip.stack.SIPTransactionStack
-
- clientTransactionTableLowaterMark - Variable in class android.gov.nist.javax.sip.stack.SIPTransactionStack
-
- clone() - Method in class android.gov.nist.core.DuplicateNameValueList
-
- clone() - Method in class android.gov.nist.core.GenericObject
-
Clones this object.
- clone() - Method in class android.gov.nist.core.GenericObjectList
-
Makes a deep clone of this list.
- clone() - Method in class android.gov.nist.core.HostPort
-
- clone() - Method in class android.gov.nist.core.MultiValueMapImpl
-
- clone() - Method in class android.gov.nist.core.NameValue
-
- clone() - Method in class android.gov.nist.core.NameValueList
-
- clone() - Method in class android.gov.nist.javax.sdp.fields.AttributeField
-
- clone() - Method in class android.gov.nist.javax.sdp.fields.ConnectionAddress
-
- clone() - Method in class android.gov.nist.javax.sdp.fields.ConnectionField
-
- clone() - Method in class android.gov.nist.javax.sdp.fields.EmailAddress
-
- clone() - Method in class android.gov.nist.javax.sdp.fields.EmailField
-
- clone() - Method in class android.gov.nist.javax.sdp.fields.MediaField
-
- clone() - Method in class android.gov.nist.javax.sdp.fields.OriginField
-
- clone() - Method in class android.gov.nist.javax.sdp.fields.RepeatField
-
- clone() - Method in class android.gov.nist.javax.sdp.fields.SDPFieldList
-
- clone() - Method in class android.gov.nist.javax.sdp.fields.ZoneAdjustment
-
- clone() - Method in class android.gov.nist.javax.sdp.fields.ZoneField
-
- clone() - Method in class android.gov.nist.javax.sdp.SessionDescriptionImpl
-
Creates and returns a deep copy of this object
- clone() - Method in class android.gov.nist.javax.sip.address.AddressImpl
-
- clone() - Method in class android.gov.nist.javax.sip.address.Authority
-
- clone() - Method in class android.gov.nist.javax.sip.address.SipUri
-
clone this.
- clone() - Method in class android.gov.nist.javax.sip.address.TelephoneNumber
-
- clone() - Method in class android.gov.nist.javax.sip.address.TelURLImpl
-
Deep copy clone operation.
- clone() - Method in class android.gov.nist.javax.sip.header.Accept
-
- clone() - Method in class android.gov.nist.javax.sip.header.AcceptEncodingList
-
- clone() - Method in class android.gov.nist.javax.sip.header.AcceptLanguageList
-
- clone() - Method in class android.gov.nist.javax.sip.header.AcceptList
-
- clone() - Method in class android.gov.nist.javax.sip.header.AddressParametersHeader
-
- clone() - Method in class android.gov.nist.javax.sip.header.AlertInfo
-
- clone() - Method in class android.gov.nist.javax.sip.header.AlertInfoList
-
- clone() - Method in class android.gov.nist.javax.sip.header.AllowEventsList
-
- clone() - Method in class android.gov.nist.javax.sip.header.AllowList
-
- clone() - Method in class android.gov.nist.javax.sip.header.AuthenticationInfoList
-
- clone() - Method in class android.gov.nist.javax.sip.header.AuthorizationList
-
- clone() - Method in class android.gov.nist.javax.sip.header.CallID
-
- clone() - Method in class android.gov.nist.javax.sip.header.CallInfo
-
- clone() - Method in class android.gov.nist.javax.sip.header.CallInfoList
-
- clone() - Method in class android.gov.nist.javax.sip.header.Challenge
-
- clone() - Method in class android.gov.nist.javax.sip.header.Contact
-
- clone() - Method in class android.gov.nist.javax.sip.header.ContactList
-
- clone() - Method in class android.gov.nist.javax.sip.header.ContentEncodingList
-
- clone() - Method in class android.gov.nist.javax.sip.header.ContentLanguage
-
- clone() - Method in class android.gov.nist.javax.sip.header.ContentLanguageList
-
- clone() - Method in class android.gov.nist.javax.sip.header.ContentType
-
- clone() - Method in class android.gov.nist.javax.sip.header.Credentials
-
- clone() - Method in class android.gov.nist.javax.sip.header.ErrorInfo
-
- clone() - Method in class android.gov.nist.javax.sip.header.ErrorInfoList
-
- clone() - Method in class android.gov.nist.javax.sip.header.ExtensionHeaderList
-
- clone() - Method in class android.gov.nist.javax.sip.header.ims.AddressHeaderIms
-
- clone() - Method in class android.gov.nist.javax.sip.header.ims.PAccessNetworkInfo
-
- clone() - Method in class android.gov.nist.javax.sip.header.ims.PAssertedIdentity
-
- clone() - Method in class android.gov.nist.javax.sip.header.ims.PAssertedIdentityList
-
- clone() - Method in class android.gov.nist.javax.sip.header.ims.PAssertedService
-
- clone() - Method in class android.gov.nist.javax.sip.header.ims.PAssociatedURI
-
- clone() - Method in class android.gov.nist.javax.sip.header.ims.PAssociatedURIList
-
- clone() - Method in class android.gov.nist.javax.sip.header.ims.PathList
-
- clone() - Method in class android.gov.nist.javax.sip.header.ims.PMediaAuthorization
-
- clone() - Method in class android.gov.nist.javax.sip.header.ims.PMediaAuthorizationList
-
- clone() - Method in class android.gov.nist.javax.sip.header.ims.PPreferredService
-
- clone() - Method in class android.gov.nist.javax.sip.header.ims.PProfileKey
-
- clone() - Method in class android.gov.nist.javax.sip.header.ims.Privacy
-
- clone() - Method in class android.gov.nist.javax.sip.header.ims.PrivacyList
-
- clone() - Method in class android.gov.nist.javax.sip.header.ims.PServedUser
-
- clone() - Method in class android.gov.nist.javax.sip.header.ims.PUserDatabase
-
- clone() - Method in class android.gov.nist.javax.sip.header.ims.PVisitedNetworkID
-
- clone() - Method in class android.gov.nist.javax.sip.header.ims.PVisitedNetworkIDList
-
- clone() - Method in class android.gov.nist.javax.sip.header.ims.SecurityAgree
-
- clone() - Method in class android.gov.nist.javax.sip.header.ims.SecurityClientList
-
- clone() - Method in class android.gov.nist.javax.sip.header.ims.SecurityServerList
-
- clone() - Method in class android.gov.nist.javax.sip.header.ims.SecurityVerifyList
-
- clone() - Method in class android.gov.nist.javax.sip.header.ims.ServiceRouteList
-
- clone() - Method in class android.gov.nist.javax.sip.header.InReplyTo
-
- clone() - Method in class android.gov.nist.javax.sip.header.InReplyToList
-
- clone() - Method in class android.gov.nist.javax.sip.header.ParametersHeader
-
- clone() - Method in class android.gov.nist.javax.sip.header.ProxyAuthenticateList
-
- clone() - Method in class android.gov.nist.javax.sip.header.ProxyAuthorizationList
-
- clone() - Method in class android.gov.nist.javax.sip.header.ProxyRequireList
-
- clone() - Method in class android.gov.nist.javax.sip.header.ReasonList
-
- clone() - Method in class android.gov.nist.javax.sip.header.RecordRouteList
-
- clone() - Method in class android.gov.nist.javax.sip.header.RequestLine
-
- clone() - Method in class android.gov.nist.javax.sip.header.RequireList
-
- clone() - Method in class android.gov.nist.javax.sip.header.RouteList
-
- clone() - Method in class android.gov.nist.javax.sip.header.SIPDate
-
- clone() - Method in class android.gov.nist.javax.sip.header.SIPDateHeader
-
- clone() - Method in class android.gov.nist.javax.sip.header.SIPHeaderList
-
make a clone of this header list.
- clone() - Method in class android.gov.nist.javax.sip.header.SupportedList
-
- clone() - Method in class android.gov.nist.javax.sip.header.UnsupportedList
-
- clone() - Method in class android.gov.nist.javax.sip.header.UserAgent
-
- clone() - Method in class android.gov.nist.javax.sip.header.Via
-
- clone() - Method in class android.gov.nist.javax.sip.header.ViaList
-
- clone() - Method in class android.gov.nist.javax.sip.header.WarningList
-
- clone() - Method in class android.gov.nist.javax.sip.header.WWWAuthenticateList
-
- clone() - Method in class android.gov.nist.javax.sip.ListeningPointImpl
-
Clone this listening point.
- clone() - Method in class android.gov.nist.javax.sip.message.SIPMessage
-
clone this message (create a new deep physical copy).
- clone() - Method in class android.gov.nist.javax.sip.message.SIPRequest
-
Make a clone (deep copy) of this object.
- clone() - Method in class android.gov.nist.javax.sip.message.SIPResponse
-
Make a clone (deep copy) of this object.
- clone() - Method in class android.gov.nist.javax.sip.parser.PipelinedMsgParser
-
Create a new pipelined parser from an existing one.
- clone() - Method in class android.gov.nist.javax.sip.SipProviderImpl
-
- clone() - Method in interface android.javax.sdp.Field
-
Returns a clone of this field.
- clone() - Method in interface android.javax.sdp.SessionDescription
-
Public clone declaration.
- clone() - Method in interface android.javax.sip.address.Address
-
Clone method.
- clone() - Method in interface android.javax.sip.address.URI
-
Creates and returns a deep copy of the URI.
- clone() - Method in interface android.javax.sip.header.Header
-
Creates and returns a deep copy of the Header.
- clone() - Method in interface android.javax.sip.message.Message
-
Creates and returns a deep copy of the Message.
- clonehlist(List<HDR>) - Method in class android.gov.nist.javax.sip.header.SIPHeaderList
-
- close() - Method in class android.gov.nist.javax.sip.parser.NioPipelineParser
-
- close() - Method in class android.gov.nist.javax.sip.parser.Pipeline
-
- close() - Method in class android.gov.nist.javax.sip.parser.PipelinedMsgParser
-
- close() - Method in class android.gov.nist.javax.sip.stack.Base64.OutputStream
-
Flushes and closes (I think, in the superclass) the stream.
- close() - Method in class android.gov.nist.javax.sip.stack.ConnectionOrientedMessageChannel
-
Close the message channel.
- close(boolean, boolean) - Method in class android.gov.nist.javax.sip.stack.ConnectionOrientedMessageChannel
-
- close() - Method in class android.gov.nist.javax.sip.stack.MessageChannel
-
Close the message channel.
- close(boolean, boolean) - Method in class android.gov.nist.javax.sip.stack.NioTcpMessageChannel
-
- close() - Method in interface android.gov.nist.javax.sip.stack.SIPTransaction
-
Close the encapsulated channel.
- close() - Method in class android.gov.nist.javax.sip.stack.SIPTransactionImpl
-
- close(boolean, boolean) - Method in class android.gov.nist.javax.sip.stack.TCPMessageChannel
-
Close the message channel.
- close(boolean, boolean) - Method in class android.gov.nist.javax.sip.stack.TLSMessageChannel
-
Close the message channel.
- close() - Method in class android.gov.nist.javax.sip.stack.UDPMessageChannel
-
Close the message channel.
- closeAll() - Method in class android.gov.nist.javax.sip.stack.IOHandler
-
Close all the cached connections.
- closeAll() - Method in class android.gov.nist.javax.sip.stack.NIOHandler
-
Close all the cached connections.
- closeAllSockets() - Method in class android.gov.nist.javax.sip.stack.SIPTransactionStack
-
- closeLogFile() - Method in interface android.gov.nist.core.ServerLogger
-
- closeLogFile() - Method in class android.gov.nist.javax.sip.stack.ServerLog
-
- closeReliableConnection(String, int) - Method in class android.gov.nist.javax.sip.stack.ConnectionOrientedMessageProcessor
-
- closeReliableConnection(String, int, String, String, int) - Method in class android.gov.nist.javax.sip.stack.SIPTransactionStack
-
Find suitable MessageProcessor and calls it's MessageProcessor#closeReliableConnection(String, int)
method passing peerAddress and peerPort as arguments.
- CN - Static variable in interface android.javax.sdp.SdpConstants
-
Static RTP/AVP payload type for the CN audio codec.
- CN_DEPRECATED - Static variable in interface android.javax.sdp.SdpConstants
-
Static RTP/AVP payload type for the CN audio codec.
- CNONCE - Static variable in class android.gov.nist.javax.sip.header.AuthenticationHeader
-
- CNONCE - Static variable in interface android.gov.nist.javax.sip.header.ParameterNames
-
- code - Variable in class android.gov.nist.javax.sip.header.Warning
-
warn code field, the warn code consists of three digits.
- collectionTime - Variable in class android.gov.nist.javax.sip.stack.SIPTransactionImpl
-
- COLON - Static variable in class android.gov.nist.core.GenericObject
-
- COLON - Static variable in class android.gov.nist.core.GenericObjectList
-
- COLON - Static variable in class android.gov.nist.core.LexerCore
-
- COLON - Static variable in interface android.gov.nist.core.Separators
-
- COLON - Static variable in interface android.gov.nist.javax.sip.parser.TokenTypes
-
- COMMA - Static variable in class android.gov.nist.core.GenericObject
-
- COMMA - Static variable in class android.gov.nist.core.GenericObjectList
-
- COMMA - Static variable in interface android.gov.nist.core.Separators
-
- comment() - Method in class android.gov.nist.core.LexerCore
-
Parse a comment string cursor is at a "(".
- comment - Variable in class android.gov.nist.javax.sip.header.RetryAfter
-
comment field
- comment - Variable in class android.gov.nist.javax.sip.header.Via
-
comment field
JvB note: RFC3261 does not allow a comment to appear in Via headers, and this
is not accessible through the API.
- CommonLogger - Class in android.gov.nist.core
-
This class abstracts away single-instanct and multi0instance loggers
legacyLogger is the old-school one logger per stack reference
otherLogger is multiinstance logger
- CommonLogger(String) - Constructor for class android.gov.nist.core.CommonLogger
-
- CommonLoggerLog4j - Class in android.gov.nist.core
-
A wrapper around log4j that is used for logging debug and errors.
- CommonLoggerLog4j(Logger) - Constructor for class android.gov.nist.core.CommonLoggerLog4j
-
- compareMediaRange(String) - Method in class android.gov.nist.javax.sip.header.ContentType
-
compare two MediaRange headers.
- COMPLETED - Static variable in class android.javax.sip.DialogState
-
Deprecated.
Since v1.2. This state does not exist in a dialog.
- COMPLETED - Static variable in class android.javax.sip.TransactionState
-
This constant value indicates that the transaction state is "Completed".
- COMPLETED_STATE - Static variable in interface android.gov.nist.javax.sip.stack.SIPTransaction
-
Completed state.
- computeContentLengthFromMessage - Static variable in class android.gov.nist.javax.sip.parser.StringMsgParser
-
- computeRev13Response(String) - Static method in class android.gov.nist.javax.sip.stack.WebSocketHttpHandshake
-
- concatenate(GenericObjectList) - Method in class android.gov.nist.core.GenericObjectList
-
Concatenate two compatible header lists, adding the argument to the tail
end of this list.
- concatenate(GenericObjectList, boolean) - Method in class android.gov.nist.core.GenericObjectList
-
Concatenate two compatible header lists, adding the argument either to
the beginning or the tail end of this list.
- concatenate(NetObjectList) - Method in class android.gov.nist.javax.sip.address.NetObjectList
-
concatenate the two Lists
- concatenate(SIPHeaderList<HDR>, boolean) - Method in class android.gov.nist.javax.sip.header.SIPHeaderList
-
Concatenate two compatible lists.
- concatenate(SIPObjectList) - Method in class android.gov.nist.javax.sip.header.SIPObjectList
-
Append a given list to the end of this list.
- concatenate(SIPObjectList, boolean) - Method in class android.gov.nist.javax.sip.header.SIPObjectList
-
Append or prepend a given list to this list.
- CONDITIONAL_REQUEST_FAILED - Static variable in interface android.javax.sip.message.Response
-
The server is refusing to service the PUBLISH request because the
entity-tag in the SIP-If-Match header does not match with existing
event state.
- config - Variable in class android.gov.nist.javax.sip.stack.CallAnalyzer.TImeMetricInfo
-
- configure(CallAnalyzer.MetricReference, CallAnalyzer.MetricAnalysisConfiguration) - Method in class android.gov.nist.javax.sip.stack.CallAnalyzer
-
Call this method to reconfigure the given metric
- CONFIRMED - Static variable in class android.javax.sip.DialogState
-
This constant value indicates that the dialog state is "Confirmed".
- CONFIRMED - Static variable in class android.javax.sip.TransactionState
-
This constant value indicates that the transaction state is "Confirmed".
- CONFIRMED_STATE - Static variable in class android.gov.nist.javax.sip.stack.SIPDialog
-
- CONFIRMED_STATE - Static variable in interface android.gov.nist.javax.sip.stack.SIPTransaction
-
Confirmed state.
- CongestionControlMessageValve - Class in android.gov.nist.javax.sip.stack
-
This is just a simple reusable congestion control valve JSIP apps can use to stop traffic when the number of
server transactions reaches the limit specified in android.gov.nist.javax.sip.MAX_SERVER_TRANSACTIONS without breaking
existing dialogs.
- CongestionControlMessageValve() - Constructor for class android.gov.nist.javax.sip.stack.CongestionControlMessageValve
-
- connect(InetSocketAddress, InetAddress, int) - Method in class android.gov.nist.javax.sip.stack.NioTcpMessageProcessor
-
- Connection - Interface in android.javax.sdp
-
A Connection represents the c= field associated with a SessionDescription or with an individual
MediaDescription and is used to identify a network address on which media can be received.
- CONNECTION_FIELD - Static variable in interface android.gov.nist.javax.sdp.fields.SDPFieldNames
-
- ConnectionAddress - Class in android.gov.nist.javax.sdp.fields
-
Connection Address of the SDP header (appears as part of the Connection field)
- ConnectionAddress() - Constructor for class android.gov.nist.javax.sdp.fields.ConnectionAddress
-
- connectionAddress(String) - Method in class android.gov.nist.javax.sdp.parser.ConnectionFieldParser
-
- ConnectionField - Class in android.gov.nist.javax.sdp.fields
-
Connectin Field of the SDP request.
- ConnectionField() - Constructor for class android.gov.nist.javax.sdp.fields.ConnectionField
-
- connectionField - Variable in class android.gov.nist.javax.sdp.MediaDescriptionImpl
-
- connectionField() - Method in class android.gov.nist.javax.sdp.parser.ConnectionFieldParser
-
- ConnectionFieldParser - Class in android.gov.nist.javax.sdp.parser
-
Parser for Connection Field.
- ConnectionFieldParser(String) - Constructor for class android.gov.nist.javax.sdp.parser.ConnectionFieldParser
-
Creates new ConnectionFieldParser
- connectionImpl - Variable in class android.gov.nist.javax.sdp.SessionDescriptionImpl
-
- ConnectionOrientedMessageChannel - Class in android.gov.nist.javax.sip.stack
-
- ConnectionOrientedMessageChannel(SIPTransactionStack) - Constructor for class android.gov.nist.javax.sip.stack.ConnectionOrientedMessageChannel
-
- ConnectionOrientedMessageProcessor - Class in android.gov.nist.javax.sip.stack
-
- ConnectionOrientedMessageProcessor(InetAddress, int, String, SIPTransactionStack) - Constructor for class android.gov.nist.javax.sip.stack.ConnectionOrientedMessageProcessor
-
- connTimeout - Variable in class android.gov.nist.javax.sip.stack.SIPTransactionStack
-
- consume() - Method in class android.gov.nist.core.StringTokenizer
-
- consume(int) - Method in class android.gov.nist.core.StringTokenizer
-
- consumeDomainLabel() - Method in class android.gov.nist.core.HostNameParser
-
- consumeValidChars(char[]) - Method in class android.gov.nist.core.LexerCore
-
- Contact - Class in android.gov.nist.javax.sip.header
-
Contact Item.
- Contact() - Constructor for class android.gov.nist.javax.sip.header.Contact
-
Default constructor.
- CONTACT - Static variable in interface android.gov.nist.javax.sip.header.SIPHeaderNames
-
- CONTACT - Static variable in interface android.gov.nist.javax.sip.parser.TokenTypes
-
- contactHeader - Variable in class android.gov.nist.javax.sip.stack.SIPDialog
-
- ContactHeader - Interface in android.javax.sip.header
-
A Contact header field value provides a URI whose meaning depends on
the type of request or response it is in.
- contactHeaderStringified - Variable in class android.gov.nist.javax.sip.stack.SIPDialog
-
- ContactList - Class in android.gov.nist.javax.sip.header
-
List of contact headers.ContactLists are also maintained in a hashtable
for quick lookup.
- ContactList() - Constructor for class android.gov.nist.javax.sip.header.ContactList
-
Constructor.
- ContactParser - Class in android.gov.nist.javax.sip.parser
-
A parser for The SIP contact header.
- ContactParser(String) - Constructor for class android.gov.nist.javax.sip.parser.ContactParser
-
- ContactParser(Lexer) - Constructor for class android.gov.nist.javax.sip.parser.ContactParser
-
- contains(Object) - Method in class android.gov.nist.javax.sip.header.SIPHeaderList
-
- containsAll(Collection<?>) - Method in class android.gov.nist.javax.sip.header.SIPHeaderList
-
- containsKey(Object) - Method in class android.gov.nist.core.MultiValueMapImpl
-
- containsKey(Object) - Method in class android.gov.nist.core.NameValueList
-
- containsKey(Object) - Method in class android.gov.nist.javax.sip.MergedSystemProperties
-
Determines whether key is already present here.
- containsValue(Object) - Method in class android.gov.nist.core.MultiValueMapImpl
-
- containsValue(Object) - Method in class android.gov.nist.core.NameValueList
-
- Content - Interface in android.gov.nist.javax.sip.message
-
- CONTENT_DISPOSITION - Static variable in interface android.gov.nist.javax.sip.header.SIPHeaderNames
-
- CONTENT_DISPOSITION - Static variable in interface android.gov.nist.javax.sip.parser.TokenTypes
-
- CONTENT_ENCODING - Static variable in interface android.gov.nist.javax.sip.header.SIPHeaderNames
-
- CONTENT_ENCODING - Static variable in interface android.gov.nist.javax.sip.parser.TokenTypes
-
- CONTENT_LANGUAGE - Static variable in interface android.gov.nist.javax.sip.header.SIPHeaderNames
-
- CONTENT_LANGUAGE - Static variable in interface android.gov.nist.javax.sip.parser.TokenTypes
-
- CONTENT_LENGTH - Static variable in interface android.gov.nist.javax.sip.header.SIPHeaderNames
-
- CONTENT_LENGTH - Static variable in interface android.gov.nist.javax.sip.parser.TokenTypes
-
- CONTENT_SUBTYPE_SDP - Static variable in interface android.gov.nist.javax.sip.stack.SIPServerTransaction
-
- CONTENT_TYPE - Static variable in interface android.gov.nist.javax.sip.header.SIPHeaderNames
-
- CONTENT_TYPE - Static variable in interface android.gov.nist.javax.sip.parser.TokenTypes
-
- CONTENT_TYPE_APPLICATION - Static variable in interface android.gov.nist.javax.sip.stack.SIPServerTransaction
-
- contentCoding - Variable in class android.gov.nist.javax.sip.header.AcceptEncoding
-
contentEncoding field
- ContentDisposition - Class in android.gov.nist.javax.sip.header
-
Content Dispositon SIP Header.
- ContentDisposition() - Constructor for class android.gov.nist.javax.sip.header.ContentDisposition
-
Default constructor.
- ContentDispositionHeader - Interface in android.javax.sip.header
-
The Content-Disposition header field describes how the message body or,
for multipart messages, a message body part is to be interpreted by the
UAC or UAS.
- ContentDispositionParser - Class in android.gov.nist.javax.sip.parser
-
Parser for ContentLanguage header.
- ContentDispositionParser(String) - Constructor for class android.gov.nist.javax.sip.parser.ContentDispositionParser
-
Creates a new instance of ContentDispositionParser
- ContentDispositionParser(Lexer) - Constructor for class android.gov.nist.javax.sip.parser.ContentDispositionParser
-
Constructor
- ContentEncoding - Class in android.gov.nist.javax.sip.header
-
Content encoding part of a content encoding header list.
- ContentEncoding() - Constructor for class android.gov.nist.javax.sip.header.ContentEncoding
-
Default constructor.
- ContentEncoding(String) - Constructor for class android.gov.nist.javax.sip.header.ContentEncoding
-
Constructor.
- contentEncoding - Variable in class android.gov.nist.javax.sip.header.ContentEncoding
-
ContentEncoding field.
- ContentEncodingHeader - Interface in android.javax.sip.header
-
A ContentEncodingHeader is used as a modifier to the "media-type".
- ContentEncodingList - Class in android.gov.nist.javax.sip.header
-
Content Encoding SIP header List.
- ContentEncodingList() - Constructor for class android.gov.nist.javax.sip.header.ContentEncodingList
-
Default constructor.
- ContentEncodingParser - Class in android.gov.nist.javax.sip.parser
-
Parser for ContentLanguage header.
- ContentEncodingParser(String) - Constructor for class android.gov.nist.javax.sip.parser.ContentEncodingParser
-
Creates a new instance of ContentEncodingParser
- ContentEncodingParser(Lexer) - Constructor for class android.gov.nist.javax.sip.parser.ContentEncodingParser
-
Constructor
- ContentImpl - Class in android.gov.nist.javax.sip.message
-
Implementation of multipart content type.
- ContentImpl(String) - Constructor for class android.gov.nist.javax.sip.message.ContentImpl
-
- ContentLanguage - Class in android.gov.nist.javax.sip.header
-
ContentLanguage header
- ContentLanguage() - Constructor for class android.gov.nist.javax.sip.header.ContentLanguage
-
- ContentLanguage(String) - Constructor for class android.gov.nist.javax.sip.header.ContentLanguage
-
Default constructor.
- ContentLanguageHeader - Interface in android.javax.sip.header
-
The Content-Language header field is used to indicate the language of the
message body.
- ContentLanguageList - Class in android.gov.nist.javax.sip.header
-
ContentLanguage list of headers.
- ContentLanguageList() - Constructor for class android.gov.nist.javax.sip.header.ContentLanguageList
-
Default constructor
- ContentLanguageParser - Class in android.gov.nist.javax.sip.parser
-
Parser for ContentLanguage header.
- ContentLanguageParser(String) - Constructor for class android.gov.nist.javax.sip.parser.ContentLanguageParser
-
Creates a new instance of ContentLanguageParser
- ContentLanguageParser(Lexer) - Constructor for class android.gov.nist.javax.sip.parser.ContentLanguageParser
-
Constructor
- ContentLength - Class in android.gov.nist.javax.sip.header
-
ContentLength SIPHeader (of which there can be only one in a SIPMessage).
- ContentLength() - Constructor for class android.gov.nist.javax.sip.header.ContentLength
-
Default constructor.
- ContentLength(int) - Constructor for class android.gov.nist.javax.sip.header.ContentLength
-
Constructor given a length.
- contentLength - Variable in class android.gov.nist.javax.sip.header.ContentLength
-
contentLength field.
- contentLengthHeader - Variable in class android.gov.nist.javax.sip.message.SIPMessage
-
- ContentLengthHeader - Interface in android.javax.sip.header
-
The Content-Length header field indicates the size of the message-body, in
decimal number of octets, sent to the recipient.
- ContentLengthParser - Class in android.gov.nist.javax.sip.parser
-
Parser for Content-Length Header.
- ContentLengthParser(String) - Constructor for class android.gov.nist.javax.sip.parser.ContentLengthParser
-
- ContentLengthParser(Lexer) - Constructor for class android.gov.nist.javax.sip.parser.ContentLengthParser
-
- ContentType - Class in android.gov.nist.javax.sip.header
-
ContentType SIP Header
- ContentType() - Constructor for class android.gov.nist.javax.sip.header.ContentType
-
Default constructor.
- ContentType(String, String) - Constructor for class android.gov.nist.javax.sip.header.ContentType
-
Constructor given a content type and subtype.
- ContentTypeHeader - Interface in android.javax.sip.header
-
The Content-Type header field indicates the media type of the message-body
sent to the recipient.
- ContentTypeParser - Class in android.gov.nist.javax.sip.parser
-
Parser for content type header.
- ContentTypeParser(String) - Constructor for class android.gov.nist.javax.sip.parser.ContentTypeParser
-
- ContentTypeParser(Lexer) - Constructor for class android.gov.nist.javax.sip.parser.ContentTypeParser
-
- COOKIE - Static variable in interface android.gov.nist.javax.sip.header.ParameterNames
-
- CORE_PACKAGE - Static variable in interface android.gov.nist.core.PackageNames
-
- CORE_PACKAGE - Static variable in class android.gov.nist.javax.sdp.fields.SDPObject
-
- CORE_PACKAGE - Static variable in class android.gov.nist.javax.sip.address.NetObject
-
- createAcceptEncodingHeader(String) - Method in class android.gov.nist.javax.sip.header.HeaderFactoryImpl
-
Creates a new AcceptEncodingHeader based on the newly supplied encoding
value.
- createAcceptEncodingHeader(String) - Method in interface android.javax.sip.header.HeaderFactory
-
Creates a new AcceptEncodingHeader based on the newly supplied encoding
value.
- createAcceptHeader(String, String) - Method in class android.gov.nist.javax.sip.header.HeaderFactoryImpl
-
Creates a new AcceptHeader based on the newly supplied contentType and
contentSubType values.
- createAcceptHeader(String, String) - Method in interface android.javax.sip.header.HeaderFactory
-
Creates a new AcceptHeader based on the newly supplied contentType and
contentSubType values.
- createAcceptLanguageHeader(Locale) - Method in class android.gov.nist.javax.sip.header.HeaderFactoryImpl
-
Creates a new AcceptLanguageHeader based on the newly supplied
language value.
- createAcceptLanguageHeader(Locale) - Method in interface android.javax.sip.header.HeaderFactory
-
Creates a new AcceptLanguageHeader based on the newly supplied
language value.
- createAck() - Method in interface android.gov.nist.javax.sip.stack.SIPClientTransaction
-
- createAck() - Method in class android.gov.nist.javax.sip.stack.SIPClientTransactionImpl
-
- createAck(long) - Method in class android.gov.nist.javax.sip.stack.SIPDialog
-
- createAck() - Method in interface android.javax.sip.ClientTransaction
-
Deprecated.
Since v1.2. As a transaction that received
a 2xx response terminates immediately, it cannot be used for creating
the corresponding ACK. If this transaction created a dialog, the
Dialog.createAck(long) method
should be used. Otherwise the stack will automatically create and
send the ACK for non-2xx responses that need to be acknowledged.
That is the application should never need to use this method.
- createAck(long) - Method in interface android.javax.sip.Dialog
-
Creates an ACK request for an Invite that was responded with 2xx
response.
- createAckRequest(To) - Method in class android.gov.nist.javax.sip.message.SIPRequest
-
Creates a default ACK SIPRequest message for this original request.
- createAddress() - Method in class android.gov.nist.javax.sip.address.AddressFactoryImpl
-
Create an empty address object.
- createAddress(String, URI) - Method in class android.gov.nist.javax.sip.address.AddressFactoryImpl
-
Creates an Address with the new display name and URI attribute
values.
- createAddress(URI) - Method in class android.gov.nist.javax.sip.address.AddressFactoryImpl
-
- createAddress(String) - Method in class android.gov.nist.javax.sip.address.AddressFactoryImpl
-
Creates an Address with the new address string value.
- createAddress(String) - Method in interface android.javax.sip.address.AddressFactory
-
Creates an Address with the new address string value.
- createAddress(URI) - Method in interface android.javax.sip.address.AddressFactory
-
Creates an Address with the new URI attribute value.
- createAddress(String, URI) - Method in interface android.javax.sip.address.AddressFactory
-
Creates an Address with the new display name and URI attribute
values.
- createAddressFactory() - Method in class android.javax.sip.SipFactory
-
Creates an instance of the AddressFactory implementation.
- createAlertInfoHeader(URI) - Method in class android.gov.nist.javax.sip.header.HeaderFactoryImpl
-
Creates a new AlertInfoHeader based on the newly supplied alertInfo value.
- createAlertInfoHeader(URI) - Method in interface android.javax.sip.header.HeaderFactory
-
Creates a new AlertInfoHeader based on the newly supplied alertInfo value.
- createAllowEventsHeader(String) - Method in class android.gov.nist.javax.sip.header.HeaderFactoryImpl
-
Creates a new AllowEventsHeader based on the newly supplied event type
value.
- createAllowEventsHeader(String) - Method in interface android.javax.sip.header.HeaderFactory
-
Creates a new AllowEventsHeader based on the newly supplied event type
value.
- createAllowHeader(String) - Method in class android.gov.nist.javax.sip.header.HeaderFactoryImpl
-
Creates a new AllowHeader based on the newly supplied method value.
- createAllowHeader(String) - Method in interface android.javax.sip.header.HeaderFactory
-
Creates a new AllowHeader based on the newly supplied method value.
- createAttribute(String, String) - Method in class android.javax.sdp.SdpFactory
-
Returns Attribute object with the specified values.
- createAuthenticationInfoHeader(String) - Method in class android.gov.nist.javax.sip.header.HeaderFactoryImpl
-
Creates a new AuthenticationInfoHeader based on the newly supplied
response value.
- createAuthenticationInfoHeader(String) - Method in interface android.javax.sip.header.HeaderFactory
-
Creates a new AuthenticationInfoHeader based on the newly supplied
response value.
- createAuthorizationHeader(String) - Method in class android.gov.nist.javax.sip.header.HeaderFactoryImpl
-
Creates a new AuthorizationHeader based on the newly supplied
scheme value.
- createAuthorizationHeader(String) - Method in interface android.javax.sip.header.HeaderFactory
-
Creates a new AuthorizationHeader based on the newly supplied
scheme value.
- createBadReqRes(String, ParseException) - Method in class android.gov.nist.javax.sip.stack.MessageChannel
-
Creates a response to a bad request (ie one that causes a ParseException)
- createBandwidth(String, int) - Method in class android.javax.sdp.SdpFactory
-
Returns Bandwidth object with the specified values.
- createBuffers() - Method in class android.gov.nist.javax.sip.stack.NioTlsMessageChannel
-
- createCallIdHeader(String) - Method in class android.gov.nist.javax.sip.header.HeaderFactoryImpl
-
Creates a new CallIdHeader based on the newly supplied callId value.
- createCallIdHeader(String) - Method in interface android.javax.sip.header.HeaderFactory
-
Creates a new CallIdHeader based on the newly supplied callId value.
- createCallInfoHeader(URI) - Method in class android.gov.nist.javax.sip.header.HeaderFactoryImpl
-
Creates a new CallInfoHeader based on the newly supplied callInfo value.
- createCallInfoHeader(URI) - Method in interface android.javax.sip.header.HeaderFactory
-
Creates a new CallInfoHeader based on the newly supplied callInfo value.
- createCancel() - Method in interface android.gov.nist.javax.sip.stack.SIPClientTransaction
-
- createCancel() - Method in class android.gov.nist.javax.sip.stack.SIPClientTransactionImpl
-
- createCancel() - Method in interface android.javax.sip.ClientTransaction
-
Creates a new Cancel message from the Request associated with this client
transaction.
- createCancelRequest() - Method in class android.gov.nist.javax.sip.message.SIPRequest
-
Creates a default SIPResquest message that would cancel this request.
- createChargingVectorHeader(String) - Method in interface android.gov.nist.javax.sip.header.HeaderFactoryExt
-
P-Charging-Vector header
- createChargingVectorHeader(String) - Method in class android.gov.nist.javax.sip.header.HeaderFactoryImpl
-
P-Charging-Vector header
- createClientTransaction(Request, Hop) - Method in class android.gov.nist.javax.sip.SipProviderImpl
-
- createClientTransaction(SIPRequest, MessageChannel) - Method in class android.gov.nist.javax.sip.stack.SIPTransactionStack
-
Creates a client transaction that encapsulates a MessageChannel.
- createConnection(String, String, String, int, int) - Method in class android.javax.sdp.SdpFactory
-
Returns a Connection object with the specified properties a
- createConnection(String, String, String) - Method in class android.javax.sdp.SdpFactory
-
Returns a Connection object with the specified properties and no TTL and
a default number of addresses (1).
- createConnection(String, int, int) - Method in class android.javax.sdp.SdpFactory
-
Returns a Connection object with the specified properties and a network
and address type of "IN" and "IP4" respectively.
- createConnection(String) - Method in class android.javax.sdp.SdpFactory
-
Returns a Connection object with the specified address.
- createContactHeader(Address) - Method in class android.gov.nist.javax.sip.header.HeaderFactoryImpl
-
Creates a new ContactHeader based on the newly supplied address value.
- createContactHeader() - Method in class android.gov.nist.javax.sip.header.HeaderFactoryImpl
-
Creates a new wildcard ContactHeader.
- createContactHeader() - Method in interface android.gov.nist.javax.sip.ListeningPointExt
-
Create a contact for this listening point.
- createContactHeader() - Method in class android.gov.nist.javax.sip.ListeningPointImpl
-
- createContactHeader(Address) - Method in interface android.javax.sip.header.HeaderFactory
-
Creates a new ContactHeader based on the newly supplied address value.
- createContactHeader() - Method in interface android.javax.sip.header.HeaderFactory
-
Creates a new wildcard ContactHeader.
- createContentDispositionHeader(String) - Method in class android.gov.nist.javax.sip.header.HeaderFactoryImpl
-
Creates a new ContentDispositionHeader based on the newly supplied
contentDisposition value.
- createContentDispositionHeader(String) - Method in interface android.javax.sip.header.HeaderFactory
-
Creates a new ContentDispositionHeader based on the newly supplied
contentDisposition value.
- createContentEncodingHeader(String) - Method in class android.gov.nist.javax.sip.header.HeaderFactoryImpl
-
Creates a new ContentEncodingHeader based on the newly supplied encoding
value.
- createContentEncodingHeader(String) - Method in interface android.javax.sip.header.HeaderFactory
-
Creates a new ContentEncodingHeader based on the newly supplied encoding
value.
- createContentLanguageHeader(Locale) - Method in class android.gov.nist.javax.sip.header.HeaderFactoryImpl
-
Creates a new ContentLanguageHeader based on the newly supplied
contentLanguage value.
- createContentLanguageHeader(Locale) - Method in interface android.javax.sip.header.HeaderFactory
-
Creates a new ContentLanguageHeader based on the newly supplied
contentLanguage value.
- createContentLengthHeader(int) - Method in class android.gov.nist.javax.sip.header.HeaderFactoryImpl
-
Creates a new CSeqHeader based on the newly supplied contentLength value.
- createContentLengthHeader(int) - Method in interface android.javax.sip.header.HeaderFactory
-
Creates a new ContentLengthHeader based on the newly supplied contentLength value.
- createContentList(String) - Method in class android.gov.nist.javax.sip.message.MultipartMimeContentImpl
-
unpack a multipart mime packet and set a list of content packets.
- createContentTypeHeader(String, String) - Method in class android.gov.nist.javax.sip.header.HeaderFactoryImpl
-
Creates a new ContentTypeHeader based on the newly supplied contentType and
contentSubType values.
- createContentTypeHeader(String, String) - Method in interface android.javax.sip.header.HeaderFactory
-
Creates a new ContentTypeHeader based on the newly supplied contentType and
contentSubType values.
- createCSeqHeader(long, String) - Method in class android.gov.nist.javax.sip.header.HeaderFactoryImpl
-
Creates a new CSeqHeader based on the newly supplied sequence number and
method values.
- createCSeqHeader(int, String) - Method in class android.gov.nist.javax.sip.header.HeaderFactoryImpl
-
Deprecated.
- createCSeqHeader(int, String) - Method in interface android.javax.sip.header.HeaderFactory
-
- createCSeqHeader(long, String) - Method in interface android.javax.sip.header.HeaderFactory
-
Creates a new CSeqHeader based on the newly supplied sequence number and
method values.
- createDatagramSocket() - Method in class android.gov.nist.core.net.DefaultNetworkLayer
-
- createDatagramSocket(int, InetAddress) - Method in class android.gov.nist.core.net.DefaultNetworkLayer
-
- createDatagramSocket() - Method in interface android.gov.nist.core.net.NetworkLayer
-
Constructs a datagram socket and binds it to any available port on the local host machine.
- createDatagramSocket(int, InetAddress) - Method in interface android.gov.nist.core.net.NetworkLayer
-
Creates a datagram socket, bound to the specified local address.
- createDatagramSocket() - Method in class android.gov.nist.core.net.SslNetworkLayer
-
- createDatagramSocket(int, InetAddress) - Method in class android.gov.nist.core.net.SslNetworkLayer
-
- createDateHeader(Calendar) - Method in class android.gov.nist.javax.sip.header.HeaderFactoryImpl
-
Creates a new DateHeader based on the newly supplied date value.
- createDateHeader(Calendar) - Method in interface android.javax.sip.header.HeaderFactory
-
Creates a new DateHeader based on the newly supplied date value.
- createDialog(SIPTransaction) - Method in class android.gov.nist.javax.sip.stack.SIPTransactionStack
-
Create a dialog and add this transaction to it.
- createDialog(SIPClientTransaction, SIPResponse) - Method in class android.gov.nist.javax.sip.stack.SIPTransactionStack
-
Create a Dialog given a client tx and response.
- createDialog(SipProviderImpl, SIPResponse) - Method in class android.gov.nist.javax.sip.stack.SIPTransactionStack
-
Create a Dialog given a sip provider and response.
- createDialog(SIPClientTransaction, SIPTransaction) - Method in class android.gov.nist.javax.sip.stack.SIPTransactionStack
-
Creates a new dialog based on a received NOTIFY.
- createEMail(String) - Method in class android.javax.sdp.SdpFactory
-
Returns EMail object with the specified value.
- createErrorAck(To) - Method in class android.gov.nist.javax.sip.message.SIPRequest
-
Creates an ACK for non-2xx responses according to RFC3261 17.1.1.3
- createErrorInfoHeader(URI) - Method in class android.gov.nist.javax.sip.header.HeaderFactoryImpl
-
Creates a new ErrorInfoHeader based on the newly
supplied errorInfo value.
- createErrorInfoHeader(URI) - Method in interface android.javax.sip.header.HeaderFactory
-
Creates a new ErrorInfoHeader based on the newly supplied errorInfo value.
- createEventHeader(String) - Method in class android.gov.nist.javax.sip.header.HeaderFactoryImpl
-
Creates a new EventHeader based on the newly supplied eventType value.
- createEventHeader(String) - Method in interface android.javax.sip.header.HeaderFactory
-
Creates a new EventHeader based on the newly supplied eventType value.
- createExpiresHeader(int) - Method in class android.gov.nist.javax.sip.header.HeaderFactoryImpl
-
Creates a new ExpiresHeader based on the newly supplied expires value.
- createExpiresHeader(int) - Method in interface android.javax.sip.header.HeaderFactory
-
Creates a new ExpiresHeader based on the newly supplied expires value.
- createExtensionHeader(String, String) - Method in class android.gov.nist.javax.sip.header.HeaderFactoryImpl
-
Creates a new ExtensionHeader based on the newly supplied name and
value values.
- createFromHeader(Address, String) - Method in class android.gov.nist.javax.sip.header.HeaderFactoryImpl
-
Creates a new FromHeader based on the newly supplied address and
tag values.
- createFromHeader(Address, String) - Method in interface android.javax.sip.header.HeaderFactory
-
Creates a new FromHeader based on the newly supplied address and
tag values.
- createHeader(String) - Method in interface android.gov.nist.javax.sip.header.HeaderFactoryExt
-
Create a header from a string.
- createHeader(String) - Method in class android.gov.nist.javax.sip.header.HeaderFactoryImpl
-
Create a header from the given header text.
- createHeader(String, String) - Method in class android.gov.nist.javax.sip.header.HeaderFactoryImpl
-
Create and parse a header.
- createHeader(String, String) - Method in interface android.javax.sip.header.HeaderFactory
-
Creates a new Header based on the newly supplied name and value values.
- createHeaderFactory() - Method in class android.javax.sip.SipFactory
-
Creates an instance of the HeaderFactory implementation.
- createHeaders(String) - Method in class android.gov.nist.javax.sip.header.HeaderFactoryImpl
-
Create and return a list of headers.
- createHeaders(String) - Method in interface android.javax.sip.header.HeaderFactory
-
Creates a new List of Headers based on a supplied comma seperated
list of Header values for a single header name.
- createHop(SipURI, Request) - Method in class android.gov.nist.javax.sip.stack.DefaultRouter
-
Utility method to create a hop from a SIP URI
- createHttpResponse(String) - Method in class android.gov.nist.javax.sip.stack.WebSocketHttpHandshake
-
- createInfo(String) - Method in class android.javax.sdp.SdpFactory
-
Returns Info object with the specified value.
- createInReplyToHeader(String) - Method in class android.gov.nist.javax.sip.header.HeaderFactoryImpl
-
Creates a new InReplyToHeader based on the newly supplied callId
value.
- createInReplyToHeader(String) - Method in interface android.javax.sip.header.HeaderFactory
-
Creates a new InReplyToHeader based on the newly supplied callId
value.
- createJoinHeader(String, String, String) - Method in interface android.gov.nist.javax.sip.header.HeaderFactoryExt
-
Create a Join header with a call Id, to and from tag.
- createJoinHeader(String, String, String) - Method in class android.gov.nist.javax.sip.header.HeaderFactoryImpl
-
Create a Join header with a call Id, to and from tag.
- createKey(String, String) - Method in class android.javax.sdp.SdpFactory
-
Returns Key object with the specified value.
- createListeningPoint(String, int, String) - Method in class android.gov.nist.javax.sip.SipStackImpl
-
- createListeningPoint(int, String) - Method in class android.gov.nist.javax.sip.SipStackImpl
-
Deprecated.
- createListeningPoint(int, String) - Method in interface android.javax.sip.SipStack
-
Deprecated.
Since v1.2. This has been replaced by
SipStack.createListeningPoint(String, int, String)
For backwards compatibility with v1.1 implementations should support this method.
Implementations should throw TransportNotSupportedException
if the Properties specified during stack creation do not include an IP Address.
- createListeningPoint(String, int, String) - Method in interface android.javax.sip.SipStack
-
Creates a ListeningPoint a given IP address, port and transport.
- createLogRecord(String, String, String, long, boolean, String, String, String, long) - Method in interface android.gov.nist.javax.sip.LogRecordFactory
-
Create a log record.
- createLogRecord(String, String, String, String, boolean, String, String, String, long) - Method in class android.gov.nist.javax.sip.stack.DefaultMessageLogFactory
-
- createLogRecord(String, String, String, long, boolean, String, String, String, long) - Method in class android.gov.nist.javax.sip.stack.DefaultMessageLogFactory
-
- createMaxForwardsHeader(int) - Method in class android.gov.nist.javax.sip.header.HeaderFactoryImpl
-
Creates a new MaxForwardsHeader based on the newly
supplied maxForwards value.
- createMaxForwardsHeader(int) - Method in interface android.javax.sip.header.HeaderFactory
-
Creates a new MaxForwardsHeader based on the newly supplied maxForwards value.
- createMedia(String, int, int, String, Vector) - Method in class android.javax.sdp.SdpFactory
-
Returns Media object with the specified properties.
- createMediaDescription(String, int, int, String, int[]) - Method in class android.javax.sdp.SdpFactory
-
Returns MediaDescription object with the specified properties.
- createMediaDescription(String, int, int, String, String[]) - Method in class android.javax.sdp.SdpFactory
-
Returns MediaDescription object with the specified properties.
- createMessageChannel(HostPort) - Method in class android.gov.nist.javax.sip.stack.MessageProcessor
-
Create a message channel for the specified host/port.
- createMessageChannel(InetAddress, int) - Method in class android.gov.nist.javax.sip.stack.MessageProcessor
-
Create a message channel for the specified host/port.
- createMessageChannel(NioTcpMessageProcessor, SocketChannel) - Method in class android.gov.nist.javax.sip.stack.NioTcpMessageProcessor
-
- createMessageChannel(HostPort) - Method in class android.gov.nist.javax.sip.stack.NioTcpMessageProcessor
-
- createMessageChannel(InetAddress, int) - Method in class android.gov.nist.javax.sip.stack.NioTcpMessageProcessor
-
- createMessageChannel(NioTcpMessageProcessor, SocketChannel) - Method in class android.gov.nist.javax.sip.stack.NioTlsMessageProcessor
-
- createMessageChannel(NioTcpMessageProcessor, SocketChannel) - Method in class android.gov.nist.javax.sip.stack.NioTlsWebSocketMessageProcessor
-
- createMessageChannel(HostPort) - Method in class android.gov.nist.javax.sip.stack.NioTlsWebSocketMessageProcessor
-
- createMessageChannel(InetAddress, int) - Method in class android.gov.nist.javax.sip.stack.NioTlsWebSocketMessageProcessor
-
- createMessageChannel(NioTcpMessageProcessor, SocketChannel) - Method in class android.gov.nist.javax.sip.stack.NioWebSocketMessageProcessor
-
- createMessageChannel(HostPort) - Method in class android.gov.nist.javax.sip.stack.sctp.SCTPMessageProcessor
-
- createMessageChannel(InetAddress, int) - Method in class android.gov.nist.javax.sip.stack.sctp.SCTPMessageProcessor
-
- createMessageChannel(SIPRequest, MessageProcessor, Hop) - Method in class android.gov.nist.javax.sip.stack.SIPTransactionStack
-
Creates a client transaction to handle a new request.
- createMessageChannel(HostPort) - Method in class android.gov.nist.javax.sip.stack.TCPMessageProcessor
-
- createMessageChannel(InetAddress, int) - Method in class android.gov.nist.javax.sip.stack.TCPMessageProcessor
-
- createMessageChannel(HostPort) - Method in class android.gov.nist.javax.sip.stack.TLSMessageProcessor
-
- createMessageChannel(InetAddress, int) - Method in class android.gov.nist.javax.sip.stack.TLSMessageProcessor
-
- createMessageChannel(HostPort) - Method in class android.gov.nist.javax.sip.stack.UDPMessageProcessor
-
Create and return new TCPMessageChannel for the given host/port.
- createMessageChannel(InetAddress, int) - Method in class android.gov.nist.javax.sip.stack.UDPMessageProcessor
-
- createMessageFactory() - Method in class android.javax.sip.SipFactory
-
Creates an instance of the MessageFactory implementation.
- createMessageParser(SIPTransactionStack) - Method in interface android.gov.nist.javax.sip.parser.MessageParserFactory
-
Creates a Message Parser
- createMessageParser(SIPTransactionStack) - Method in class android.gov.nist.javax.sip.parser.StringMsgParserFactory
-
- createMessageProcessor(SIPTransactionStack, InetAddress, int, String) - Method in interface android.gov.nist.javax.sip.stack.MessageProcessorFactory
-
- createMessageProcessor(SIPTransactionStack, InetAddress, int, String) - Method in class android.gov.nist.javax.sip.stack.NioMessageProcessorFactory
-
- createMessageProcessor(SIPTransactionStack, InetAddress, int, String) - Method in class android.gov.nist.javax.sip.stack.OIOMessageProcessorFactory
-
- createMessageProcessor(InetAddress, int, String) - Method in class android.gov.nist.javax.sip.stack.SIPTransactionStack
-
Creates the equivalent of a JAIN listening point and attaches to the
stack.
- createMimeVersionHeader(int, int) - Method in class android.gov.nist.javax.sip.header.HeaderFactoryImpl
-
Creates a new MimeVersionHeader based on the newly
supplied mimeVersion value.
- createMimeVersionHeader(int, int) - Method in interface android.javax.sip.header.HeaderFactory
-
Creates a new MimeVersionHeader based on the newly supplied mimeVersion
values.
- createMinExpiresHeader(int) - Method in class android.gov.nist.javax.sip.header.HeaderFactoryImpl
-
Creates a new MinExpiresHeader based on the newly supplied minExpires value.
- createMinExpiresHeader(int) - Method in interface android.javax.sip.header.HeaderFactory
-
Creates a new MinExpiresHeader based on the newly supplied minExpires value.
- createMinSEHeader(int) - Method in class android.gov.nist.javax.sip.header.HeaderFactoryImpl
-
Creates a new MinSEHeader based on the newly supplied expires value.
- createMultipartMimeContent(ContentTypeHeader, String[], String[], String[]) - Method in interface android.gov.nist.javax.sip.message.MessageFactoryExt
-
Create a MultipartMime attachment from a list of content type, subtype and content.
- createMultipartMimeContent(ContentTypeHeader, String[], String[], String[]) - Method in class android.gov.nist.javax.sip.message.MessageFactoryImpl
-
- createOrganizationHeader(String) - Method in class android.gov.nist.javax.sip.header.HeaderFactoryImpl
-
Creates a new OrganizationHeader based on the newly supplied
organization value.
- createOrganizationHeader(String) - Method in interface android.javax.sip.header.HeaderFactory
-
Creates a new OrganizationHeader based on the newly supplied
organization value.
- createOrigin(String, String) - Method in class android.javax.sdp.SdpFactory
-
Returns Origin object with the specified properties.
- createOrigin(String, long, long, String, String, String) - Method in class android.javax.sdp.SdpFactory
-
Returns Origin object with the specified properties.
- createOrReuseSocket(InetAddress, int) - Method in class android.gov.nist.javax.sip.stack.NIOHandler
-
- createPAccessNetworkInfoHeader() - Method in interface android.gov.nist.javax.sip.header.HeaderFactoryExt
-
creates a P-Access-Network-Info header.
- createPAccessNetworkInfoHeader() - Method in class android.gov.nist.javax.sip.header.HeaderFactoryImpl
-
creates a P-Access-Network-Info header
- createParseException() - Method in class android.gov.nist.core.LexerCore
-
Create a parse exception.
- createParseException(String) - Method in class android.gov.nist.javax.sip.parser.Parser
-
- createParser(String) - Static method in class android.gov.nist.javax.sdp.parser.ParserFactory
-
- createParser(String) - Static method in class android.gov.nist.javax.sip.parser.ParserFactory
-
create a parser for a header.
- createPAssertedIdentityHeader(Address) - Method in interface android.gov.nist.javax.sip.header.HeaderFactoryExt
-
P-Asserted-Identity header
- createPAssertedIdentityHeader(Address) - Method in class android.gov.nist.javax.sip.header.HeaderFactoryImpl
-
P-Asserted-Identity header
- createPAssertedServiceHeader() - Method in interface android.gov.nist.javax.sip.header.HeaderFactoryExt
-
Create an AssertedService Header
- createPAssertedServiceHeader() - Method in class android.gov.nist.javax.sip.header.HeaderFactoryImpl
-
- createPAssociatedURIHeader(Address) - Method in interface android.gov.nist.javax.sip.header.HeaderFactoryExt
-
Creates a new P-Associated-URI header based on the supplied address
- createPAssociatedURIHeader(Address) - Method in class android.gov.nist.javax.sip.header.HeaderFactoryImpl
-
Creates a new P-Associated-URI header based on the supplied address
- createPathHeader(Address) - Method in interface android.gov.nist.javax.sip.header.HeaderFactoryExt
-
PATH header
- createPathHeader(Address) - Method in class android.gov.nist.javax.sip.header.HeaderFactoryImpl
-
PATH header
- createPCalledPartyIDHeader(Address) - Method in interface android.gov.nist.javax.sip.header.HeaderFactoryExt
-
P-Called-Party-ID header
- createPCalledPartyIDHeader(Address) - Method in class android.gov.nist.javax.sip.header.HeaderFactoryImpl
-
P-Called-Party-ID header
- createPChargingFunctionAddressesHeader() - Method in interface android.gov.nist.javax.sip.header.HeaderFactoryExt
-
P-Charging-Function-Addresses header
- createPChargingFunctionAddressesHeader() - Method in class android.gov.nist.javax.sip.header.HeaderFactoryImpl
-
P-Charging-Function-Addresses header
- createPhone(String) - Method in class android.javax.sdp.SdpFactory
-
Returns Phone object with the specified value.
- createPMediaAuthorizationHeader(String) - Method in interface android.gov.nist.javax.sip.header.HeaderFactoryExt
-
P-Media-Authorization header
- createPMediaAuthorizationHeader(String) - Method in class android.gov.nist.javax.sip.header.HeaderFactoryImpl
-
P-Media-Authorization header
- createPPreferredIdentityHeader(Address) - Method in interface android.gov.nist.javax.sip.header.HeaderFactoryExt
-
P-Preferred-Identity header
- createPPreferredIdentityHeader(Address) - Method in class android.gov.nist.javax.sip.header.HeaderFactoryImpl
-
P-Preferred-Identity header
- createPPreferredServiceHeader() - Method in interface android.gov.nist.javax.sip.header.HeaderFactoryExt
-
Create a P-Preferred-Service header.
- createPPreferredServiceHeader() - Method in class android.gov.nist.javax.sip.header.HeaderFactoryImpl
-
- createPProfileKeyHeader(Address) - Method in interface android.gov.nist.javax.sip.header.HeaderFactoryExt
-
Create a P-Profile-Key header.
- createPProfileKeyHeader(Address) - Method in class android.gov.nist.javax.sip.header.HeaderFactoryImpl
-
- createPrack(Response) - Method in class android.gov.nist.javax.sip.stack.SIPDialog
-
- createPrack(Response) - Method in interface android.javax.sip.Dialog
-
Creates a new PRACK Request message based on a reliable provisional
response received by this Dialog and the Dialog internal information.
- createPriorityHeader(String) - Method in class android.gov.nist.javax.sip.header.HeaderFactoryImpl
-
Creates a new PriorityHeader based on the newly supplied priority value.
- createPriorityHeader(String) - Method in interface android.javax.sip.header.HeaderFactory
-
Creates a new PriorityHeader based on the newly supplied priority value.
- createPrivacyHeader(String) - Method in interface android.gov.nist.javax.sip.header.HeaderFactoryExt
-
Privacy header
- createPrivacyHeader(String) - Method in class android.gov.nist.javax.sip.header.HeaderFactoryImpl
-
Privacy header
- createProcessorTask() - Method in class android.gov.nist.javax.sip.stack.NioTcpMessageProcessor
-
- createProxyAuthenticateHeader(String) - Method in class android.gov.nist.javax.sip.header.HeaderFactoryImpl
-
Creates a new ProxyAuthenticateHeader based on the newly supplied
scheme value.
- createProxyAuthenticateHeader(String) - Method in interface android.javax.sip.header.HeaderFactory
-
Creates a new ProxyAuthenticateHeader based on the newly supplied
scheme value.
- createProxyAuthorizationHeader(String) - Method in class android.gov.nist.javax.sip.header.HeaderFactoryImpl
-
Creates a new ProxyAuthorizationHeader based on the newly supplied
scheme value.
- createProxyAuthorizationHeader(String) - Method in interface android.javax.sip.header.HeaderFactory
-
Creates a new ProxyAuthorizationHeader based on the newly supplied
scheme value.
- createProxyRequireHeader(String) - Method in class android.gov.nist.javax.sip.header.HeaderFactoryImpl
-
Creates a new ProxyRequireHeader based on the newly supplied optionTag
value.
- createProxyRequireHeader(String) - Method in interface android.javax.sip.header.HeaderFactory
-
Creates a new ProxyRequireHeader based on the newly supplied optionTag
value.
- createPServedUserHeader(Address) - Method in interface android.gov.nist.javax.sip.header.HeaderFactoryExt
-
Create a P-Served-User header.
- createPServedUserHeader(Address) - Method in class android.gov.nist.javax.sip.header.HeaderFactoryImpl
-
- createPUserDatabaseHeader(String) - Method in interface android.gov.nist.javax.sip.header.HeaderFactoryExt
-
Create a P-User-Database header.
- createPUserDatabaseHeader(String) - Method in class android.gov.nist.javax.sip.header.HeaderFactoryImpl
-
- createPVisitedNetworkIDHeader() - Method in interface android.gov.nist.javax.sip.header.HeaderFactoryExt
-
P-Visited-Network-ID header
- createPVisitedNetworkIDHeader() - Method in class android.gov.nist.javax.sip.header.HeaderFactoryImpl
-
P-Visited-Network-ID header
- createRAckHeader(long, long, String) - Method in class android.gov.nist.javax.sip.header.HeaderFactoryImpl
-
Creates a new RAckHeader based on the newly supplied rSeqNumber,
cSeqNumber and method values.
- createRAckHeader(int, int, String) - Method in class android.gov.nist.javax.sip.header.HeaderFactoryImpl
-
Deprecated.
- createRAckHeader(int, int, String) - Method in interface android.javax.sip.header.HeaderFactory
-
Creates a new RAckHeader based on the newly supplied rSeqNumber,
cSeqNumber and method values.
- createRawMessageChannel(String, int, Hop) - Method in class android.gov.nist.javax.sip.stack.SIPTransactionStack
-
Creates a new MessageChannel for a given Hop.
- createReasonHeader(String, int, String) - Method in class android.gov.nist.javax.sip.header.HeaderFactoryImpl
-
Creates a new ReasonHeader based on the newly supplied reason value.
- createReasonHeader(String, int, String) - Method in interface android.javax.sip.header.HeaderFactory
-
Creates a new ReasonHeader based on the newly supplied reason value.
- createRecordRouteHeader(Address) - Method in class android.gov.nist.javax.sip.header.HeaderFactoryImpl
-
Creates a new RecordRouteHeader based on the newly supplied address value.
- createRecordRouteHeader(Address) - Method in interface android.javax.sip.header.HeaderFactory
-
Creates a new RecordRouteHeader based on the newly supplied address value.
- createReferencesHeader(String, String) - Method in interface android.gov.nist.javax.sip.header.HeaderFactoryExt
-
Create a References header.
- createReferencesHeader(String, String) - Method in class android.gov.nist.javax.sip.header.HeaderFactoryImpl
-
Create and return a references header.
- createReferredByHeader(Address) - Method in interface android.gov.nist.javax.sip.header.HeaderFactoryExt
-
Create a ReferredBy Header.
- createReferredByHeader(Address) - Method in class android.gov.nist.javax.sip.header.HeaderFactoryImpl
-
Create a ReferredBy Header.
- createReferToHeader(Address) - Method in class android.gov.nist.javax.sip.header.HeaderFactoryImpl
-
Create a ReferTo Header.
- createReferToHeader(Address) - Method in interface android.javax.sip.header.HeaderFactory
-
Creates a new ReferToHeader based on the newly supplied address value.
- createReliableProvisionalResponse(int) - Method in class android.gov.nist.javax.sip.stack.SIPDialog
-
- createReliableProvisionalResponse(int) - Method in interface android.javax.sip.Dialog
-
Creates a new reliable provisional response based on an Invite request
that created this Dialog or that is now refreshing this Dialog.
- createRepeatTime(int, int, int[]) - Method in class android.javax.sdp.SdpFactory
-
Returns a RepeatTime object with the specified interval, duration, and
time offsets.
- createReplacesHeader(String, String, String) - Method in interface android.gov.nist.javax.sip.header.HeaderFactoryExt
-
Create a Replaces header with a call Id, to and from tag.
- createReplacesHeader(String, String, String) - Method in class android.gov.nist.javax.sip.header.HeaderFactoryImpl
-
Create a Replaces header with a call Id, to and from tag.
- createReplyToHeader(Address) - Method in class android.gov.nist.javax.sip.header.HeaderFactoryImpl
-
Creates a new ReplyToHeader based on the newly supplied address value.
- createReplyToHeader(Address) - Method in interface android.javax.sip.header.HeaderFactory
-
Creates a new ReplyToHeader based on the newly supplied address value.
- createRequest(URI, String, CallIdHeader, CSeqHeader, FromHeader, ToHeader, List, MaxForwardsHeader, ContentTypeHeader, Object) - Method in class android.gov.nist.javax.sip.message.MessageFactoryImpl
-
Creates a new Request message of type specified by the method paramater,
containing the URI of the Request, the mandatory headers of the message
with a body in the form of a Java object and the body content type.
- createRequest(URI, String, CallIdHeader, CSeqHeader, FromHeader, ToHeader, List, MaxForwardsHeader, byte[], ContentTypeHeader) - Method in class android.gov.nist.javax.sip.message.MessageFactoryImpl
-
Creates a new Request message of type specified by the method paramater,
containing the URI of the Request, the mandatory headers of the message
with a body in the form of a byte array and body content type.
- createRequest(URI, String, CallIdHeader, CSeqHeader, FromHeader, ToHeader, List, MaxForwardsHeader) - Method in class android.gov.nist.javax.sip.message.MessageFactoryImpl
-
Creates a new Request message of type specified by the method paramater,
containing the URI of the Request, the mandatory headers of the message.
- createRequest(URI, String, CallIdHeader, CSeqHeader, FromHeader, ToHeader, List, MaxForwardsHeader, ContentTypeHeader, byte[]) - Method in class android.gov.nist.javax.sip.message.MessageFactoryImpl
-
Creates a new Request message of type specified by the method paramater,
containing the URI of the Request, the mandatory headers of the message
with a body in the form of a byte array and body content type.
- createRequest(String) - Method in class android.gov.nist.javax.sip.message.MessageFactoryImpl
-
Create a request from a string.
- createRequest(String) - Method in class android.gov.nist.javax.sip.stack.SIPDialog
-
- createRequest(SipUri, Via, CSeq, From, To) - Method in class android.gov.nist.javax.sip.stack.SIPDialog
-
Generate a request from a response.
- createRequest(String) - Method in interface android.javax.sip.Dialog
-
Creates a new Request message based on the dialog creating request.
- createRequest(URI, String, CallIdHeader, CSeqHeader, FromHeader, ToHeader, List, MaxForwardsHeader, ContentTypeHeader, Object) - Method in interface android.javax.sip.message.MessageFactory
-
Creates a new Request message of type specified by the method paramater,
containing the URI of the Request, the mandatory headers of the message
with a body in the form of a Java object and the body content type.
- createRequest(URI, String, CallIdHeader, CSeqHeader, FromHeader, ToHeader, List, MaxForwardsHeader, ContentTypeHeader, byte[]) - Method in interface android.javax.sip.message.MessageFactory
-
Creates a new Request message of type specified by the method paramater,
containing the URI of the Request, the mandatory headers of the message
with a body in the form of a byte array and body content type.
- createRequest(URI, String, CallIdHeader, CSeqHeader, FromHeader, ToHeader, List, MaxForwardsHeader) - Method in interface android.javax.sip.message.MessageFactory
-
Creates a new Request message of type specified by the method paramater,
containing the URI of the Request, the mandatory headers of the message.
- createRequest(String) - Method in interface android.javax.sip.message.MessageFactory
-
Create a new SIP Request object based on a specific string value.
- createRequestLine(String) - Method in interface android.gov.nist.javax.sip.header.HeaderFactoryExt
-
Create a RequestLine from a String
- createRequestLine(String) - Method in class android.gov.nist.javax.sip.header.HeaderFactoryImpl
-
Create a new Request Line from a String.
- createRequireHeader(String) - Method in class android.gov.nist.javax.sip.header.HeaderFactoryImpl
-
Creates a new RequireHeader based on the newly supplied optionTag
value.
- createRequireHeader(String) - Method in interface android.javax.sip.header.HeaderFactory
-
Creates a new RequireHeader based on the newly supplied optionTag
value.
- createResponse(int, CallIdHeader, CSeqHeader, FromHeader, ToHeader, List, MaxForwardsHeader, Object, ContentTypeHeader) - Method in class android.gov.nist.javax.sip.message.MessageFactoryImpl
-
Creates a new Response message of type specified by the statusCode
paramater, containing the mandatory headers of the message with a body in
the form of a Java object and the body content type.
- createResponse(int, CallIdHeader, CSeqHeader, FromHeader, ToHeader, List, MaxForwardsHeader, byte[], ContentTypeHeader) - Method in class android.gov.nist.javax.sip.message.MessageFactoryImpl
-
Creates a new Response message of type specified by the statusCode
paramater, containing the mandatory headers of the message with a body in
the form of a byte array and the body content type.
- createResponse(int, CallIdHeader, CSeqHeader, FromHeader, ToHeader, List, MaxForwardsHeader) - Method in class android.gov.nist.javax.sip.message.MessageFactoryImpl
-
Creates a new Response message of type specified by the statusCode
paramater, containing the mandatory headers of the message.
- createResponse(int, Request, ContentTypeHeader, Object) - Method in class android.gov.nist.javax.sip.message.MessageFactoryImpl
-
Creates a new Response message of type specified by the statusCode
paramater, based on a specific Request with a new body in the form of a
Java object and the body content type.
- createResponse(int, Request, ContentTypeHeader, byte[]) - Method in class android.gov.nist.javax.sip.message.MessageFactoryImpl
-
Creates a new Response message of type specified by the statusCode
paramater, based on a specific Request with a new body in the form of a
byte array and the body content type.
- createResponse(int, Request) - Method in class android.gov.nist.javax.sip.message.MessageFactoryImpl
-
Creates a new Response message of type specified by the statusCode
paramater, based on a specific Request message.
- createResponse(int, CallIdHeader, CSeqHeader, FromHeader, ToHeader, List, MaxForwardsHeader, ContentTypeHeader, Object) - Method in class android.gov.nist.javax.sip.message.MessageFactoryImpl
-
Creates a new Response message of type specified by the statusCode
paramater, containing the mandatory headers of the message with a body in
the form of a Java object and the body content type.
- createResponse(int, CallIdHeader, CSeqHeader, FromHeader, ToHeader, List, MaxForwardsHeader, ContentTypeHeader, byte[]) - Method in class android.gov.nist.javax.sip.message.MessageFactoryImpl
-
Creates a new Response message of type specified by the statusCode
paramater, containing the mandatory headers of the message with a body in
the form of a byte array and the body content type.
- createResponse(String) - Method in class android.gov.nist.javax.sip.message.MessageFactoryImpl
-
Create a response from a string
- createResponse(int) - Method in class android.gov.nist.javax.sip.message.SIPRequest
-
Creates a default SIPResponse message for this request.
- createResponse(int, String) - Method in class android.gov.nist.javax.sip.message.SIPRequest
-
Creates a default SIPResponse message for this request.
- createResponse(int, CallIdHeader, CSeqHeader, FromHeader, ToHeader, List, MaxForwardsHeader, ContentTypeHeader, Object) - Method in interface android.javax.sip.message.MessageFactory
-
Creates a new Response message of type specified by the statusCode
paramater, containing the mandatory headers of the message with a body
in the form of a Java object and the body content type.
- createResponse(int, CallIdHeader, CSeqHeader, FromHeader, ToHeader, List, MaxForwardsHeader, ContentTypeHeader, byte[]) - Method in interface android.javax.sip.message.MessageFactory
-
Creates a new Response message of type specified by the statusCode
paramater, containing the mandatory headers of the message with a body
in the form of a byte array and the body content type.
- createResponse(int, CallIdHeader, CSeqHeader, FromHeader, ToHeader, List, MaxForwardsHeader) - Method in interface android.javax.sip.message.MessageFactory
-
Creates a new Response message of type specified by the statusCode
paramater, containing the mandatory headers of the message.
- createResponse(int, Request, ContentTypeHeader, Object) - Method in interface android.javax.sip.message.MessageFactory
-
Creates a new Response message of type specified by the statusCode
paramater, based on a specific Request with a new body in the form of a
Java object and the body content type.
- createResponse(int, Request, ContentTypeHeader, byte[]) - Method in interface android.javax.sip.message.MessageFactory
-
Creates a new Response message of type specified by the statusCode
paramater, based on a specific Request with a new body in the form of a
byte array and the body content type.
- createResponse(int, Request) - Method in interface android.javax.sip.message.MessageFactory
-
Creates a new Response message of type specified by the statusCode
paramater, based on a specific Request message.
- createResponse(String) - Method in interface android.javax.sip.message.MessageFactory
-
Creates a Response from a String.
- createRetryAfterHeader(int) - Method in class android.gov.nist.javax.sip.header.HeaderFactoryImpl
-
Creates a new RetryAfterHeader based on the newly supplied retryAfter
value.
- createRetryAfterHeader(int) - Method in interface android.javax.sip.header.HeaderFactory
-
Creates a new RetryAfterHeader based on the newly supplied retryAfter
value.
- createRouteHeader(Address) - Method in class android.gov.nist.javax.sip.header.HeaderFactoryImpl
-
Creates a new RouteHeader based on the newly supplied address value.
- createRouteHeader(Address) - Method in interface android.javax.sip.header.HeaderFactory
-
Creates a new RouteHeader based on the newly supplied address value.
- createRSeqHeader(int) - Method in class android.gov.nist.javax.sip.header.HeaderFactoryImpl
-
Deprecated.
- createRSeqHeader(long) - Method in class android.gov.nist.javax.sip.header.HeaderFactoryImpl
-
Creates a new RSeqHeader based on the newly supplied sequenceNumber value.
- createRSeqHeader(int) - Method in interface android.javax.sip.header.HeaderFactory
-
Creates a new RSeqHeader based on the newly supplied sequenceNumber value.
- createSecurityClientHeader() - Method in interface android.gov.nist.javax.sip.header.HeaderFactoryExt
-
Security-Client header
- createSecurityClientHeader() - Method in class android.gov.nist.javax.sip.header.HeaderFactoryImpl
-
Security-Client header
- createSecurityServerHeader() - Method in interface android.gov.nist.javax.sip.header.HeaderFactoryExt
-
Security-Server header
- createSecurityServerHeader() - Method in class android.gov.nist.javax.sip.header.HeaderFactoryImpl
-
Security-Server header
- createSecurityVerifyHeader() - Method in interface android.gov.nist.javax.sip.header.HeaderFactoryExt
-
Security-Verify header
- createSecurityVerifyHeader() - Method in class android.gov.nist.javax.sip.header.HeaderFactoryImpl
-
Security-Verify header
- createServerHeader(List) - Method in class android.gov.nist.javax.sip.header.HeaderFactoryImpl
-
Creates a new ServerHeader based on the newly supplied product value.
- createServerHeader(List) - Method in interface android.javax.sip.header.HeaderFactory
-
Creates a new ServerHeader based on the newly supplied List of product
values.
- createServerSocket(int, int, InetAddress) - Method in class android.gov.nist.core.net.DefaultNetworkLayer
-
- createServerSocket(int, int, InetAddress) - Method in interface android.gov.nist.core.net.NetworkLayer
-
Creates a server with the specified port, listen backlog, and local IP address to bind to.
- createServerSocket(int, int, InetAddress) - Method in class android.gov.nist.core.net.SslNetworkLayer
-
- createServerTransaction(MessageChannel) - Method in class android.gov.nist.javax.sip.stack.SIPTransactionStack
-
Creates a server transaction that encapsulates a MessageChannel.
- createServiceRouteHeader(Address) - Method in interface android.gov.nist.javax.sip.header.HeaderFactoryExt
-
Service-Route header
- createServiceRouteHeader(Address) - Method in class android.gov.nist.javax.sip.header.HeaderFactoryImpl
-
Service-Route header
- createSessionDescription() - Method in class android.javax.sdp.SdpFactory
-
Creates a new, empty SessionDescription.
- createSessionDescription(SessionDescription) - Method in class android.javax.sdp.SdpFactory
-
Creates a new SessionDescription, deep copy of another
SessionDescription.
- createSessionDescription(String) - Method in class android.javax.sdp.SdpFactory
-
Creates a SessionDescription populated with the information contained
within the string parameter.
- createSessionExpiresHeader(int) - Method in interface android.gov.nist.javax.sip.header.HeaderFactoryExt
-
Creates a new SessionExpiresHeader based on the newly supplied expires value.
- createSessionExpiresHeader(int) - Method in class android.gov.nist.javax.sip.header.HeaderFactoryImpl
-
Creates a new SessionExpiresHeader based on the newly supplied expires value.
- createSessionName(String) - Method in class android.javax.sdp.SdpFactory
-
Returns SessionName object with the specified name.
- createSIPETagHeader(String) - Method in class android.gov.nist.javax.sip.header.HeaderFactoryImpl
-
- createSIPETagHeader(String) - Method in interface android.javax.sip.header.HeaderFactory
-
Creates a new SIP-ETag header with the supplied tag value
- createSIPIfMatchHeader(String) - Method in class android.gov.nist.javax.sip.header.HeaderFactoryImpl
-
- createSIPIfMatchHeader(String) - Method in interface android.javax.sip.header.HeaderFactory
-
Creates a new SIP-If-Match header with the supplied tag value
- createSipProvider(ListeningPoint) - Method in class android.gov.nist.javax.sip.SipStackImpl
-
- createSipProvider(ListeningPoint) - Method in interface android.javax.sip.SipStack
-
Creates a new peer SipProvider on this SipStack on a specified
ListeningPoint and returns a reference to the newly created SipProvider
object.
- createSipStack(Properties) - Method in class android.javax.sip.SipFactory
-
Creates an instance of a SipStack implementation based on the
configuration properties object passed to this method.
- createSipURI(String) - Method in interface android.gov.nist.javax.sip.address.AddressFactoryEx
-
Creates SipURI instance from passed string.
- createSipURI(String) - Method in class android.gov.nist.javax.sip.address.AddressFactoryImpl
-
create a sip uri.
- createSipURI(String, String) - Method in class android.gov.nist.javax.sip.address.AddressFactoryImpl
-
Create a SipURI
- createSipURI(String, String) - Method in interface android.javax.sip.address.AddressFactory
-
Creates a SipURI based on the given user and host components.
- createSocket(InetAddress, int) - Method in class android.gov.nist.core.net.DefaultNetworkLayer
-
- createSocket(InetAddress, int, InetAddress) - Method in class android.gov.nist.core.net.DefaultNetworkLayer
-
- createSocket(InetAddress, int, InetAddress, int) - Method in class android.gov.nist.core.net.DefaultNetworkLayer
-
Creates a new Socket, binds it to myAddress:myPort and connects it to
address:port.
- createSocket(InetAddress, int) - Method in interface android.gov.nist.core.net.NetworkLayer
-
Creates a stream socket and connects it to the specified port number at the specified IP address.
- createSocket(InetAddress, int, InetAddress) - Method in interface android.gov.nist.core.net.NetworkLayer
-
Creates a stream socket and connects it to the specified port number at the specified IP address.
- createSocket(InetAddress, int, InetAddress, int) - Method in interface android.gov.nist.core.net.NetworkLayer
-
Creates a new Socket, binds it to myAddress:myPort and connects it to
address:port.
- createSocket(InetAddress, int) - Method in class android.gov.nist.core.net.SslNetworkLayer
-
- createSocket(InetAddress, int, InetAddress) - Method in class android.gov.nist.core.net.SslNetworkLayer
-
- createSocket(InetAddress, int, InetAddress, int) - Method in class android.gov.nist.core.net.SslNetworkLayer
-
Creates a new Socket, binds it to myAddress:myPort and connects it to
address:port.
- createSSLServerSocket(int, int, InetAddress) - Method in class android.gov.nist.core.net.DefaultNetworkLayer
-
- createSSLServerSocket(int, int, InetAddress) - Method in interface android.gov.nist.core.net.NetworkLayer
-
Creates an SSL server with the specified port, listen backlog, and local IP address to bind to.
- createSSLServerSocket(int, int, InetAddress) - Method in class android.gov.nist.core.net.SslNetworkLayer
-
- createSSLSocket(InetAddress, int) - Method in class android.gov.nist.core.net.DefaultNetworkLayer
-
- createSSLSocket(InetAddress, int, InetAddress) - Method in class android.gov.nist.core.net.DefaultNetworkLayer
-
- createSSLSocket(InetAddress, int) - Method in interface android.gov.nist.core.net.NetworkLayer
-
Creates a stream SSL socket and connects it to the specified port number at the specified IP address.
- createSSLSocket(InetAddress, int, InetAddress) - Method in interface android.gov.nist.core.net.NetworkLayer
-
Creates a stream SSL socket and connects it to the specified port number at the specified IP address.
- createSSLSocket(InetAddress, int) - Method in class android.gov.nist.core.net.SslNetworkLayer
-
- createSSLSocket(InetAddress, int, InetAddress) - Method in class android.gov.nist.core.net.SslNetworkLayer
-
- createStatusLine(String) - Method in interface android.gov.nist.javax.sip.header.HeaderFactoryExt
-
Create a StatusLine from a String.
- createStatusLine(String) - Method in class android.gov.nist.javax.sip.header.HeaderFactoryImpl
-
Create a new StatusLine from a String.
- createSubjectHeader(String) - Method in class android.gov.nist.javax.sip.header.HeaderFactoryImpl
-
Creates a new SubjectHeader based on the newly supplied subject value.
- createSubjectHeader(String) - Method in interface android.javax.sip.header.HeaderFactory
-
Creates a new SubjectHeader based on the newly supplied subject value.
- createSubscriptionStateHeader(String) - Method in class android.gov.nist.javax.sip.header.HeaderFactoryImpl
-
Creates a new SubscriptionStateHeader based on the newly supplied
subscriptionState value.
- createSubscriptionStateHeader(String) - Method in interface android.javax.sip.header.HeaderFactory
-
Creates a new SubscriptionStateHeader based on the newly supplied
subscriptionState value.
- createSupportedHeader(String) - Method in class android.gov.nist.javax.sip.header.HeaderFactoryImpl
-
Creates a new SupportedHeader based on the newly supplied optionTag
value.
- createSupportedHeader(String) - Method in interface android.javax.sip.header.HeaderFactory
-
Creates a new SupportedHeader based on the newly supplied optionTag
value.
- createTelURL(String) - Method in class android.gov.nist.javax.sip.address.AddressFactoryImpl
-
Creates a TelURL based on given URI string.
- createTelURL(String) - Method in interface android.javax.sip.address.AddressFactory
-
Creates a TelURL based on given URI string.
- createTime(Date, Date) - Method in class android.javax.sdp.SdpFactory
-
Returns a Time specification with the specified start and stop times.
- createTime() - Method in class android.javax.sdp.SdpFactory
-
Returns an unbounded Time specification (i.e., "t=0 0").
- createTimeDescription(Time) - Method in class android.javax.sdp.SdpFactory
-
Returns TimeDescription object with the specified properties.
- createTimeDescription() - Method in class android.javax.sdp.SdpFactory
-
Returns TimeDescription unbounded (i.e.
- createTimeDescription(Date, Date) - Method in class android.javax.sdp.SdpFactory
-
Returns TimeDescription object with the specified properties.
- createTimeStampHeader(float) - Method in class android.gov.nist.javax.sip.header.HeaderFactoryImpl
-
Creates a new TimeStampHeader based on the newly supplied timeStamp value.
- createTimeStampHeader(float) - Method in interface android.javax.sip.header.HeaderFactory
-
Creates a new TimeStampHeader based on the newly supplied timeStamp value.
- createTimeZoneAdjustment(Date, int) - Method in class android.javax.sdp.SdpFactory
-
Constructs a timezone adjustment record.
- createToHeader(Address, String) - Method in class android.gov.nist.javax.sip.header.HeaderFactoryImpl
-
Creates a new ToHeader based on the newly supplied address and
tag values.
- createToHeader(Address, String) - Method in interface android.javax.sip.header.HeaderFactory
-
Creates a new ToHeader based on the newly supplied address and
tag values.
- createUnsupportedHeader(String) - Method in class android.gov.nist.javax.sip.header.HeaderFactoryImpl
-
Creates a new UnsupportedHeader based on the newly supplied optionTag
value.
- createUnsupportedHeader(String) - Method in interface android.javax.sip.header.HeaderFactory
-
Creates a new UnsupportedHeader based on the newly supplied optionTag
value.
- createURI(String) - Method in class android.gov.nist.javax.sip.address.AddressFactoryImpl
-
Creates a URI based on given URI string.
- createURI(URL) - Method in class android.javax.sdp.SdpFactory
-
Returns URI object with the specified value.
- createURI(String) - Method in interface android.javax.sip.address.AddressFactory
-
Creates a URI based on given URI string.
- createUserAgentHeader(List) - Method in class android.gov.nist.javax.sip.header.HeaderFactoryImpl
-
Creates a new UserAgentHeader based on the newly supplied product value.
- createUserAgentHeader(List) - Method in interface android.javax.sip.header.HeaderFactory
-
Creates a new UserAgentHeader based on the newly supplied List of product
values.
- createVersion(int) - Method in class android.javax.sdp.SdpFactory
-
Returns Version object with the specified values.
- createViaHeader(String, int, String, String) - Method in class android.gov.nist.javax.sip.header.HeaderFactoryImpl
-
Creates a new ViaHeader based on the newly supplied uri and branch values.
- createViaHeader() - Method in interface android.gov.nist.javax.sip.ListeningPointExt
-
Create a Via header for this listening point.
- createViaHeader() - Method in class android.gov.nist.javax.sip.ListeningPointImpl
-
- createViaHeader(String, int, String, String) - Method in interface android.javax.sip.header.HeaderFactory
-
Creates a new ViaHeader based on the newly supplied uri and branch values.
- createWarningHeader(String, int, String) - Method in class android.gov.nist.javax.sip.header.HeaderFactoryImpl
-
Creates a new WarningHeader based on the newly supplied
agent, code and comment values.
- createWarningHeader(String, int, String) - Method in interface android.javax.sip.header.HeaderFactory
-
Creates a new WarningHeader based on the newly supplied
agent, code and comment values.
- createWWWAuthenticateHeader(String) - Method in class android.gov.nist.javax.sip.header.HeaderFactoryImpl
-
Creates a new WWWAuthenticateHeader based on the newly supplied
scheme value.
- createWWWAuthenticateHeader(String) - Method in interface android.javax.sip.header.HeaderFactory
-
Creates a new WWWAuthenticateHeader based on the newly supplied
scheme value.
- Credentials - Class in android.gov.nist.javax.sip.header
-
Credentials that are used in authentication and authorization headers.
- Credentials() - Constructor for class android.gov.nist.javax.sip.header.Credentials
-
Default constructor
- CSeq - Class in android.gov.nist.javax.sip.header
-
CSeq SIP Header.
- CSeq() - Constructor for class android.gov.nist.javax.sip.header.CSeq
-
Constructor.
- CSeq(long, String) - Constructor for class android.gov.nist.javax.sip.header.CSeq
-
Constructor given the sequence number and method.
- CSEQ - Static variable in interface android.gov.nist.javax.sip.header.SIPHeaderNames
-
- CSEQ - Static variable in interface android.gov.nist.javax.sip.parser.TokenTypes
-
- cSeqHeader - Variable in class android.gov.nist.javax.sip.message.SIPMessage
-
- CSeqHeader - Interface in android.javax.sip.header
-
A CSeq header field in a request contains a single decimal sequence number
and the request method.
- cSeqNumber - Variable in class android.gov.nist.javax.sip.header.RAck
-
- CSeqParser - Class in android.gov.nist.javax.sip.parser
-
Parser for CSeq headers.
- CSeqParser(String) - Constructor for class android.gov.nist.javax.sip.parser.CSeqParser
-
- CSeqParser(Lexer) - Constructor for class android.gov.nist.javax.sip.parser.CSeqParser
-
- CT - Static variable in interface android.javax.sdp.BandWidth
-
"Conference Total" bandwidth modifier, "CT".
- currentLexer - Variable in class android.gov.nist.core.LexerCore
-
- currentLexerName - Variable in class android.gov.nist.core.LexerCore
-
- currentMatch - Variable in class android.gov.nist.core.LexerCore
-
- E - Static variable in interface android.gov.nist.javax.sip.parser.TokenNames
-
- EALG - Static variable in interface android.gov.nist.javax.sip.header.ims.ParameterNamesIms
-
- EARLY - Static variable in class android.javax.sip.DialogState
-
This constant value indicates that the dialog state is "Early".
- EARLY_STATE - Static variable in class android.gov.nist.javax.sip.stack.SIPDialog
-
- EARLY_STATE_TIMEOUT - Static variable in class android.gov.nist.javax.sip.stack.SIPDialogErrorEvent
-
- earlyDialogId - Variable in class android.gov.nist.javax.sip.stack.SIPDialog
-
- earlyDialogTable - Variable in class android.gov.nist.javax.sip.stack.SIPTransactionStack
-
- earlyDialogTimeout - Variable in class android.gov.nist.javax.sip.stack.SIPTransactionStack
-
- ECF - Static variable in interface android.gov.nist.javax.sip.header.ims.ParameterNamesIms
-
- Email - Class in android.gov.nist.javax.sdp.fields
-
Email address record.
- Email() - Constructor for class android.gov.nist.javax.sdp.fields.Email
-
- email - Variable in class android.gov.nist.javax.sdp.fields.EmailAddress
-
- EMail - Interface in android.javax.sdp
-
An EMail represents an e= field contained within a SessionDescription.
- EMAIL_FIELD - Static variable in interface android.gov.nist.javax.sdp.fields.SDPFieldNames
-
- EmailAddress - Class in android.gov.nist.javax.sdp.fields
-
email address field of the SDP header.
- EmailAddress() - Constructor for class android.gov.nist.javax.sdp.fields.EmailAddress
-
- emailAddress - Variable in class android.gov.nist.javax.sdp.fields.EmailField
-
- EmailField - Class in android.gov.nist.javax.sdp.fields
-
email field in the SDP announce.
- EmailField() - Constructor for class android.gov.nist.javax.sdp.fields.EmailField
-
- emailField() - Method in class android.gov.nist.javax.sdp.parser.EmailFieldParser
-
- EmailFieldParser - Class in android.gov.nist.javax.sdp.parser
-
Parser for Email Field
- EmailFieldParser(String) - Constructor for class android.gov.nist.javax.sdp.parser.EmailFieldParser
-
Creates new EmailFieldParser
- emailList - Variable in class android.gov.nist.javax.sdp.SessionDescriptionImpl
-
- EMERGENCY - Static variable in interface android.gov.nist.javax.sip.header.ParameterNames
-
- EMERGENCY - Static variable in class android.gov.nist.javax.sip.header.Priority
-
constant EMERGENCY field
- EMERGENCY - Static variable in interface android.javax.sip.header.PriorityHeader
-
Emergency priority constant - It is RECOMMENDED that the value of
"emergency" only be used when life, limb, or property are in imminent
danger.
- EMPTY_BUFFER - Static variable in class android.gov.nist.javax.sip.stack.SSLStateMachine
-
- enableLogging() - Method in class android.gov.nist.core.CommonLogger
-
- enableLogging() - Method in class android.gov.nist.core.CommonLoggerLog4j
-
Enable logging (globally).
- enableLogging() - Method in class android.gov.nist.core.LogWriter
-
Enable logging (globally).
- enableLogging() - Method in interface android.gov.nist.core.StackLogger
-
Enable logging (globally).
- enableLogging() - Method in class android.gov.nist.javax.sip.stack.SIPTransactionStack
-
Globally enable message logging ( for debugging)
- enableRetransmissionAlerts() - Method in interface android.gov.nist.javax.sip.stack.SIPServerTransaction
-
- enableRetransmissionAlerts() - Method in class android.gov.nist.javax.sip.stack.SIPServerTransactionImpl
-
- enableRetransmissionAlerts() - Method in interface android.javax.sip.ServerTransaction
-
Enable the timeout retransmit notifications for the ServerTransaction.
- enableRetransmissionTimer() - Method in class android.gov.nist.javax.sip.stack.SIPTransactionImpl
-
Enables retransmission timer events for this transaction to begin in one
tick.
- enableRetransmissionTimer(int) - Method in class android.gov.nist.javax.sip.stack.SIPTransactionImpl
-
Enables retransmission timer events for this transaction to begin after
the number of ticks passed to this routine.
- enableTimeoutTimer(int) - Method in class android.gov.nist.javax.sip.stack.SIPTransactionImpl
-
Enables a timeout event to occur for this transaction after the number of
ticks passed to this method.
- encapsulatedChannel - Variable in class android.gov.nist.javax.sip.stack.SIPTransactionImpl
-
- encode() - Method in class android.gov.nist.core.DuplicateNameValueList
-
Encode the list in semicolon separated form.
- encode(StringBuilder) - Method in class android.gov.nist.core.DuplicateNameValueList
-
- encode() - Method in class android.gov.nist.core.GenericObject
-
Get the string encoded version of this object
- encode(StringBuilder) - Method in class android.gov.nist.core.GenericObject
-
Put the encoded version of this object in the given StringBuilder.
- encode() - Method in class android.gov.nist.core.GenericObjectList
-
Encode the list in semicolon separated form.
- encode() - Method in class android.gov.nist.core.Host
-
Return the host name in encoded form.
- encode(StringBuilder) - Method in class android.gov.nist.core.Host
-
- encode() - Method in class android.gov.nist.core.HostPort
-
Encode this hostport into its string representation.
- encode(StringBuilder) - Method in class android.gov.nist.core.HostPort
-
- encode() - Method in class android.gov.nist.core.NameValue
-
Get the encoded representation of this namevalue object.
- encode(StringBuilder) - Method in class android.gov.nist.core.NameValue
-
- encode() - Method in class android.gov.nist.core.NameValueList
-
Encode the list in semicolon separated form.
- encode(StringBuilder) - Method in class android.gov.nist.core.NameValueList
-
- encode() - Method in class android.gov.nist.javax.sdp.fields.AttributeField
-
Get the string encoded version of this object
- encode() - Method in class android.gov.nist.javax.sdp.fields.BandwidthField
-
Get the string encoded version of this object
- encode() - Method in class android.gov.nist.javax.sdp.fields.ConnectionAddress
-
Get the string encoded version of this object
- encode() - Method in class android.gov.nist.javax.sdp.fields.ConnectionField
-
Get the string encoded version of this object
- encode() - Method in class android.gov.nist.javax.sdp.fields.Email
-
Get the string encoded version of this object
- encode() - Method in class android.gov.nist.javax.sdp.fields.EmailAddress
-
Get the string encoded version of this object
- encode() - Method in class android.gov.nist.javax.sdp.fields.EmailField
-
Get the string encoded version of this object
- encode() - Method in class android.gov.nist.javax.sdp.fields.InformationField
-
Get the string encoded version of this object
- encode() - Method in class android.gov.nist.javax.sdp.fields.KeyField
-
Get the string encoded version of this object
- encode() - Method in class android.gov.nist.javax.sdp.fields.MediaField
-
Get the string encoded version of this object
- encode() - Method in class android.gov.nist.javax.sdp.fields.OriginField
-
Get the string encoded version of this object
- encode() - Method in class android.gov.nist.javax.sdp.fields.PhoneField
-
Get the string encoded version of this object
- encode() - Method in class android.gov.nist.javax.sdp.fields.ProtoVersionField
-
Get the string encoded version of this object
- encode() - Method in class android.gov.nist.javax.sdp.fields.RepeatField
-
- encode() - Method in class android.gov.nist.javax.sdp.fields.SDPField
-
- encode() - Method in class android.gov.nist.javax.sdp.fields.SDPFieldList
-
Encode into a canonical string.
- encode() - Method in class android.gov.nist.javax.sdp.fields.SDPFormat
-
- encode() - Method in class android.gov.nist.javax.sdp.fields.SDPObject
-
- encode() - Method in class android.gov.nist.javax.sdp.fields.SDPObjectList
-
- encode() - Method in class android.gov.nist.javax.sdp.fields.SessionNameField
-
Get the string encoded version of this object
- encode() - Method in class android.gov.nist.javax.sdp.fields.TimeField
-
Get the string encoded version of this object
- encode() - Method in class android.gov.nist.javax.sdp.fields.TypedTime
-
- encode() - Method in class android.gov.nist.javax.sdp.fields.URIField
-
Get the string encoded version of this object
- encode() - Method in class android.gov.nist.javax.sdp.fields.ZoneAdjustment
-
Encode this structure into canonical form.
- encode() - Method in class android.gov.nist.javax.sdp.fields.ZoneField
-
Encode this structure into a canonical form.
- encode() - Method in class android.gov.nist.javax.sdp.MediaDescriptionImpl
-
Encode to a canonical form.
- encode() - Method in class android.gov.nist.javax.sip.address.AddressImpl
-
Encode the address as a string and return it.
- encode(StringBuilder) - Method in class android.gov.nist.javax.sip.address.AddressImpl
-
- encode() - Method in class android.gov.nist.javax.sip.address.Authority
-
Return the host name in encoded form.
- encode(StringBuilder) - Method in class android.gov.nist.javax.sip.address.Authority
-
- encode() - Method in class android.gov.nist.javax.sip.address.GenericURI
-
Encode the URI.
- encode(StringBuilder) - Method in class android.gov.nist.javax.sip.address.GenericURI
-
- encode() - Method in class android.gov.nist.javax.sip.address.SipUri
-
Construct a URL from the parsed structure.
- encode(StringBuilder) - Method in class android.gov.nist.javax.sip.address.SipUri
-
- encode() - Method in class android.gov.nist.javax.sip.address.TelephoneNumber
-
- encode(StringBuilder) - Method in class android.gov.nist.javax.sip.address.TelephoneNumber
-
- encode() - Method in class android.gov.nist.javax.sip.address.TelURLImpl
-
- encode(StringBuilder) - Method in class android.gov.nist.javax.sip.address.TelURLImpl
-
- encode() - Method in class android.gov.nist.javax.sip.address.UserInfo
-
Encode the user information as a string.
- encode(StringBuilder) - Method in class android.gov.nist.javax.sip.address.UserInfo
-
- encode() - Method in class android.gov.nist.javax.sip.header.CallIdentifier
-
Get the encoded version of this id.
- encode(StringBuilder) - Method in class android.gov.nist.javax.sip.header.CallIdentifier
-
- encode() - Method in class android.gov.nist.javax.sip.header.Challenge
-
Encode the challenge in canonical form.
- encode() - Method in class android.gov.nist.javax.sip.header.Credentials
-
- encode() - Method in class android.gov.nist.javax.sip.header.CSeq
-
Return canonical encoded header.
- encode() - Method in class android.gov.nist.javax.sip.header.ExtensionHeaderImpl
-
Return the canonical encoding of this header.
- encode() - Method in class android.gov.nist.javax.sip.header.ExtensionHeaderList
-
- encode() - Method in class android.gov.nist.javax.sip.header.MediaRange
-
Encode the object.
- encode(StringBuilder) - Method in class android.gov.nist.javax.sip.header.MediaRange
-
- encode() - Method in class android.gov.nist.javax.sip.header.Protocol
-
Return canonical form.
- encode(StringBuilder) - Method in class android.gov.nist.javax.sip.header.Protocol
-
- encode() - Method in class android.gov.nist.javax.sip.header.ReplyTo
-
Encode the header into a String.
- encode() - Method in class android.gov.nist.javax.sip.header.RequestLine
-
Encode the request line as a String.
- encode(StringBuilder) - Method in class android.gov.nist.javax.sip.header.RequestLine
-
- encode() - Method in class android.gov.nist.javax.sip.header.RouteList
-
- encode(StringBuilder) - Method in class android.gov.nist.javax.sip.header.SIPDate
-
Get canonical string representation.
- encode() - Method in class android.gov.nist.javax.sip.header.SIPHeader
-
Encode this header into canonical form.
- encode(StringBuilder) - Method in class android.gov.nist.javax.sip.header.SIPHeader
-
- encode() - Method in class android.gov.nist.javax.sip.header.SIPHeaderList
-
Encode a list of sip headers.
- encode(StringBuilder) - Method in class android.gov.nist.javax.sip.header.SIPHeaderList
-
- encode() - Method in class android.gov.nist.javax.sip.header.SIPObject
-
Encode the header into a String.
- encode(StringBuilder) - Method in class android.gov.nist.javax.sip.header.SIPObject
-
Encode the header into the given StringBuilder.
- encode() - Method in class android.gov.nist.javax.sip.header.StatusLine
-
Encode into a canonical form.
- encode() - Method in class android.gov.nist.javax.sip.header.Supported
-
Return canonical form of the header.
- encode() - Method in class android.gov.nist.javax.sip.header.To
-
Encode the header into a String.
- encode() - Method in class android.gov.nist.javax.sip.message.MessageObject
-
- encode() - Method in class android.gov.nist.javax.sip.message.SIPMessage
-
Encode this message as a string.
- encode() - Method in class android.gov.nist.javax.sip.message.SIPRequest
-
Encode the SIP Request as a string.
- encode() - Method in class android.gov.nist.javax.sip.message.SIPResponse
-
Encode the SIP Request as a string.
- ENCODE - Static variable in class android.gov.nist.javax.sip.stack.Base64
-
Specify encoding in first bit.
- encode(ByteBuffer, ByteBuffer) - Static method in class android.gov.nist.javax.sip.stack.Base64
-
Performs Base64 encoding on the raw ByteBuffer,
writing it to the encoded ByteBuffer.
- encode(ByteBuffer, CharBuffer) - Static method in class android.gov.nist.javax.sip.stack.Base64
-
Performs Base64 encoding on the raw ByteBuffer,
writing it to the encoded CharBuffer.
- encode(byte[], int, boolean, boolean) - Static method in class android.gov.nist.javax.sip.stack.WebSocketCodec
-
- encode(byte[], int, boolean, boolean, byte) - Static method in class android.gov.nist.javax.sip.stack.WebSocketCodec
-
- encodeAsBytes(String) - Method in class android.gov.nist.javax.sip.message.SIPMessage
-
Encode the message as a byte array.
- encodeAsBytes(String) - Method in class android.gov.nist.javax.sip.message.SIPRequest
-
Encode this into a byte array.
- encodeAsBytes(String) - Method in class android.gov.nist.javax.sip.message.SIPResponse
-
Encode this into a byte array.
- encodeBody() - Method in class android.gov.nist.javax.sip.header.Accept
-
Encode the value of this header into cannonical form.
- encodeBody(StringBuilder) - Method in class android.gov.nist.javax.sip.header.Accept
-
- encodeBody() - Method in class android.gov.nist.javax.sip.header.AcceptEncoding
-
Encode the value of this header.
- encodeBody(StringBuilder) - Method in class android.gov.nist.javax.sip.header.AcceptEncoding
-
- encodeBody(StringBuilder) - Method in class android.gov.nist.javax.sip.header.AcceptLanguage
-
Encode the value of this header to a string.
- encodeBody(StringBuilder) - Method in class android.gov.nist.javax.sip.header.AlertInfo
-
Return value encoding in canonical form.
- encodeBody(StringBuilder) - Method in class android.gov.nist.javax.sip.header.Allow
-
Return body encoded in canonical form.
- encodeBody(StringBuilder) - Method in class android.gov.nist.javax.sip.header.AllowEvents
-
Return body encoded in canonical form.
- encodeBody(StringBuilder) - Method in class android.gov.nist.javax.sip.header.AuthenticationHeader
-
Encode in canonical form.
- encodeBody(StringBuilder) - Method in class android.gov.nist.javax.sip.header.AuthenticationInfo
-
Value of header encoded in canonical form.
- encodeBody() - Method in class android.gov.nist.javax.sip.header.CallID
-
Encode the body part of this header (i.e.
- encodeBody(StringBuilder) - Method in class android.gov.nist.javax.sip.header.CallID
-
- encodeBody() - Method in class android.gov.nist.javax.sip.header.CallInfo
-
Return canonical representation.
- encodeBody(StringBuilder) - Method in class android.gov.nist.javax.sip.header.CallInfo
-
- encodeBody() - Method in class android.gov.nist.javax.sip.header.Contact
-
Encode body of the header into a cannonical String.
- encodeBody(StringBuilder) - Method in class android.gov.nist.javax.sip.header.Contact
-
- encodeBody(StringBuilder) - Method in class android.gov.nist.javax.sip.header.ContentDisposition
-
Encode value of header into canonical string.
- encodeBody(StringBuilder) - Method in class android.gov.nist.javax.sip.header.ContentEncoding
-
Canonical encoding of body of the header.
- encodeBody(StringBuilder) - Method in class android.gov.nist.javax.sip.header.ContentLanguage
-
Canonical encoding of the value of the header.
- encodeBody() - Method in class android.gov.nist.javax.sip.header.ContentLength
-
Encode into a canonical string.
- encodeBody(StringBuilder) - Method in class android.gov.nist.javax.sip.header.ContentLength
-
- encodeBody() - Method in class android.gov.nist.javax.sip.header.ContentType
-
Encode into a canonical string.
- encodeBody(StringBuilder) - Method in class android.gov.nist.javax.sip.header.ContentType
-
- encodeBody() - Method in class android.gov.nist.javax.sip.header.CSeq
-
Return canonical header content.
- encodeBody(StringBuilder) - Method in class android.gov.nist.javax.sip.header.CSeq
-
- encodeBody(StringBuilder) - Method in class android.gov.nist.javax.sip.header.ErrorInfo
-
Encode into canonical form.
- encodeBody() - Method in class android.gov.nist.javax.sip.header.Event
-
Encode in canonical form.
- encodeBody(StringBuilder) - Method in class android.gov.nist.javax.sip.header.Event
-
- encodeBody() - Method in class android.gov.nist.javax.sip.header.Expires
-
Return canonical form.
- encodeBody(StringBuilder) - Method in class android.gov.nist.javax.sip.header.Expires
-
- encodeBody(StringBuilder) - Method in class android.gov.nist.javax.sip.header.ExtensionHeaderImpl
-
Return the canonical encoding of this header.
- encodeBody() - Method in class android.gov.nist.javax.sip.header.ExtensionHeaderImpl
-
Return just the body of this header encoded (leaving out the
name and the CRLF at the end).
- encodeBody(StringBuilder) - Method in class android.gov.nist.javax.sip.header.extensions.Join
-
Encode the body part of this header (i.e.
- encodeBody(StringBuilder) - Method in class android.gov.nist.javax.sip.header.extensions.MinSE
-
Return canonical form.
- encodeBody(StringBuilder) - Method in class android.gov.nist.javax.sip.header.extensions.References
-
- encodeBody(StringBuilder) - Method in class android.gov.nist.javax.sip.header.extensions.ReferredBy
-
Encode the header content into a String.
- encodeBody(StringBuilder) - Method in class android.gov.nist.javax.sip.header.extensions.Replaces
-
Encode the body part of this header (i.e.
- encodeBody(StringBuilder) - Method in class android.gov.nist.javax.sip.header.extensions.SessionExpires
-
Encode the header content into a String.
- encodeBody() - Method in class android.gov.nist.javax.sip.header.From
-
Encode the header content into a String.
- encodeBody(StringBuilder) - Method in class android.gov.nist.javax.sip.header.From
-
- encodeBody() - Method in class android.gov.nist.javax.sip.header.ims.AddressHeaderIms
-
- encodeBody(StringBuilder) - Method in class android.gov.nist.javax.sip.header.ims.PAccessNetworkInfo
-
- encodeBody(StringBuilder) - Method in class android.gov.nist.javax.sip.header.ims.PAssertedIdentity
-
Encode into canonical form.
- encodeBody(StringBuilder) - Method in class android.gov.nist.javax.sip.header.ims.PAssertedService
-
- encodeBody(StringBuilder) - Method in class android.gov.nist.javax.sip.header.ims.PAssociatedURI
-
Encode into canonical form.
- encodeBody(StringBuilder) - Method in class android.gov.nist.javax.sip.header.ims.Path
-
Encode into canonical form.
- encodeBody(StringBuilder) - Method in class android.gov.nist.javax.sip.header.ims.PCalledPartyID
-
Encode into canonical form.
- encodeBody(StringBuilder) - Method in class android.gov.nist.javax.sip.header.ims.PChargingFunctionAddresses
-
- encodeBody(StringBuilder) - Method in class android.gov.nist.javax.sip.header.ims.PChargingVector
-
- encodeBody(StringBuilder) - Method in class android.gov.nist.javax.sip.header.ims.PMediaAuthorization
-
Encode header
- encodeBody(StringBuilder) - Method in class android.gov.nist.javax.sip.header.ims.PPreferredIdentity
-
Encode into canonical form.
- encodeBody(StringBuilder) - Method in class android.gov.nist.javax.sip.header.ims.PPreferredService
-
- encodeBody(StringBuilder) - Method in class android.gov.nist.javax.sip.header.ims.PProfileKey
-
- encodeBody(StringBuilder) - Method in class android.gov.nist.javax.sip.header.ims.Privacy
-
Encode into a canonical string.
- encodeBody(StringBuilder) - Method in class android.gov.nist.javax.sip.header.ims.PServedUser
-
- encodeBody(StringBuilder) - Method in class android.gov.nist.javax.sip.header.ims.PUserDatabase
-
- encodeBody(StringBuilder) - Method in class android.gov.nist.javax.sip.header.ims.PVisitedNetworkID
-
- encodeBody(StringBuilder) - Method in class android.gov.nist.javax.sip.header.ims.SecurityAgree
-
- encodeBody(StringBuilder) - Method in class android.gov.nist.javax.sip.header.ims.ServiceRoute
-
Encode into canonical form.
- encodeBody(StringBuilder) - Method in class android.gov.nist.javax.sip.header.InReplyTo
-
Generate canonical form of the header.
- encodeBody() - Method in class android.gov.nist.javax.sip.header.MaxForwards
-
Encode into a string.
- encodeBody(StringBuilder) - Method in class android.gov.nist.javax.sip.header.MaxForwards
-
- encodeBody(StringBuilder) - Method in class android.gov.nist.javax.sip.header.MimeVersion
-
Return canonical form.
- encodeBody(StringBuilder) - Method in class android.gov.nist.javax.sip.header.MinExpires
-
Return canonical form.
- encodeBody(StringBuilder) - Method in class android.gov.nist.javax.sip.header.Organization
-
Return encoding of value of the header.
- encodeBody(StringBuilder) - Method in class android.gov.nist.javax.sip.header.ParametersHeader
-
- encodeBody(StringBuilder) - Method in class android.gov.nist.javax.sip.header.Priority
-
Encode into canonical form.
- encodeBody(StringBuilder) - Method in class android.gov.nist.javax.sip.header.ProxyRequire
-
Encode in canonical form.
- encodeBody(StringBuilder) - Method in class android.gov.nist.javax.sip.header.RAck
-
Encode the body of this header (the stuff that follows headerName).
- encodeBody(StringBuilder) - Method in class android.gov.nist.javax.sip.header.Reason
-
Encode the body of this header (the stuff that follows headerName).
- encodeBody() - Method in class android.gov.nist.javax.sip.header.RecordRoute
-
Encode into canonical form.
- encodeBody(StringBuilder) - Method in class android.gov.nist.javax.sip.header.RecordRoute
-
- encodeBody(StringBuilder) - Method in class android.gov.nist.javax.sip.header.ReferTo
-
Encode the header content into a String.
- encodeBody(StringBuilder) - Method in class android.gov.nist.javax.sip.header.ReplyTo
-
Encode the header content into a String.
- encodeBody(StringBuilder) - Method in class android.gov.nist.javax.sip.header.Require
-
Encode in canonical form.
- encodeBody(StringBuilder) - Method in class android.gov.nist.javax.sip.header.RetryAfter
-
Encode body of this into cannonical form.
- encodeBody() - Method in class android.gov.nist.javax.sip.header.Route
-
Encode into canonical form.
- encodeBody(StringBuilder) - Method in class android.gov.nist.javax.sip.header.Route
-
- encodeBody(StringBuilder) - Method in class android.gov.nist.javax.sip.header.RSeq
-
Encode the body of this header (the stuff that follows headerName).
- encodeBody(StringBuilder) - Method in class android.gov.nist.javax.sip.header.Server
-
Encode only the body of this header.
- encodeBody(StringBuilder) - Method in class android.gov.nist.javax.sip.header.SIPDateHeader
-
Encode the header into a String.
- encodeBody(StringBuilder) - Method in class android.gov.nist.javax.sip.header.SIPETag
-
Encode into canonical form.
- encodeBody(StringBuilder) - Method in class android.gov.nist.javax.sip.header.SIPHeader
-
Encode the body of this header (the stuff that follows headerName).
- encodeBody() - Method in class android.gov.nist.javax.sip.header.SIPHeaderList
-
Encode the body of this header (the stuff that follows headerName).
- encodeBody(StringBuilder) - Method in class android.gov.nist.javax.sip.header.SIPHeaderList
-
- encodeBody(StringBuilder) - Method in class android.gov.nist.javax.sip.header.SIPIfMatch
-
Encode into canonical form.
- encodeBody(StringBuilder) - Method in class android.gov.nist.javax.sip.header.Subject
-
Generate the canonical form.
- encodeBody() - Method in class android.gov.nist.javax.sip.header.SubscriptionState
-
Just the encoded body of the header.
- encodeBody(StringBuilder) - Method in class android.gov.nist.javax.sip.header.SubscriptionState
-
- encodeBody(StringBuilder) - Method in class android.gov.nist.javax.sip.header.Supported
-
Just the encoded body of the header.
- encodeBody(StringBuilder) - Method in class android.gov.nist.javax.sip.header.TimeStamp
-
Return canonical form of the header.
- encodeBody() - Method in class android.gov.nist.javax.sip.header.To
-
Encode the header content into a String.
- encodeBody(StringBuilder) - Method in class android.gov.nist.javax.sip.header.To
-
- encodeBody(StringBuilder) - Method in class android.gov.nist.javax.sip.header.Unsupported
-
Return a canonical value.
- encodeBody(StringBuilder) - Method in class android.gov.nist.javax.sip.header.UserAgent
-
Encode only the body of this header.
- encodeBody() - Method in class android.gov.nist.javax.sip.header.Via
-
Encode the body of this header (the stuff that follows headerName).
- encodeBody(StringBuilder) - Method in class android.gov.nist.javax.sip.header.Via
-
- encodeBody(StringBuilder) - Method in class android.gov.nist.javax.sip.header.Warning
-
Encode the body of the header (return the stuff following name:).
- encodeBytes(byte[]) - Static method in class android.gov.nist.javax.sip.stack.Base64
-
Encodes a byte array into Base64 notation.
- encodeBytes(byte[], int) - Static method in class android.gov.nist.javax.sip.stack.Base64
-
Encodes a byte array into Base64 notation.
- encodeBytes(byte[], int, int) - Static method in class android.gov.nist.javax.sip.stack.Base64
-
Encodes a byte array into Base64 notation.
- encodeBytes(byte[], int, int, int) - Static method in class android.gov.nist.javax.sip.stack.Base64
-
Encodes a byte array into Base64 notation.
- encodeBytesToBytes(byte[]) - Static method in class android.gov.nist.javax.sip.stack.Base64
-
- encodeBytesToBytes(byte[], int, int, int) - Static method in class android.gov.nist.javax.sip.stack.Base64
-
- encodeFileToFile(String, String) - Static method in class android.gov.nist.javax.sip.stack.Base64
-
Reads infile and encodes it to outfile.
- encodeFromFile(String) - Static method in class android.gov.nist.javax.sip.stack.Base64
-
Convenience method for reading a binary file
and base64-encoding it.
- encodeMessage(StringBuilder) - Method in class android.gov.nist.javax.sip.message.SIPMessage
-
Encode all the headers except the contents.
- encodeMessage(StringBuilder) - Method in class android.gov.nist.javax.sip.message.SIPRequest
-
Encode only the headers and not the content.
- encodeMessage(StringBuilder) - Method in class android.gov.nist.javax.sip.message.SIPResponse
-
Encode the message except for the body.
- encodeObject(Serializable) - Static method in class android.gov.nist.javax.sip.stack.Base64
-
Serializes an object and returns the Base64-encoded
version of that serialized object.
- encodeObject(Serializable, int) - Static method in class android.gov.nist.javax.sip.stack.Base64
-
Serializes an object and returns the Base64-encoded
version of that serialized object.
- encodeSIPHeaders(StringBuilder) - Method in class android.gov.nist.javax.sip.message.SIPMessage
-
Encode only the message and exclude the contents (for debugging);
- encodeToFile(byte[], String) - Static method in class android.gov.nist.javax.sip.stack.Base64
-
Convenience method for encoding data to a file.
- Encoding - Interface in android.javax.sip.header
-
This interface represents encoding methods for any header that contains an
encoding value.
- ENCRYPTION - Static variable in interface android.gov.nist.javax.sip.parser.TokenTypes
-
- END - Static variable in class android.gov.nist.core.LexerCore
-
- END - Static variable in interface android.gov.nist.javax.sip.parser.TokenTypes
-
- enforceTlsPolicy(ClientTransactionExt) - Method in class android.gov.nist.javax.sip.stack.DefaultTlsSecurityPolicy
-
Enforce any application-specific security policy for TLS clients.
- enforceTlsPolicy(ClientTransactionExt) - Method in interface android.gov.nist.javax.sip.TlsSecurityPolicy
-
Enforce any application-specific security policy for TLS clients.
- enter(CallAnalyzer.MetricReference) - Method in class android.gov.nist.javax.sip.stack.CallAnalyzer
-
Enter a traced zone by the name of metricReference for the current thread.
- enter(Thread, CallAnalyzer.MetricReference) - Method in class android.gov.nist.javax.sip.stack.CallAnalyzer
-
Enter a traced zone by the name of metricReference for the specified thread.
- enterIOCriticalSection(String) - Method in class android.gov.nist.javax.sip.stack.KeyedSemaphore
-
- entityTag - Variable in class android.gov.nist.javax.sip.header.SIPETag
-
entity tag field
- entityTag - Variable in class android.gov.nist.javax.sip.header.SIPIfMatch
-
entity tag field
- entrySet() - Method in class android.gov.nist.core.MultiValueMapImpl
-
- entrySet() - Method in class android.gov.nist.core.NameValueList
-
- equalParameters(Parameters) - Method in class android.gov.nist.javax.sip.header.ParametersHeader
-
- equals(Object) - Method in class android.gov.nist.core.DuplicateNameValueList
-
Compare if two NameValue lists are equal.
- EQUALS - Static variable in class android.gov.nist.core.GenericObject
-
- equals(Object) - Method in class android.gov.nist.core.GenericObject
-
An introspection based equality predicate for GenericObjects.
- EQUALS - Static variable in class android.gov.nist.core.GenericObjectList
-
- equals(Object) - Method in class android.gov.nist.core.GenericObjectList
-
Equality checking predicate.
- equals(Object) - Method in class android.gov.nist.core.Host
-
Compare for equality of hosts.
- equals(Object) - Method in class android.gov.nist.core.HostPort
-
returns true if the two objects are equals, false otherwise.
- EQUALS - Static variable in class android.gov.nist.core.LexerCore
-
- equals(Object) - Method in class android.gov.nist.core.NameValue
-
Equality comparison predicate.
- equals(Object) - Method in class android.gov.nist.core.NameValueList
-
Compare if two NameValue lists are equal.
- EQUALS - Static variable in interface android.gov.nist.core.Separators
-
- equals(Object) - Method in class android.gov.nist.javax.sdp.fields.AttributeField
-
- equals(Object) - Method in class android.gov.nist.javax.sdp.fields.SDPFieldList
-
Equality checking predicate.
- equals(Object) - Method in class android.gov.nist.javax.sdp.fields.SDPObject
-
An introspection based equality predicate for SDPObjects.
- equals(Object) - Method in class android.gov.nist.javax.sip.address.AddressImpl
-
Compare two address specs for equality.
- equals(Object) - Method in class android.gov.nist.javax.sip.address.Authority
-
retruns true if the two Objects are equals , false otherwise.
- equals(Object) - Method in class android.gov.nist.javax.sip.address.GenericURI
-
- equals(Object) - Method in class android.gov.nist.javax.sip.address.NetObject
-
An introspection based equality predicate for SIPObjects.
- equals(Object) - Method in class android.gov.nist.javax.sip.address.SipUri
-
Compare two URIs and return true if they are equal.
- equals(Object) - Method in class android.gov.nist.javax.sip.address.UserInfo
-
Compare for equality.
- equals(Object) - Method in class android.gov.nist.javax.sip.header.AddressParametersHeader
-
- equals(Object) - Method in class android.gov.nist.javax.sip.header.CallID
-
- equals(Object) - Method in class android.gov.nist.javax.sip.header.CallIdentifier
-
Compare two call identifiers for equality.
- equals(Object) - Method in class android.gov.nist.javax.sip.header.Contact
-
- equals(Object) - Method in class android.gov.nist.javax.sip.header.ContentLength
-
- equals(Object) - Method in class android.gov.nist.javax.sip.header.ContentType
-
- equals(Object) - Method in class android.gov.nist.javax.sip.header.CSeq
-
Compare two cseq headers for equality.
- equals(Object) - Method in class android.gov.nist.javax.sip.header.From
-
- equals(Object) - Method in class android.gov.nist.javax.sip.header.ims.PAccessNetworkInfo
-
- equals(Object) - Method in class android.gov.nist.javax.sip.header.ims.PAssertedService
-
- equals(Object) - Method in class android.gov.nist.javax.sip.header.ims.PMediaAuthorization
-
- equals(Object) - Method in class android.gov.nist.javax.sip.header.ims.PPreferredService
-
- equals(Object) - Method in class android.gov.nist.javax.sip.header.ims.PProfileKey
-
- equals(Object) - Method in class android.gov.nist.javax.sip.header.ims.Privacy
-
- equals(Object) - Method in class android.gov.nist.javax.sip.header.ims.PServedUser
-
- equals(Object) - Method in class android.gov.nist.javax.sip.header.ims.PUserDatabase
-
- equals(Object) - Method in class android.gov.nist.javax.sip.header.ims.PVisitedNetworkID
-
- equals(Object) - Method in class android.gov.nist.javax.sip.header.ims.SecurityAgree
-
- equals(Object) - Method in class android.gov.nist.javax.sip.header.MaxForwards
-
- equals(Object) - Method in class android.gov.nist.javax.sip.header.RequestLine
-
Compare for equality.
- equals(Object) - Method in class android.gov.nist.javax.sip.header.Route
-
- equals(Object) - Method in class android.gov.nist.javax.sip.header.RouteList
-
Order is important when comparing route lists.
- equals(Object) - Method in class android.gov.nist.javax.sip.header.SIPDate
-
equality check.
- equals(Object) - Method in class android.gov.nist.javax.sip.header.SIPHeaderList
-
Equality comparison operator.
- equals(Object) - Method in class android.gov.nist.javax.sip.header.SIPObject
-
An introspection based equality predicate for SIPObjects.
- equals(Object) - Method in class android.gov.nist.javax.sip.header.To
-
- equals(Object) - Method in class android.gov.nist.javax.sip.header.Via
-
- equals(Object) - Method in interface android.gov.nist.javax.sip.LogRecord
-
- equals(Object) - Method in class android.gov.nist.javax.sip.message.SIPMessage
-
Compare for equality.
- equals(Object) - Method in class android.gov.nist.javax.sip.message.SIPRequest
-
Compare for equality.
- equals(Object) - Method in class android.gov.nist.javax.sip.message.SIPResponse
-
Compare for equality.
- EQUALS - Static variable in interface android.gov.nist.javax.sip.parser.TokenTypes
-
- equals(Object) - Method in class android.gov.nist.javax.sip.stack.CallAnalyzer.MetricReference
-
- equals(Object) - Method in class android.gov.nist.javax.sip.stack.NioTcpMessageChannel
-
Equals predicate.
- equals(Object) - Method in interface android.gov.nist.javax.sip.stack.SIPServerTransaction
-
- equals(Object) - Method in class android.gov.nist.javax.sip.stack.SIPServerTransactionImpl
-
- equals(Object) - Method in class android.gov.nist.javax.sip.stack.TCPMessageChannel
-
Equals predicate.
- equals(Object) - Method in class android.gov.nist.javax.sip.stack.TLSMessageChannel
-
Equals predicate.
- equals(Object) - Method in class android.gov.nist.javax.sip.stack.UDPMessageChannel
-
Compare two UDP Message channels for equality.
- equals(Object) - Method in interface android.javax.sip.address.Address
-
Indicates whether some other Object is "equal to" this Address.
- equals(Object) - Method in class android.javax.sip.DialogState
-
Compare this dialog state for equality with another.
- equals(Object) - Method in interface android.javax.sip.header.CallIdHeader
-
Compare this CallIdHeader for equality with another.
- equals(Object) - Method in interface android.javax.sip.header.CSeqHeader
-
Compare this CSeqHeader for equality with another.
- equals(Object) - Method in interface android.javax.sip.header.FromHeader
-
Compare this FromHeader for equality with another.
- equals(Object) - Method in interface android.javax.sip.header.Header
-
Compare this SIP Header for equality with another.
- equals(Object) - Method in interface android.javax.sip.header.MaxForwardsHeader
-
Compare this MaxForwardsHeader for equality with another.
- equals(Object) - Method in interface android.javax.sip.header.ToHeader
-
Compare this ToHeader for equality with another.
- equals(Object) - Method in interface android.javax.sip.header.ViaHeader
-
Compare this ViaHeader for equality with another.
- equals(Object) - Method in interface android.javax.sip.ListeningPoint
-
This method indicates whether the specified object is equal to this
Listening Point.
- equals(Object) - Method in interface android.javax.sip.message.Message
-
Compare this SIP Message for equality with another.
- equals(Object) - Method in class android.javax.sip.TransactionState
-
Compare this transaction state for equality with another.
- ERROR_INFO - Static variable in interface android.gov.nist.javax.sip.header.SIPHeaderNames
-
- ERROR_INFO - Static variable in interface android.gov.nist.javax.sip.parser.TokenTypes
-
- ErrorInfo - Class in android.gov.nist.javax.sip.header
-
ErrorInfo SIP Header.
- ErrorInfo() - Constructor for class android.gov.nist.javax.sip.header.ErrorInfo
-
Default constructor.
- ErrorInfo(GenericURI) - Constructor for class android.gov.nist.javax.sip.header.ErrorInfo
-
Constructor given the error info
- errorInfo - Variable in class android.gov.nist.javax.sip.header.ErrorInfo
-
- ErrorInfoHeader - Interface in android.javax.sip.header
-
The Error-Info header field provides a pointer to additional information
about the error status response.
- ErrorInfoList - Class in android.gov.nist.javax.sip.header
-
Error Info sip header.
- ErrorInfoList() - Constructor for class android.gov.nist.javax.sip.header.ErrorInfoList
-
Default constructor.
- ErrorInfoParser - Class in android.gov.nist.javax.sip.parser
-
Parser for ErrorInfo header.
- ErrorInfoParser(String) - Constructor for class android.gov.nist.javax.sip.parser.ErrorInfoParser
-
Creates a new instance of ErrorInfoParser
- ErrorInfoParser(Lexer) - Constructor for class android.gov.nist.javax.sip.parser.ErrorInfoParser
-
Constructor
- escaped() - Method in class android.gov.nist.javax.sip.parser.URLParser
-
- Event - Class in android.gov.nist.javax.sip.header
-
Event SIP Header.
- Event() - Constructor for class android.gov.nist.javax.sip.header.Event
-
Creates a new instance of Event
- EVENT - Static variable in interface android.gov.nist.javax.sip.header.SIPHeaderNames
-
- EVENT - Static variable in interface android.gov.nist.javax.sip.parser.TokenTypes
-
- eventHeader - Variable in class android.gov.nist.javax.sip.stack.SIPDialog
-
- EventHeader - Interface in android.javax.sip.header
-
This interface represents the Event SIP header, as defined by
RFC3265, this header is
not part of RFC3261.
- EventParser - Class in android.gov.nist.javax.sip.parser
-
Parser for Event header.
- EventParser(String) - Constructor for class android.gov.nist.javax.sip.parser.EventParser
-
Creates a new instance of EventParser
- EventParser(Lexer) - Constructor for class android.gov.nist.javax.sip.parser.EventParser
-
Cosntructor
- EventScanner - Class in android.gov.nist.javax.sip
-
Event Scanner to deliver events to the Listener.
- EventScanner(SipStackImpl) - Constructor for class android.gov.nist.javax.sip.EventScanner
-
- eventScanner - Variable in class android.gov.nist.javax.sip.SipProviderImpl
-
- eventType - Variable in class android.gov.nist.javax.sip.header.AllowEvents
-
method field
- eventType - Variable in class android.gov.nist.javax.sip.header.Event
-
- EventWrapper - Class in android.gov.nist.javax.sip
-
- EventWrapper(EventObject, SIPTransaction) - Constructor for class android.gov.nist.javax.sip.EventWrapper
-
- ex - Variable in exception android.javax.sdp.SdpFactoryException
-
Chained exception.
- EXCLAMATION - Static variable in class android.gov.nist.core.LexerCore
-
- EXCLAMATION - Static variable in interface android.gov.nist.javax.sip.parser.TokenTypes
-
- execute(Runnable) - Method in class android.gov.nist.javax.sip.ThreadAffinityExecutor
-
- EXPIRES - Static variable in class android.gov.nist.javax.sip.header.Contact
-
- Expires - Class in android.gov.nist.javax.sip.header
-
Expires SIP Header.
- Expires() - Constructor for class android.gov.nist.javax.sip.header.Expires
-
default constructor
- expires - Variable in class android.gov.nist.javax.sip.header.Expires
-
expires field
- expires - Variable in class android.gov.nist.javax.sip.header.extensions.MinSE
-
expires field
- expires - Variable in class android.gov.nist.javax.sip.header.extensions.SessionExpires
-
- expires - Variable in class android.gov.nist.javax.sip.header.MinExpires
-
expires field
- EXPIRES - Static variable in interface android.gov.nist.javax.sip.header.ParameterNames
-
- EXPIRES - Static variable in interface android.gov.nist.javax.sip.header.SIPHeaderNames
-
- expires - Variable in class android.gov.nist.javax.sip.header.SubscriptionState
-
- EXPIRES - Static variable in interface android.gov.nist.javax.sip.parser.TokenTypes
-
- ExpiresHeader - Interface in android.javax.sip.header
-
The Expires header field gives the relative time after which the message
(or content) expires.
- ExpiresParser - Class in android.gov.nist.javax.sip.parser
-
Parser for SIP Expires Parser.
- ExpiresParser(String) - Constructor for class android.gov.nist.javax.sip.parser.ExpiresParser
-
protected constructor.
- ExpiresParser(Lexer) - Constructor for class android.gov.nist.javax.sip.parser.ExpiresParser
-
constructor.
- expiresTimerTask - Variable in class android.gov.nist.javax.sip.stack.SIPTransactionImpl
-
- EXTENSION_REQUIRED - Static variable in interface android.javax.sip.message.Response
-
The UAS needs a particular extension to process the request, but this
extension is not listed in a Supported header field in the request.
- ExtensionHeader - Interface in android.javax.sip.header
-
This interface represents an Extension SIP header that was not defined at the
baseline of this specification.
- ExtensionHeaderImpl - Class in android.gov.nist.javax.sip.header
-
A generic extension header for the stack.
- ExtensionHeaderImpl() - Constructor for class android.gov.nist.javax.sip.header.ExtensionHeaderImpl
-
This was added to allow for automatic cloning of headers.
- ExtensionHeaderImpl(String) - Constructor for class android.gov.nist.javax.sip.header.ExtensionHeaderImpl
-
- ExtensionHeaderList - Class in android.gov.nist.javax.sip.header
-
A generic extension header list.
- ExtensionHeaderList(String) - Constructor for class android.gov.nist.javax.sip.header.ExtensionHeaderList
-
- ExtensionHeaderList() - Constructor for class android.gov.nist.javax.sip.header.ExtensionHeaderList
-
- extractCertIdentities() - Method in interface android.gov.nist.javax.sip.stack.SIPTransaction
-
Extract identities from certificates exchanged over TLS, based on guidelines
from rfc5922.
- extractCertIdentities() - Method in class android.gov.nist.javax.sip.stack.SIPTransactionImpl
-
- extractCertIdentities() - Method in interface android.gov.nist.javax.sip.TransactionExt
-
Extract identities from certificates exchanged over TLS, based on guidelines
from draft-ietf-sip-domain-certs-04.
- G722 - Static variable in interface android.javax.sdp.SdpConstants
-
Static RTP/AVP payload type for the G722 audio codec.
- G723 - Static variable in interface android.javax.sdp.SdpConstants
-
Static RTP/AVP payload type for the G723 audio codec.
- G726_32 - Static variable in interface android.javax.sdp.SdpConstants
-
Static RTP/AVP payload type for the G726_32 audio codec.
- G728 - Static variable in interface android.javax.sdp.SdpConstants
-
Static RTP/AVP payload type for the G728 audio codec.
- G729 - Static variable in interface android.javax.sdp.SdpConstants
-
Static RTP/AVP payload type for the G729 audio codec.
- GCID - Static variable in interface android.gov.nist.javax.sip.header.ims.ParameterNamesIms
-
- generateBranchId() - Method in class android.gov.nist.javax.sip.Utils
-
Generate a cryptographically random identifier that can be used to
generate a branch identifier.
- generateBranchId() - Method in interface android.gov.nist.javax.sip.UtilsExt
-
Generate a cryptographically random identifier that can be used to
generate a branch identifier.
- generateCallIdentifier(String) - Method in class android.gov.nist.javax.sip.Utils
-
Generate a call identifier.
- generateCallIdentifier(String) - Method in interface android.gov.nist.javax.sip.UtilsExt
-
Generate a call identifier.
- generateChallenge(HeaderFactory, Response, String) - Method in class android.gov.nist.javax.sip.clientauthutils.DigestServerAuthenticationHelper
-
- generateTag() - Method in class android.gov.nist.javax.sip.Utils
-
Generate a tag for a FROM header or TO header.
- generateTag() - Method in interface android.gov.nist.javax.sip.UtilsExt
-
Generate a tag for a FROM header or TO header.
- generateTimeStampHeader - Variable in class android.gov.nist.javax.sip.stack.SIPTransactionStack
-
- GenericObject - Class in android.gov.nist.core
-
The base class from which all the other classes in the
sipheader, sdpfields and sipmessage packages are extended.
- GenericObject() - Constructor for class android.gov.nist.core.GenericObject
-
- GenericObjectList - Class in android.gov.nist.core
-
Implements a homogenous consistent linked list.
- GenericObjectList() - Constructor for class android.gov.nist.core.GenericObjectList
-
- GenericObjectList(String) - Constructor for class android.gov.nist.core.GenericObjectList
-
- GenericObjectList(String, String) - Constructor for class android.gov.nist.core.GenericObjectList
-
A Constructor which takes a list name and a class name (for assertion
checking).
- GenericObjectList(String, Class) - Constructor for class android.gov.nist.core.GenericObjectList
-
A Constructor which takes a list name and a class (for assertion
checking).
- GenericURI - Class in android.gov.nist.javax.sip.address
-
Implementation of the URI class.
- GenericURI() - Constructor for class android.gov.nist.javax.sip.address.GenericURI
-
Consturctor
- GenericURI(String) - Constructor for class android.gov.nist.javax.sip.address.GenericURI
-
Constructor given the URI string
- get(Object) - Method in class android.gov.nist.core.MultiValueMapImpl
-
- get(Object) - Method in class android.gov.nist.core.NameValueList
-
- get() - Method in class android.gov.nist.javax.sdp.fields.URIField
-
- get(int) - Method in class android.gov.nist.javax.sip.header.SIPHeaderList
-
Get the object at the specified location.
- get(Object) - Method in class android.gov.nist.javax.sip.MergedSystemProperties
-
- get(Object) - Method in class android.gov.nist.javax.sip.stack.CallAnalyzer.MetricReferenceMap
-
- get() - Method in interface android.javax.sdp.URI
-
Returns the value.
- getAcceptLanguage() - Method in class android.gov.nist.javax.sip.header.AcceptLanguage
-
Gets the language value of the AcceptLanguageHeader.
- getAcceptLanguage() - Method in interface android.javax.sip.header.AcceptLanguageHeader
-
Gets the language value of the AcceptLanguageHeader.
- getAccessType() - Method in class android.gov.nist.javax.sip.header.ims.PAccessNetworkInfo
-
- getAccessType() - Method in interface android.gov.nist.javax.sip.header.ims.PAccessNetworkInfoHeader
-
- getAckTimeoutFactor() - Method in class android.gov.nist.javax.sip.stack.SIPTransactionStack
-
Get the dialog timeout counter.
- getActiveClientTransactionCount() - Method in class android.gov.nist.javax.sip.stack.SIPTransactionStack
-
Get the count of client transactions that is not in the completed or
terminated state.
- getActiveDuration() - Method in class android.gov.nist.javax.sdp.fields.RepeatField
-
Returns the "active duration" in seconds.
- getActiveDuration() - Method in interface android.javax.sdp.RepeatTime
-
Returns the "active duration" in seconds.
- getAddress() - Method in class android.gov.nist.core.Host
-
get the Address field
- getAddress() - Method in class android.gov.nist.javax.sdp.fields.ConnectionAddress
-
- getAddress() - Method in class android.gov.nist.javax.sdp.fields.ConnectionField
-
Returns the type of the network for this Connection.
- getAddress() - Method in class android.gov.nist.javax.sdp.fields.OriginField
-
Returns the type of the network for this Connection.
- getAddress() - Method in interface android.gov.nist.javax.sip.header.AddressParameters
-
get the Address field
- getAddress() - Method in class android.gov.nist.javax.sip.header.AddressParametersHeader
-
- getAddress() - Method in class android.gov.nist.javax.sip.header.Contact
-
get the address field.
- getAddress() - Method in class android.gov.nist.javax.sip.header.ims.AddressHeaderIms
-
get the Address field
- getAddress() - Method in interface android.javax.sdp.Connection
-
Returns the type of the network for this Connection.
- getAddress() - Method in interface android.javax.sdp.Origin
-
Returns the type of the network for this Connection.
- getAddress() - Method in interface android.javax.sip.header.HeaderAddress
-
Gets the address parameter of this Address.
- getAddressResolver() - Method in class android.gov.nist.javax.sip.stack.SIPTransactionStack
-
get the address resolver interface.
- getAddressType() - Method in class android.gov.nist.javax.sdp.fields.ConnectionField
-
Returns the type of the address for this Connection.
- getAddressType() - Method in class android.gov.nist.javax.sdp.fields.OriginField
-
Returns the type of the address for this Connection.
- getAddressType() - Method in class android.gov.nist.javax.sip.address.AddressImpl
-
Get the address type;
- getAddressType() - Method in interface android.javax.sdp.Connection
-
Returns the type of the address for this Connection.
- getAddressType() - Method in interface android.javax.sdp.Origin
-
Returns the type of the address for this Connection.
- getAddrtype() - Method in class android.gov.nist.javax.sdp.fields.ConnectionField
-
- getAddrtype() - Method in class android.gov.nist.javax.sdp.fields.OriginField
-
Get the address type member.
- getAgent() - Method in class android.gov.nist.javax.sip.header.Warning
-
Gets agent host of WarningHeader
- getAgent() - Method in interface android.javax.sip.header.WarningHeader
-
Gets the agent of the server that created this WarningHeader.
- getAlertInfo() - Method in class android.gov.nist.javax.sip.header.AlertInfo
-
Returns the AlertInfo value of this AlertInfoHeader.
- getAlertInfo() - Method in interface android.javax.sip.header.AlertInfoHeader
-
Returns the AlertInfo value of this AlertInfoHeader.
- getAlgorithm() - Method in class android.gov.nist.javax.sip.header.AuthenticationHeader
-
Returns the Algorithm value of this WWWAuthenicateHeader.
- getAlgorithm() - Method in class android.gov.nist.javax.sip.header.Challenge
-
get the Algorithm value.
- getAlgorithm() - Method in class android.gov.nist.javax.sip.header.ims.SecurityAgree
-
Get Algorithm
- getAlgorithm() - Method in interface android.gov.nist.javax.sip.header.ims.SecurityAgreeHeader
-
Get Algorithm
- getAlgorithm() - Method in interface android.javax.sip.header.AuthorizationHeader
-
Returns the Algorithm value of this AuthorizationHeader.
- getAlgorithm() - Method in interface android.javax.sip.header.WWWAuthenticateHeader
-
Returns the Algorithm value of this WWWAuthenicateHeader.
- getApplicationData() - Method in interface android.gov.nist.javax.sip.message.MessageExt
-
Returns the application data associated with the transaction.This
specification does not define the format of this application specific
data.
- getApplicationData() - Method in class android.gov.nist.javax.sip.message.SIPMessage
-
Get the application data associated with this message.
- getApplicationData() - Method in class android.gov.nist.javax.sip.stack.SIPDialog
-
- getApplicationData() - Method in interface android.gov.nist.javax.sip.stack.SIPTransaction
-
Get the application data associated with this transaction.
- getApplicationData() - Method in class android.gov.nist.javax.sip.stack.SIPTransactionImpl
-
- getApplicationData() - Method in interface android.javax.sip.Dialog
-
Gets the application specific data specific to this dialog.
- getApplicationData() - Method in interface android.javax.sip.Transaction
-
Returns the application data associated with the transaction.This
specification does not define the format of this application specific
data.
- getApplicationIdentifiers() - Method in class android.gov.nist.javax.sip.header.ims.PAssertedService
-
- getApplicationIdentifiers() - Method in interface android.gov.nist.javax.sip.header.ims.PAssertedServiceHeader
-
- getApplicationIdentifiers() - Method in class android.gov.nist.javax.sip.header.ims.PPreferredService
-
- getApplicationIdentifiers() - Method in interface android.gov.nist.javax.sip.header.ims.PPreferredServiceHeader
-
- getAssociatedURI() - Method in class android.gov.nist.javax.sip.header.ims.PAssociatedURI
-
Get the address's URI
- getAssociatedURI() - Method in interface android.gov.nist.javax.sip.header.ims.PAssociatedURIHeader
-
Get the address's URI
- getAttribute() - Method in class android.gov.nist.javax.sdp.fields.AttributeField
-
- getAttribute(String) - Method in class android.gov.nist.javax.sdp.MediaDescriptionImpl
-
Returns the value of the specified attribute.
- getAttribute(String) - Method in class android.gov.nist.javax.sdp.SessionDescriptionImpl
-
Returns the value of the specified attribute.
- getAttribute(String) - Method in interface android.javax.sdp.MediaDescription
-
Returns the value of the specified attribute.
- getAttribute(String) - Method in interface android.javax.sdp.SessionDescription
-
Returns the value of the specified attribute.
- getAttributeFields() - Method in class android.gov.nist.javax.sdp.MediaDescriptionImpl
-
- getAttributes(boolean) - Method in class android.gov.nist.javax.sdp.MediaDescriptionImpl
-
Returns the set of attributes for this Description as a Vector of
Attribute objects in the order they were parsed.
- getAttributes(boolean) - Method in class android.gov.nist.javax.sdp.SessionDescriptionImpl
-
Returns the set of attributes for this Description as a Vector of
Attribute objects in the order they were parsed.
- getAttributes(Thread) - Method in class android.gov.nist.javax.sip.stack.CallAnalyzer
-
- getAttributes(boolean) - Method in interface android.javax.sdp.MediaDescription
-
Returns the set of attributes for this Description as a Vector of Attribute objects in the order they were parsed.
- getAttributes(boolean) - Method in interface android.javax.sdp.SessionDescription
-
Returns the set of attributes for this Description as a Vector of Attribute
objects in the
order they were parsed.
- getAuditTag() - Method in interface android.gov.nist.javax.sip.stack.SIPTransaction
-
- getAuditTag() - Method in class android.gov.nist.javax.sip.stack.SIPTransactionImpl
-
- getAuthenticationHelper(AccountManager, HeaderFactory) - Method in interface android.gov.nist.javax.sip.SipStackExt
-
Get the authentication helper.
- getAuthenticationHelper(AccountManager, HeaderFactory) - Method in class android.gov.nist.javax.sip.SipStackImpl
-
- getAuthenticationInfo() - Method in class android.gov.nist.javax.sip.header.AuthenticationInfo
-
Returns the AuthenticationInfo value of this AuthenticationInfoHeader.
- getAuthInfo(String) - Method in class android.gov.nist.javax.sip.header.AuthenticationInfo
-
Get the name value pair for a given authentication info parameter.
- getAuthority() - Method in class android.gov.nist.javax.sip.address.SipUri
-
Get the authority.
- getAuthorization() - Method in class android.gov.nist.javax.sip.message.SIPMessage
-
Get the Authorization header (null if one does not exist).
- getAuthParams() - Method in class android.gov.nist.javax.sip.header.Challenge
-
get AuthParms list.
- getBandwidth() - Method in class android.gov.nist.javax.sdp.fields.BandwidthField
-
- getBandwidth(String) - Method in class android.gov.nist.javax.sdp.MediaDescriptionImpl
-
Returns the integer value of the specified bandwidth name.
- getBandwidth(String) - Method in class android.gov.nist.javax.sdp.SessionDescriptionImpl
-
Returns the integer value of the specified bandwidth name.
- getBandwidth(String) - Method in interface android.javax.sdp.MediaDescription
-
Returns the integer value of the specified bandwidth name.
- getBandwidth(String) - Method in interface android.javax.sdp.SessionDescription
-
Returns the integer value of the specified bandwidth name.
- getBandwidths(boolean) - Method in class android.gov.nist.javax.sdp.MediaDescriptionImpl
-
Returns the Bandwidth of the specified type.
- getBandwidths(boolean) - Method in class android.gov.nist.javax.sdp.SessionDescriptionImpl
-
Returns the Bandwidth of the specified type.
- getBandwidths(boolean) - Method in interface android.javax.sdp.MediaDescription
-
Returns the Bandwidth of the specified type.
- getBandwidths(boolean) - Method in interface android.javax.sdp.SessionDescription
-
Returns the Bandwidth of the specified type.
- getBaseTimerInterval() - Method in interface android.gov.nist.javax.sip.stack.SIPTransaction
-
- getBaseTimerInterval() - Method in class android.gov.nist.javax.sip.stack.SIPTransactionImpl
-
- getBranch() - Method in class android.gov.nist.javax.sip.header.Via
-
Gets the branch paramater of the ViaHeader.
- getBranch() - Method in interface android.gov.nist.javax.sip.stack.SIPTransaction
-
Gets the current setting for the branch parameter of this transaction.
- getBranch() - Method in class android.gov.nist.javax.sip.stack.SIPTransactionImpl
-
- getBranch() - Method in interface android.javax.sip.header.ViaHeader
-
Gets the branch paramater of the ViaHeader.
- getBranchId() - Method in interface android.gov.nist.javax.sip.stack.SIPTransaction
-
- getBranchId() - Method in class android.gov.nist.javax.sip.stack.SIPTransactionImpl
-
- getBranchId() - Method in interface android.javax.sip.Transaction
-
Returns a unique branch identifer that identifies this transaction.
- getBuffer() - Method in class android.gov.nist.core.LexerCore
-
Get the buffer.
- getBwtype() - Method in class android.gov.nist.javax.sdp.fields.BandwidthField
-
- getCallBack() - Method in class android.gov.nist.javax.sip.stack.SSLStateMachine.MessageSendItem
-
- getCallId() - Method in class android.gov.nist.javax.sip.header.CallID
-
get the CallId field.
- getCallId() - Method in class android.gov.nist.javax.sip.header.extensions.Join
-
get the CallId field.
- getCallId() - Method in interface android.gov.nist.javax.sip.header.extensions.JoinHeader
-
Returns the Call-Id of CallIdHeader.
- getCallId() - Method in class android.gov.nist.javax.sip.header.extensions.References
-
- getCallId() - Method in interface android.gov.nist.javax.sip.header.extensions.ReferencesHeader
-
- getCallId() - Method in class android.gov.nist.javax.sip.header.extensions.Replaces
-
get the CallId field.
- getCallId() - Method in interface android.gov.nist.javax.sip.header.extensions.ReplacesHeader
-
Returns the Call-Id of CallIdHeader.
- getCallId() - Method in class android.gov.nist.javax.sip.header.InReplyTo
-
Returns the Call-Id of InReplyToHeader.
- getCallId() - Method in class android.gov.nist.javax.sip.message.SIPMessage
-
Get the CallID header (null if one does not exist)
- getCallId() - Method in class android.gov.nist.javax.sip.stack.SIPDialog
-
- getCallId() - Method in interface android.javax.sip.Dialog
-
Returns the Call-Id for this dialog.
- getCallId() - Method in interface android.javax.sip.header.CallIdHeader
-
Returns the Call-Id of CallIdHeader.
- getCallId() - Method in interface android.javax.sip.header.InReplyToHeader
-
Returns the Call-Id of InReplyToHeader.
- getCallIdentifer() - Method in class android.gov.nist.javax.sip.header.CallID
-
get the call Identifer member.
- getCallIdentifer() - Method in class android.gov.nist.javax.sip.header.extensions.Join
-
get the call Identifer member.
- getCallIdentifer() - Method in class android.gov.nist.javax.sip.header.extensions.Replaces
-
get the call Identifer member.
- getCallIdHeader() - Method in interface android.gov.nist.javax.sip.message.MessageExt
-
Get the callId header or null if none present.
- getCallIdHeader() - Method in class android.gov.nist.javax.sip.message.SIPMessage
-
- getCanceledInviteTransaction() - Method in interface android.gov.nist.javax.sip.ServerTransactionExt
-
Return the canceled Invite transaction corresponding to an
incoming CANCEL server transaction.
- getCanceledInviteTransaction() - Method in interface android.gov.nist.javax.sip.stack.SIPServerTransaction
-
TODO -- this method has to be added to the api.
- getCanceledInviteTransaction() - Method in class android.gov.nist.javax.sip.stack.SIPServerTransactionImpl
-
TODO -- this method has to be added to the api.
- getCannonicalName(String) - Static method in class android.gov.nist.javax.sip.message.SIPRequest
-
Set to standard constants to speed up processing.
- getCause() - Method in class android.gov.nist.javax.sip.header.Reason
-
Get the cause token.
- getCause() - Method in interface android.javax.sip.header.ReasonHeader
-
Gets the cause value of the ReasonHeader
- getCause() - Method in exception android.javax.sip.InvalidArgumentException
-
Returns the cause of this throwable or null if the cause is
nonexistent or unknown.
- getCause() - Method in exception android.javax.sip.SipException
-
Returns the cause of this throwable or null if the cause is
nonexistent or unknown.
- getCGI3GPP() - Method in class android.gov.nist.javax.sip.header.ims.PAccessNetworkInfo
-
- getCGI3GPP() - Method in interface android.gov.nist.javax.sip.header.ims.PAccessNetworkInfoHeader
-
- getChargingCollectionFunctionAddresses() - Method in class android.gov.nist.javax.sip.header.ims.PChargingFunctionAddresses
-
Get all the Charging Collection Function (CCF) Addresses set in this header
- getChargingCollectionFunctionAddresses() - Method in interface android.gov.nist.javax.sip.header.ims.PChargingFunctionAddressesHeader
-
Get all the Charging Collection Function (CCF) Addresses set in this header
- getCharOffset() - Method in exception android.javax.sdp.SdpParseException
-
Returns the char offset where the error occured.
- getCharset() - Method in class android.gov.nist.javax.sip.header.ContentType
-
Get the charset parameter.
- getCharset() - Method in class android.gov.nist.javax.sip.message.SIPMessage
-
Returns the charset to use for encoding/decoding the body of this message
- getCI3GPP2() - Method in class android.gov.nist.javax.sip.header.ims.PAccessNetworkInfo
-
- getCI3GPP2() - Method in interface android.gov.nist.javax.sip.header.ims.PAccessNetworkInfoHeader
-
- getCipherSuite() - Method in class android.gov.nist.javax.sip.stack.HandshakeCompletedListenerImpl
-
- getCipherSuite() - Method in interface android.gov.nist.javax.sip.stack.SIPTransaction
-
- getCipherSuite() - Method in class android.gov.nist.javax.sip.stack.SIPTransactionImpl
-
- getCipherSuite() - Method in interface android.gov.nist.javax.sip.TransactionExt
-
Return the Cipher Suite that was used for the SSL handshake.
- getCK() - Method in class android.gov.nist.javax.sip.header.AuthenticationHeader
-
- getCK() - Method in interface android.gov.nist.javax.sip.header.ims.WWWAuthenticateHeaderIms
-
- getClassFromName(String) - Static method in class android.gov.nist.core.GenericObject
-
- getClassFromName(String) - Static method in class android.gov.nist.javax.sip.header.NameMap
-
- getClientAuth() - Method in class android.gov.nist.javax.sip.stack.SIPTransactionStack
-
- getClientTransaction() - Method in class android.gov.nist.javax.sip.DialogTimeoutEvent
-
Get the re-INVITE client transaction that
could not be sent.
- getClientTransaction() - Method in class android.gov.nist.javax.sip.stack.SIPDialogErrorEvent
-
- getClientTransaction() - Method in class android.javax.sip.ResponseEvent
-
Gets the client transaction associated with this ResponseEvent
- getClientTransaction() - Method in class android.javax.sip.TimeoutEvent
-
Gets the client transaction associated with this TimeoutEvent.
- getClientTransaction() - Method in class android.javax.sip.TransactionTerminatedEvent
-
Gets the client transaction associated with this TransactionTerminatedEvent.
- getClientTransactionTableSize() - Method in class android.gov.nist.javax.sip.stack.SIPTransactionStack
-
Get the size of the client transaction table.
- getCNonce() - Method in class android.gov.nist.javax.sip.header.AuthenticationHeader
-
Get the CNonce.
- getCNonce() - Method in class android.gov.nist.javax.sip.header.AuthenticationInfo
-
Returns the CNonce value of this AuthenticationInfoHeader.
- getCNonce() - Method in interface android.javax.sip.header.AuthenticationInfoHeader
-
Returns the CNonce value of this AuthenticationInfoHeader.
- getCNonce() - Method in interface android.javax.sip.header.AuthorizationHeader
-
Returns the CNonce value of this AuthorizationHeader.
- getCode() - Method in class android.gov.nist.javax.sip.header.Warning
-
Gets code of WarningHeader
- getCode() - Method in interface android.javax.sip.header.WarningHeader
-
Gets the code of the WarningHeader.
- getComment() - Method in class android.gov.nist.javax.sip.header.RetryAfter
-
Gets the comment of RetryAfterHeader.
- getComment() - Method in class android.gov.nist.javax.sip.header.Via
-
Deprecated.
RFC 2543 support feature.
- getComment() - Method in interface android.javax.sip.header.RetryAfterHeader
-
Gets the comment of RetryAfterHeader.
- getConfigurationProperties() - Method in class android.gov.nist.javax.sip.SipStackImpl
-
- getConnection() - Method in class android.gov.nist.javax.sdp.MediaDescriptionImpl
-
Returns the connection information associated with this object.
- getConnection() - Method in class android.gov.nist.javax.sdp.SessionDescriptionImpl
-
Returns the connection information associated with this object.
- getConnection() - Method in interface android.javax.sdp.MediaDescription
-
Returns the connection information associated with this object.
- getConnection() - Method in interface android.javax.sdp.SessionDescription
-
Returns the connection information associated with this object.
- getConnectionAddress() - Method in class android.gov.nist.javax.sdp.fields.ConnectionField
-
- getConnectionField() - Method in class android.gov.nist.javax.sdp.MediaDescriptionImpl
-
- getConnectionLingerTimer() - Method in class android.gov.nist.javax.sip.stack.SIPTransactionStack
-
- getContactHeader() - Method in class android.gov.nist.javax.sip.message.SIPMessage
-
Get the contact header ( the first contact header) which is all we need for the most part.
- getContactHeaders() - Method in class android.gov.nist.javax.sip.message.SIPMessage
-
Get the Contact list of headers (null if one does not exist).
- getContactList() - Method in class android.gov.nist.javax.sip.header.Contact
-
get the Contact list.
- getContactParms() - Method in class android.gov.nist.javax.sip.header.Contact
-
get the parameters List
- getContent() - Method in interface android.gov.nist.javax.sip.message.Content
-
- getContent() - Method in class android.gov.nist.javax.sip.message.ContentImpl
-
- getContent() - Method in class android.gov.nist.javax.sip.message.SIPMessage
-
Get the content (body) of the message.
- getContent() - Method in interface android.javax.sip.message.Message
-
Gets the body content of the Message as an Object.
- getContentCount() - Method in interface android.gov.nist.javax.sip.message.MultipartMimeContent
-
Get the number of Content parts.
- getContentCount() - Method in class android.gov.nist.javax.sip.message.MultipartMimeContentImpl
-
- getContentDisposition() - Method in class android.gov.nist.javax.sip.header.ContentDisposition
-
Gets the interpretation of the message body or message body part of
this ContentDispositionHeader.
- getContentDisposition() - Method in class android.gov.nist.javax.sip.message.SIPMessage
-
get content disposition header or null if no such header exists.
- getContentDisposition() - Method in interface android.javax.sip.message.Message
-
Gets the ContentDispositionHeader of this Message.
- getContentDispositionHeader() - Method in interface android.gov.nist.javax.sip.message.Content
-
- getContentDispositionHeader() - Method in class android.gov.nist.javax.sip.message.ContentImpl
-
- getContentEncoding() - Method in class android.gov.nist.javax.sip.message.SIPMessage
-
get the content encoding header.
- getContentEncoding() - Method in interface android.javax.sip.message.Message
-
Gets the ContentEncodingHeader of this Message.
- getContentLanguage() - Method in class android.gov.nist.javax.sip.header.ContentLanguage
-
Gets the language value of the ContentLanguageHeader.
- getContentLanguage() - Method in class android.gov.nist.javax.sip.message.SIPMessage
-
Get the contentLanguage header.
- getContentLanguage() - Method in interface android.javax.sip.header.ContentLanguageHeader
-
Gets the language value of the ContentLanguageHeader.
- getContentLanguage() - Method in interface android.javax.sip.message.Message
-
Gets the ContentLanguageHeader of this Message.
- getContentLength() - Method in class android.gov.nist.javax.sip.header.ContentLength
-
get the ContentLength field.
- getContentLength() - Method in class android.gov.nist.javax.sip.message.SIPMessage
-
Get the ContentLength header (null if one does not exist).
- getContentLength() - Method in interface android.javax.sip.header.ContentLengthHeader
-
Gets content-length of the message body.
- getContentLength() - Method in interface android.javax.sip.message.Message
-
Gets the ContentLengthHeader of the body content of this Message.
- getContentLengthHeader() - Method in interface android.gov.nist.javax.sip.message.MessageExt
-
Get the content length header or null if none present.
- getContentLengthHeader() - Method in class android.gov.nist.javax.sip.message.SIPMessage
-
Get the contentLength header.
- getContents() - Method in interface android.gov.nist.javax.sip.message.MultipartMimeContent
-
Retrieve the list of Content that is part of this MultitypeMime content.
- getContents() - Method in class android.gov.nist.javax.sip.message.MultipartMimeContentImpl
-
- getContentSubType() - Method in class android.gov.nist.javax.sip.header.Accept
-
get the ContentSubType fiels
- getContentSubType() - Method in class android.gov.nist.javax.sip.header.ContentType
-
Get the content subtype.
- getContentSubType() - Method in interface android.javax.sip.header.MediaType
-
Gets media sub-type of Header with Content sub-type.
- getContentType() - Method in class android.gov.nist.javax.sip.header.Accept
-
get the contentType field
- getContentType() - Method in class android.gov.nist.javax.sip.header.ContentType
-
Get the content subtype.
- getContentType() - Method in interface android.javax.sip.header.MediaType
-
Gets media type of Header with Content type.
- getContentTypeHeader() - Method in interface android.gov.nist.javax.sip.message.Content
-
- getContentTypeHeader() - Method in class android.gov.nist.javax.sip.message.ContentImpl
-
- getContentTypeHeader() - Method in interface android.gov.nist.javax.sip.message.MessageExt
-
Get the content type header or null if none present.
- getContentTypeHeader() - Method in interface android.gov.nist.javax.sip.message.MultipartMimeContent
-
Return the Content type header to assign to the outgoing sip meassage.
- getContentTypeHeader() - Method in class android.gov.nist.javax.sip.message.MultipartMimeContentImpl
-
- getContentTypeHeader() - Method in class android.gov.nist.javax.sip.message.SIPMessage
-
Get the contentType header (null if one does not exist).
- getCredentialHash(ClientTransaction, String) - Method in interface android.gov.nist.javax.sip.clientauthutils.SecureAccountManager
-
Returns the user credentials for a given SIP Domain.
- getCredentials(ClientTransaction, String) - Method in interface android.gov.nist.javax.sip.clientauthutils.AccountManager
-
Returns the user credentials for a given SIP Domain.
- getCredentials() - Method in class android.gov.nist.javax.sip.header.Credentials
-
get the parameters list.
- getCSeq() - Method in class android.gov.nist.javax.sip.message.SIPMessage
-
Get the CSeq list of header (null if one does not exist).
- getCSeq() - Method in interface android.gov.nist.javax.sip.stack.SIPTransaction
-
Get the Sequence number of the request used to create the transaction.
- getCSeq() - Method in class android.gov.nist.javax.sip.stack.SIPTransactionImpl
-
- getCSeqHeader() - Method in interface android.gov.nist.javax.sip.message.MessageExt
-
Get the CSeq header or null if none present.
- getCSeqHeader() - Method in class android.gov.nist.javax.sip.message.SIPMessage
-
- getCSeqNumber() - Method in class android.gov.nist.javax.sip.header.RAck
-
Deprecated.
- getCSeqNumber() - Method in interface android.javax.sip.header.RAckHeader
-
Gets the CSeq sequence number of this RAckHeader.
- getCSeqNumberLong() - Method in class android.gov.nist.javax.sip.header.RAck
-
Gets the CSeq sequence number of this RAckHeader.
- getCSequenceNumber() - Method in class android.gov.nist.javax.sip.header.RAck
-
- getCurrentChannelSize() - Method in class android.gov.nist.javax.sip.stack.NIOHandler
-
- getCurrentStack(Thread) - Method in class android.gov.nist.javax.sip.stack.CallAnalyzer
-
Current stacktrace of the thread
- getDatabaseName() - Method in class android.gov.nist.javax.sip.header.ims.PUserDatabase
-
- getDatabaseName() - Method in interface android.gov.nist.javax.sip.header.ims.PUserDatabaseHeader
-
- getDate() - Method in class android.gov.nist.javax.sip.header.SIPDateHeader
-
Gets the date of DateHeader.
- getDate() - Method in interface android.javax.sip.header.DateHeader
-
Gets the date of DateHeader.
- getDateFromNtp(long) - Static method in class android.javax.sdp.SdpFactory
-
- getDefaultContentEncodingCharset() - Static method in class android.gov.nist.javax.sip.message.MessageFactoryImpl
-
- getDefaultDialog() - Method in interface android.gov.nist.javax.sip.ClientTransactionExt
-
Get the default dialog that was originally assigned to the client transaction.
- getDefaultDialog() - Method in interface android.gov.nist.javax.sip.stack.SIPClientTransaction
-
- getDefaultDialog() - Method in class android.gov.nist.javax.sip.stack.SIPClientTransactionImpl
-
- getDefaultPort(String) - Static method in class android.gov.nist.javax.sip.stack.MessageProcessor
-
Get the defalt port for the message processor.
- getDefaultServerHeader() - Static method in class android.gov.nist.javax.sip.message.MessageFactoryImpl
-
Get the default common server header.
- getDefaultTargetPort() - Method in class android.gov.nist.javax.sip.stack.MessageProcessor
-
Default target port used by this processor.
- getDefaultTargetPort() - Method in class android.gov.nist.javax.sip.stack.NioTcpMessageProcessor
-
- getDefaultTargetPort() - Method in class android.gov.nist.javax.sip.stack.sctp.SCTPMessageProcessor
-
- getDefaultTargetPort() - Method in class android.gov.nist.javax.sip.stack.TCPMessageProcessor
-
Default target port for TCP
- getDefaultTargetPort() - Method in class android.gov.nist.javax.sip.stack.TLSMessageProcessor
-
Default target port for TLS
- getDefaultTargetPort() - Method in class android.gov.nist.javax.sip.stack.UDPMessageProcessor
-
Default target port for UDP
- getDefaultUserAgentHeader() - Static method in class android.gov.nist.javax.sip.message.MessageFactoryImpl
-
Get the default common UserAgentHeader.
- getDelay() - Method in class android.gov.nist.javax.sip.header.TimeStamp
-
- getDelay() - Method in interface android.javax.sip.header.TimeStampHeader
-
- getDeltaSeconds() - Method in class android.gov.nist.javax.sip.header.SIPDate
-
Get the time offset from the current time.
- getDialog() - Method in class android.gov.nist.javax.sip.DialogTimeoutEvent
-
Gets the Dialog associated with the event.
- getDialog() - Method in interface android.gov.nist.javax.sip.stack.SIPClientTransaction
-
- getDialog(String) - Method in interface android.gov.nist.javax.sip.stack.SIPClientTransaction
-
- getDialog() - Method in class android.gov.nist.javax.sip.stack.SIPClientTransactionImpl
-
- getDialog(String) - Method in class android.gov.nist.javax.sip.stack.SIPClientTransactionImpl
-
- getDialog() - Method in interface android.gov.nist.javax.sip.stack.SIPServerTransaction
-
- getDialog() - Method in class android.gov.nist.javax.sip.stack.SIPServerTransactionImpl
-
- getDialog() - Method in interface android.gov.nist.javax.sip.stack.SIPTransaction
-
Gets the dialog object of this Transaction object.
- getDialog() - Method in class android.gov.nist.javax.sip.stack.SIPTransactionImpl
-
- getDialog(String) - Method in class android.gov.nist.javax.sip.stack.SIPTransactionStack
-
Return the dialog for a given dialog ID.
- getDialog() - Method in class android.javax.sip.DialogTerminatedEvent
-
Gets the Dialog associated with the event.
- getDialog() - Method in class android.javax.sip.RequestEvent
-
Gets the dialog with which this Event is associated.
- getDialog() - Method in class android.javax.sip.ResponseEvent
-
Gets the Dialog associated with the event or null if no dialog exists.
- getDialog() - Method in interface android.javax.sip.Transaction
-
Gets the dialog object of this transaction object.
- getDialogId(boolean) - Method in class android.gov.nist.javax.sip.message.SIPMessage
-
Get A dialog identifier constructed from this messsage.
- getDialogId(boolean, String) - Method in class android.gov.nist.javax.sip.message.SIPMessage
-
Get a dialog id given the remote tag.
- getDialogId() - Method in class android.gov.nist.javax.sip.stack.SIPDialog
-
Get the id for this dialog.
- getDialogId() - Method in interface android.javax.sip.Dialog
-
Get the dialog identifier of this dialog.
- getDialogs() - Method in interface android.gov.nist.javax.sip.SipStackExt
-
Get the collection of dialogs currently in the Dialog table.
- getDialogs() - Method in class android.gov.nist.javax.sip.stack.SIPTransactionStack
-
This method is slated for addition to the next spec revision.
- getDialogs(DialogState) - Method in class android.gov.nist.javax.sip.stack.SIPTransactionStack
-
- getDisplayName() - Method in class android.gov.nist.javax.sdp.fields.EmailAddress
-
- getDisplayName(String) - Method in class android.gov.nist.javax.sdp.parser.EmailFieldParser
-
- getDisplayName(String) - Method in class android.gov.nist.javax.sdp.parser.PhoneFieldParser
-
- getDisplayName() - Method in class android.gov.nist.javax.sip.address.AddressImpl
-
get the display name
- getDisplayName() - Method in class android.gov.nist.javax.sip.header.From
-
Get the display name from the address.
- getDisplayName() - Method in class android.gov.nist.javax.sip.header.ReplyTo
-
Get the display name from the address.
- getDisplayName() - Method in class android.gov.nist.javax.sip.header.To
-
Get the display name from the address.
- getDisplayName() - Method in interface android.javax.sip.address.Address
-
Gets the display name of this Address, or null if the attribute is
not set.
- getDispositionType() - Method in class android.gov.nist.javax.sip.header.ContentDisposition
-
Get the disposition type.
- getDispositionType() - Method in interface android.javax.sip.header.ContentDispositionHeader
-
Gets the interpretation of the message body or message body part of
this ContentDispositionHeader.
- getDomain() - Method in class android.gov.nist.javax.sip.header.AuthenticationHeader
-
Returns the Domain value of this WWWAuthenicateHeader.
- getDomain() - Method in class android.gov.nist.javax.sip.header.Challenge
-
get the domain
- getDomain() - Method in interface android.javax.sip.header.WWWAuthenticateHeader
-
Returns the Domain value of this WWWAuthenicateHeader.
- getDSLLocation() - Method in class android.gov.nist.javax.sip.header.ims.PAccessNetworkInfo
-
- getDSLLocation() - Method in interface android.gov.nist.javax.sip.header.ims.PAccessNetworkInfoHeader
-
- getDuplexity() - Method in class android.gov.nist.javax.sdp.MediaDescriptionImpl
-
- getDuration() - Method in class android.gov.nist.javax.sip.header.RetryAfter
-
Gets the duration value of the RetryAfterHeader.
- getDuration() - Method in interface android.javax.sip.header.RetryAfterHeader
-
Gets the duration value of the RetryAfterHeader.
- getEarlyDialog(String) - Method in class android.gov.nist.javax.sip.stack.SIPTransactionStack
-
- getEarlyDialogTimeout() - Method in class android.gov.nist.javax.sip.stack.SIPTransactionStack
-
- getEmail(String) - Method in class android.gov.nist.javax.sdp.parser.EmailFieldParser
-
- getEmailAddress() - Method in class android.gov.nist.javax.sdp.fields.EmailField
-
- getEmails(boolean) - Method in class android.gov.nist.javax.sdp.SessionDescriptionImpl
-
Returns an email address to contact for further information about the
session.
- getEmails(boolean) - Method in interface android.javax.sdp.SessionDescription
-
Returns an email address to contact for further information about the session.
- getEnabledCipherSuites() - Method in class android.gov.nist.javax.sip.SipStackImpl
-
Return the currently enabled cipher suites of the Stack.
- getEnabledProtocols() - Method in class android.gov.nist.javax.sip.SipStackImpl
-
Return the currently enabled protocols to use when creating TLS connection.
- getEncapsulatedClientTransaction() - Method in class android.gov.nist.javax.sip.stack.MessageChannel
-
- getEncapsulatedClientTransaction() - Method in interface android.gov.nist.javax.sip.stack.NioTlsChannelInterface
-
Returns the Client Transaction associated with this channel
- getEncoding() - Method in class android.gov.nist.javax.sip.header.AcceptEncoding
-
get ContentEncoding field
- getEncoding() - Method in class android.gov.nist.javax.sip.header.ContentEncoding
-
Get the ContentEncoding field.
- getEncoding() - Method in interface android.javax.sip.header.Encoding
-
Gets the encoding of an EncodingHeader.
- getEncryptionAlgorithm() - Method in class android.gov.nist.javax.sip.header.ims.SecurityAgree
-
Get Encryption Algorithm
- getEncryptionAlgorithm() - Method in interface android.gov.nist.javax.sip.header.ims.SecurityAgreeHeader
-
Get Encryption Algorithm
- getErrorID() - Method in class android.gov.nist.javax.sip.stack.SIPDialogErrorEvent
-
Returns the ID of the error.
- getErrorID() - Method in class android.gov.nist.javax.sip.stack.SIPTransactionErrorEvent
-
Returns the ID of the error.
- getErrorInfo() - Method in class android.gov.nist.javax.sip.header.ErrorInfo
-
Returns the ErrorInfo value of this ErrorInfoHeader.
- getErrorInfo() - Method in interface android.javax.sip.header.ErrorInfoHeader
-
Returns the ErrorInfo value of this ErrorInfoHeader.
- getErrorInfoHeaders() - Method in class android.gov.nist.javax.sip.message.SIPMessage
-
Get the ErrorInfo list of headers (null if one does not exist).
- getErrorMessage() - Method in class android.gov.nist.javax.sip.header.ErrorInfo
-
Get the Error information message of this ErrorInfoHeader.
- getErrorMessage() - Method in interface android.javax.sip.header.ErrorInfoHeader
-
Get the Error information message of this ErrorInfoHeader.
- getETag() - Method in class android.gov.nist.javax.sip.header.SIPETag
-
get the priority value.
- getETag() - Method in class android.gov.nist.javax.sip.header.SIPIfMatch
-
get the priority value.
- getETag() - Method in interface android.javax.sip.header.SIPETagHeader
-
Returns the value of the entity-tag.
- getETag() - Method in interface android.javax.sip.header.SIPIfMatchHeader
-
Returns the value of the entity-tag.
- getEventChargingFunctionAddresses() - Method in class android.gov.nist.javax.sip.header.ims.PChargingFunctionAddresses
-
Get all the Event Charging Function (ECF) Addresses set in this header
- getEventChargingFunctionAddresses() - Method in interface android.gov.nist.javax.sip.header.ims.PChargingFunctionAddressesHeader
-
Get all the Event Charging Function (ECF) Addresses set in this header
- getEventId() - Method in class android.gov.nist.javax.sip.header.Event
-
Gets the id of the EventHeader.
- getEventId() - Method in interface android.javax.sip.header.EventHeader
-
Gets the id of the EventHeader.
- getEventScanner() - Method in class android.gov.nist.javax.sip.SipStackImpl
-
- getEventType() - Method in class android.gov.nist.javax.sip.header.AllowEvents
-
Gets the eventType of the AllowEventsHeader.
- getEventType() - Method in class android.gov.nist.javax.sip.header.Event
-
Gets the eventType of the EventHeader.
- getEventType() - Method in interface android.javax.sip.header.AllowEventsHeader
-
Gets the eventType of the AllowEventsHeader.
- getEventType() - Method in interface android.javax.sip.header.EventHeader
-
Gets the eventType of the EventHeader.
- getException() - Method in exception android.javax.sdp.SdpFactoryException
-
Return the actual exception (if any) that caused this exception to be thrown.
- getExpires() - Method in class android.gov.nist.javax.sip.header.Contact
-
get Expires parameter.
- getExpires() - Method in class android.gov.nist.javax.sip.header.Expires
-
Gets the expires value of the ExpiresHeader.
- getExpires() - Method in class android.gov.nist.javax.sip.header.extensions.MinSE
-
Gets the expires value of the ExpiresHeader.
- getExpires() - Method in class android.gov.nist.javax.sip.header.extensions.SessionExpires
-
Gets the expires value of the SessionExpiresHeader.
- getExpires() - Method in interface android.gov.nist.javax.sip.header.extensions.SessionExpiresHeader
-
- getExpires() - Method in class android.gov.nist.javax.sip.header.MinExpires
-
Gets the expires value of the ExpiresHeader.
- getExpires() - Method in class android.gov.nist.javax.sip.header.SubscriptionState
-
Gets the expires value of the SubscriptionStateHeader.
- getExpires() - Method in class android.gov.nist.javax.sip.message.SIPMessage
-
Get the exipres header.
- getExpires() - Method in interface android.javax.sip.header.ContactHeader
-
Returns the value of the expires parameter or -1 if no
expires parameter was specified or if the parameter value cannot be
parsed as an int.
- getExpires() - Method in interface android.javax.sip.header.ExpiresHeader
-
Gets the expires value of the ExpiresHeader.
- getExpires() - Method in interface android.javax.sip.header.SubscriptionStateHeader
-
Gets the expires value of the SubscriptionStateHeader.
- getExpires() - Method in interface android.javax.sip.message.Message
-
Gets the ExpiresHeader of this Message.
- getExtensionAccessInfo() - Method in class android.gov.nist.javax.sip.header.ims.PAccessNetworkInfo
-
- getExtensionAccessInfo() - Method in interface android.gov.nist.javax.sip.header.ims.PAccessNetworkInfoHeader
-
- getExtensionHeaders() - Method in interface android.gov.nist.javax.sip.message.Content
-
- getExtensionHeaders() - Method in class android.gov.nist.javax.sip.message.ContentImpl
-
- getFieldName() - Method in class android.gov.nist.javax.sdp.fields.SDPField
-
- getFieldName(String) - Static method in class android.gov.nist.javax.sdp.parser.Lexer
-
- getFirst() - Method in class android.gov.nist.javax.sip.header.SIPHeaderList
-
Get the first element of this list.
- getFirstLine() - Method in interface android.gov.nist.javax.sip.message.MessageExt
-
Get the first line of the request or response.
- getFirstLine() - Method in class android.gov.nist.javax.sip.message.SIPMessage
-
Return the encoded first line.
- getFirstLine() - Method in class android.gov.nist.javax.sip.message.SIPRequest
-
Get the first line encoded.
- getFirstLine() - Method in class android.gov.nist.javax.sip.message.SIPResponse
-
Get the encoded first line.
- getFirstTransaction() - Method in class android.gov.nist.javax.sip.stack.SIPDialog
-
Deprecated.
- getFirstTransaction() - Method in interface android.javax.sip.Dialog
-
Deprecated.
Since v1.2. Reduces the amount of state that
the stack needs to keep track of.
- getFirstTransactionInt() - Method in class android.gov.nist.javax.sip.stack.SIPDialog
-
This is for internal use only.
- getForkedTransaction(String) - Method in class android.gov.nist.javax.sip.stack.SIPTransactionStack
-
- getForkId() - Method in class android.gov.nist.javax.sip.message.SIPMessage
-
- getForkId() - Method in interface android.gov.nist.javax.sip.stack.SIPTransaction
-
Retrieves the fork id for the transaction.
- getForkId() - Method in class android.gov.nist.javax.sip.stack.SIPTransactionImpl
-
- getFormat() - Method in class android.gov.nist.javax.sdp.fields.SDPFormat
-
- getFormats() - Method in class android.gov.nist.javax.sdp.fields.MediaField
-
- getFrom() - Method in class android.gov.nist.javax.sip.message.SIPMessage
-
Get the from header.
- getFromHeader() - Method in interface android.gov.nist.javax.sip.message.MessageExt
-
Get the From header or null if none present.
- getFromHeader() - Method in class android.gov.nist.javax.sip.message.SIPMessage
-
- getFromTag() - Method in class android.gov.nist.javax.sip.header.extensions.Join
-
Get the from-tag parameter from the address parm list.
- getFromTag() - Method in interface android.gov.nist.javax.sip.header.extensions.JoinHeader
-
- getFromTag() - Method in class android.gov.nist.javax.sip.header.extensions.Replaces
-
Get the from-tag parameter from the address parm list.
- getFromTag() - Method in interface android.gov.nist.javax.sip.header.extensions.ReplacesHeader
-
- getFromTag() - Method in class android.gov.nist.javax.sip.message.SIPMessage
-
Return the from tag.
- getGrParam() - Method in class android.gov.nist.javax.sip.address.SipUri
-
Sets the gr parameter.
- getHandling() - Method in class android.gov.nist.javax.sip.header.ContentDisposition
-
Get the dispositionType field.
- getHandling() - Method in interface android.javax.sip.header.ContentDispositionHeader
-
Gets the handling information of the unknown content disposition of the
ContentDispositionHeader.
- getHandshakeCompletedEvent() - Method in class android.gov.nist.javax.sip.stack.HandshakeCompletedListenerImpl
-
Gets the event indicating that the SSL handshake has completed.
- getHandshakeCompletedListener() - Method in class android.gov.nist.javax.sip.stack.NioTlsMessageChannel
-
- getHandshakeCompletedListener() - Method in class android.gov.nist.javax.sip.stack.TLSMessageChannel
-
- getHashUserDomainPassword() - Method in interface android.gov.nist.javax.sip.clientauthutils.UserCredentialHash
-
Get the MD5(userName:sipdomain:password)
- getHeader(String) - Method in class android.gov.nist.javax.sip.address.SipUri
-
Returns the value of the named header, or null if it is not set.
- getHeader(String) - Method in class android.gov.nist.javax.sip.message.SIPMessage
-
Get the first header of the given name.
- getHeader(String) - Method in interface android.javax.sip.address.SipURI
-
Returns the value of the named header, or null if it is not set.
- getHeader(String) - Method in interface android.javax.sip.message.Message
-
Gets the Header of the specified name in this Message.
- getHeaderAsFormattedString(String) - Method in class android.gov.nist.javax.sip.message.SIPMessage
-
Get a header of the given name as a string.
- getHeaderList() - Method in class android.gov.nist.javax.sip.header.SIPHeaderList
-
Get the imbedded linked list.
- getHeaderLowerCase(String) - Method in class android.gov.nist.javax.sip.message.SIPMessage
-
- getHeaderName() - Method in class android.gov.nist.javax.sip.header.SIPHeader
-
Name of the SIPHeader
- getHeaderName(String) - Static method in class android.gov.nist.javax.sip.parser.Lexer
-
get the header name of the line
- getHeaderNames() - Method in class android.gov.nist.javax.sip.address.SipUri
-
Returns an Iterator over the names (Strings) of all headers present
in this SipURI.
- getHeaderNames() - Method in class android.gov.nist.javax.sip.message.SIPMessage
-
Get the header names.
- getHeaderNames() - Method in interface android.javax.sip.address.SipURI
-
Returns an Iterator over the String names of all headers present
in this SipURI.
- getHeaderNames() - Method in interface android.javax.sip.message.Message
-
Gets a ListIterator over the set of all all the header names in this Message.
- getHeaders() - Method in class android.gov.nist.javax.sip.message.SIPMessage
-
Return an iterator for the list of headers in this message.
- getHeaders(String) - Method in class android.gov.nist.javax.sip.message.SIPMessage
-
Get a SIP header or Header list given its name.
- getHeaders(String) - Method in interface android.javax.sip.message.Message
-
Gets a ListIterator over all the Headers of the newly specified name
in this Message.
- getHeadersAsEncodedStrings() - Method in class android.gov.nist.javax.sip.header.SIPHeaderList
-
Return a list of encoded strings (one for each sipheader).
- getHeaderValue() - Method in class android.gov.nist.javax.sip.header.ExtensionHeaderImpl
-
Get the value of the extension header.
- getHeaderValue() - Method in class android.gov.nist.javax.sip.header.SIPHeader
-
Get the header value (i.e.
- getHeaderValue(String) - Static method in class android.gov.nist.javax.sip.parser.Lexer
-
get the header value of the line
- getHop() - Method in class android.gov.nist.javax.sip.header.Via
-
Get the host, port and transport as a Hop.
- getHost() - Method in class android.gov.nist.core.HostPort
-
get the Host field
- getHost() - Method in class android.gov.nist.javax.sdp.fields.OriginField
-
Get the host member.
- getHost() - Method in class android.gov.nist.javax.sip.address.AddressImpl
-
Get the host name from the address.
- getHost() - Method in class android.gov.nist.javax.sip.address.Authority
-
Get the host name.
- getHost() - Method in class android.gov.nist.javax.sip.address.SipUri
-
Get the host protion of the URI.
- getHost() - Method in class android.gov.nist.javax.sip.header.CallIdentifier
-
get the host field
- getHost() - Method in class android.gov.nist.javax.sip.header.Via
-
Returns the host part of this ViaHeader.
- getHost() - Method in class android.gov.nist.javax.sip.stack.HopImpl
-
Retruns the host string.
- getHost() - Method in class android.gov.nist.javax.sip.stack.MessageChannel
-
Get the host of this message channel.
- getHost() - Method in interface android.gov.nist.javax.sip.stack.SIPTransaction
-
- getHost() - Method in class android.gov.nist.javax.sip.stack.SIPTransactionImpl
-
- getHost() - Method in class android.gov.nist.javax.sip.stack.UDPMessageChannel
-
get the stack address for the stack that received this message.
- getHost() - Method in interface android.gov.nist.javax.sip.TransactionExt
-
return the ip address on which this message was initially received
- getHost() - Method in interface android.javax.sip.address.Hop
-
Returns the host part of this Hop.
- getHost() - Method in interface android.javax.sip.address.SipURI
-
Returns the host part of this SipURI.
- getHost() - Method in interface android.javax.sip.header.ViaHeader
-
Returns the host part of this ViaHeader.
- getHost() - Method in class android.javax.sip.IOExceptionEvent
-
Return the host where Socket was pointing.
- getHostAddress() - Method in class android.gov.nist.javax.sip.stack.SIPTransactionStack
-
Deprecated.
- getHostname() - Method in class android.gov.nist.core.Host
-
get the HostName field
- getHostName() - Method in class android.gov.nist.javax.sdp.fields.Email
-
- getHostPort() - Method in class android.gov.nist.javax.sip.address.AddressImpl
-
Get the host port portion of the address spec.
- getHostPort() - Method in class android.gov.nist.javax.sip.address.Authority
-
get the hostPort member.
- getHostPort() - Method in class android.gov.nist.javax.sip.address.SipUri
-
Get the host and port of the server.
- getHostPort() - Method in class android.gov.nist.javax.sip.header.From
-
Conveniance accessor function to get the hostPort field from the address.
- getHostPort() - Method in class android.gov.nist.javax.sip.header.ReplyTo
-
Conveniance accessor function to get the hostPort field from the address
- getHostPort() - Method in class android.gov.nist.javax.sip.header.To
-
Conveniance accessor function to get the hostPort field from the address.
- getHostPort() - Method in class android.gov.nist.javax.sip.stack.MessageChannel
-
Get the hostport structure of this message channel.
- getHour() - Method in class android.gov.nist.javax.sip.header.SIPDate
-
get the hour
- getICID() - Method in class android.gov.nist.javax.sip.header.ims.PChargingVector
-
Get the icid-value parameter value
- getICID() - Method in interface android.gov.nist.javax.sip.header.ims.PChargingVectorHeader
-
- getICIDGeneratedAt() - Method in class android.gov.nist.javax.sip.header.ims.PChargingVector
-
Get the icid-generated-at parameter value
- getICIDGeneratedAt() - Method in interface android.gov.nist.javax.sip.header.ims.PChargingVectorHeader
-
- getIK() - Method in class android.gov.nist.javax.sip.header.AuthenticationHeader
-
- getIK() - Method in interface android.gov.nist.javax.sip.header.ims.WWWAuthenticateHeaderIms
-
- getIndentation() - Method in class android.gov.nist.core.GenericObject
-
- getIndentation() - Method in class android.gov.nist.core.GenericObjectList
-
- getInetAddress() - Method in class android.gov.nist.core.Host
-
Get the inet address from this host.
- getInetAddress() - Method in class android.gov.nist.core.HostPort
-
Return the internet address corresponding to the host.
- getInfo() - Method in class android.gov.nist.javax.sdp.MediaDescriptionImpl
-
Returns value of the info field (i=) of this object.
- getInfo() - Method in class android.gov.nist.javax.sdp.SessionDescriptionImpl
-
Returns value of the info field (i=) of this object.
- getInfo() - Method in class android.gov.nist.javax.sip.header.CallInfo
-
get the URI field
- getInfo() - Method in interface android.javax.sdp.MediaDescription
-
Returns value of the info field (i=) of this object.
- getInfo() - Method in interface android.javax.sdp.SessionDescription
-
Returns value of the info field (i=) of this object.
- getInfo() - Method in interface android.javax.sip.header.CallInfoHeader
-
Gets the URI that represents the location of the info of the caller
or callee.
- getInformation() - Method in class android.gov.nist.javax.sdp.fields.InformationField
-
- getInformationField() - Method in class android.gov.nist.javax.sdp.MediaDescriptionImpl
-
- getInstance() - Static method in class android.gov.nist.javax.sip.stack.ByteBufferFactory
-
- getInstance() - Static method in class android.gov.nist.javax.sip.Utils
-
- getInstance() - Static method in class android.javax.sdp.SdpFactory
-
Obtain an instance of an SdpFactory.
- getInstance() - Static method in class android.javax.sip.SipFactory
-
Returns an instance of a SipFactory.
- getIntegrityProtected() - Method in class android.gov.nist.javax.sip.header.AuthenticationHeader
-
- getIntegrityProtected() - Method in interface android.gov.nist.javax.sip.header.ims.AuthorizationHeaderIms
-
- getInternalState() - Method in interface android.gov.nist.javax.sip.stack.SIPTransaction
-
Gets the current state of this transaction.
- getInternalState() - Method in class android.gov.nist.javax.sip.stack.SIPTransactionImpl
-
- getInviteTransaction() - Method in class android.gov.nist.javax.sip.message.SIPRequest
-
- getInviteTransaction() - Method in class android.gov.nist.javax.sip.stack.SIPDialog
-
Get the INVITE transaction (null if no invite transaction).
- getIpAddress() - Method in class android.gov.nist.core.Host
-
Convenience function to get the raw IP destination address
of a SIP message as a String.
- getIPAddress() - Method in class android.gov.nist.javax.sip.ListeningPointImpl
-
- getIPAddress() - Method in class android.gov.nist.javax.sip.SipStackImpl
-
Deprecated.
- getIpAddress() - Method in class android.gov.nist.javax.sip.stack.MessageProcessor
-
- getIPAddress() - Method in interface android.javax.sip.ListeningPoint
-
Gets the IP of the ListeningPoint.
- getIPAddress() - Method in interface android.javax.sip.SipStack
-
Gets the IP Address that identifies this SipStack instance.
- getIsdnSubaddress() - Method in class android.gov.nist.javax.sip.address.TelephoneNumber
-
Get the isdn subaddress for this number.
- getIsdnSubAddress() - Method in class android.gov.nist.javax.sip.address.TelURLImpl
-
Returns the value of the isdnSubAddress parameter, or null
if it is not set.
- getIsdnSubAddress() - Method in interface android.javax.sip.address.TelURL
-
Returns the value of the isdnSubAddress parameter, or null
if it is not set.
- getJavaCal() - Method in class android.gov.nist.javax.sip.header.SIPDate
-
The only accessor we allow is to the java calendar record.
- getJoinDialog(JoinHeader) - Method in interface android.gov.nist.javax.sip.SipStackExt
-
Get the dialog in the Join header.
- getJoinDialog(JoinHeader) - Method in class android.gov.nist.javax.sip.stack.SIPTransactionStack
-
Get the Join Dialog from the stack.
- getKeepAliveTimeout() - Method in class android.gov.nist.javax.sip.stack.ConnectionOrientedMessageChannel
-
- getKey() - Method in class android.gov.nist.core.NameValue
-
- getKey() - Method in class android.gov.nist.javax.sdp.fields.KeyField
-
Returns the value of this attribute.
- getKey() - Method in class android.gov.nist.javax.sdp.MediaDescriptionImpl
-
Returns the key data.
- getKey() - Method in class android.gov.nist.javax.sdp.SessionDescriptionImpl
-
Returns the key data.
- getKey() - Method in class android.gov.nist.javax.sip.ListeningPointImpl
-
Get the key for this strucut
- getKey() - Method in class android.gov.nist.javax.sip.stack.ConnectionOrientedMessageChannel
-
Get an identifying key.
- getKey() - Method in class android.gov.nist.javax.sip.stack.MessageChannel
-
Generate a key which identifies the message channel.
- getKey(InetAddress, int, String) - Static method in class android.gov.nist.javax.sip.stack.MessageChannel
-
generate a key given the inet address port and transport.
- getKey(HostPort, String) - Static method in class android.gov.nist.javax.sip.stack.MessageChannel
-
Generate a key given host and port.
- getKey() - Method in interface android.gov.nist.javax.sip.stack.SIPTransaction
-
- getKey() - Method in class android.gov.nist.javax.sip.stack.SIPTransactionImpl
-
- getKey() - Method in class android.gov.nist.javax.sip.stack.UDPMessageChannel
-
- getKey() - Method in interface android.javax.sdp.Key
-
Returns the value of this attribute.
- getKey() - Method in interface android.javax.sdp.MediaDescription
-
Returns the key data.
- getKey() - Method in interface android.javax.sdp.SessionDescription
-
Returns the key data.
- getKeyData() - Method in class android.gov.nist.javax.sdp.fields.KeyField
-
- getKeyField() - Method in class android.gov.nist.javax.sdp.MediaDescriptionImpl
-
- getKeyManagers(boolean) - Method in class android.gov.nist.core.net.DefaultSecurityManagerProvider
-
- getKeyManagers(boolean) - Method in interface android.gov.nist.core.net.SecurityManagerProvider
-
- getLanguageRange() - Method in class android.gov.nist.javax.sip.header.AcceptLanguage
-
get the LanguageRange field
- getLanguageTag() - Method in class android.gov.nist.javax.sip.header.ContentLanguage
-
get the languageTag field.
- getLast() - Method in class android.gov.nist.javax.sip.header.SIPHeaderList
-
Get the last element of this list.
- getLastAckSentCSeq() - Method in class android.gov.nist.javax.sip.stack.SIPDialog
-
- getLastAckSentDialogId() - Method in class android.gov.nist.javax.sip.stack.SIPDialog
-
- getLastAckSentFromTag() - Method in class android.gov.nist.javax.sip.stack.SIPDialog
-
- getLastActivityTimestamp() - Method in class android.gov.nist.javax.sip.stack.NioTcpMessageChannel
-
- getLastHop() - Method in interface android.gov.nist.javax.sip.stack.AckSendingStrategy
-
Returns the last hop that a send was attempted on.
- getLastHop() - Method in class android.gov.nist.javax.sip.stack.SIPDialog.AckSendingStrategyImpl
-
- getLastResponse() - Method in interface android.gov.nist.javax.sip.stack.SIPTransaction
-
Get the last response.
- getLastResponse() - Method in class android.gov.nist.javax.sip.stack.SIPTransactionImpl
-
- getLastResponseCSeqNumber() - Method in class android.gov.nist.javax.sip.stack.SIPDialog
-
- getLastResponseMethod() - Method in class android.gov.nist.javax.sip.stack.SIPDialog
-
- getLastResponseStatusCode() - Method in class android.gov.nist.javax.sip.stack.SIPDialog
-
- getLastResponseStatusCode() - Method in interface android.gov.nist.javax.sip.stack.SIPServerTransaction
-
Get the last response status code.
- getLastResponseStatusCode() - Method in class android.gov.nist.javax.sip.stack.SIPServerTransactionImpl
-
- getLastResponseTopMostVia() - Method in class android.gov.nist.javax.sip.stack.SIPDialog
-
- getLastTransaction() - Method in class android.gov.nist.javax.sip.stack.SIPDialog
-
Get the last transaction from the dialog.
- getLevel(int) - Method in class android.gov.nist.core.LogWriter
-
- getLexer() - Method in class android.gov.nist.javax.sip.parser.Parser
-
- getLine() - Method in class android.gov.nist.core.StringTokenizer
-
- getLineCount() - Method in class android.gov.nist.core.CommonLogger
-
- getLineCount() - Method in class android.gov.nist.core.CommonLoggerLog4j
-
Get the line count in the log stream.
- getLineCount() - Method in class android.gov.nist.core.LogWriter
-
Get the line count in the log stream.
- getLineCount() - Method in interface android.gov.nist.core.StackLogger
-
Get the line count in the log stream.
- getLineNumber() - Method in exception android.javax.sdp.SdpParseException
-
Returns the line number where the error occured
- getLines() - Method in class android.gov.nist.core.StringTokenizer
-
Get a Vector of the buffer tokenized by lines
- getList(SIPHeader) - Static method in class android.gov.nist.javax.sip.message.ListMap
-
Return a list object for this header if it has an associated list object.
- getListClass(Class<?>) - Static method in class android.gov.nist.javax.sip.message.ListMap
-
Get the associated list class.
- getListeningPoint(String) - Method in class android.gov.nist.javax.sip.SipProviderImpl
-
- getListeningPoint() - Method in class android.gov.nist.javax.sip.SipProviderImpl
-
- getListeningPoint() - Method in class android.gov.nist.javax.sip.stack.MessageProcessor
-
- getListeningPoint() - Method in interface android.javax.sip.SipProvider
-
Deprecated.
Since v1.2. Note that in v1.1 a SipProvider could only be
associated to a single listening point, this restriction has been lifted to allow
a SipProvider to have a specific ListeningPoints for each transport.
For backwards compatibility, this method will return the first
ListeningPoint of the list of ListeningPoints associated with the
SipProvider. This method has been replaced with
SipProvider.getListeningPoints().
- getListeningPoint(String) - Method in interface android.javax.sip.SipProvider
-
Get the listening point for a given transport.
- getListeningPoints() - Method in class android.gov.nist.javax.sip.SipProviderImpl
-
- getListeningPoints() - Method in class android.gov.nist.javax.sip.SipStackImpl
-
- getListeningPoints() - Method in interface android.javax.sip.SipProvider
-
Returns all the ListeningPoints of this SipProvider.
- getListeningPoints() - Method in interface android.javax.sip.SipStack
-
Returns an Iterator of existing ListeningPoints created by this SipStack.
- getLocalAddress() - Method in class android.gov.nist.javax.sip.message.SIPMessage
-
- getLocalAddressForTcpDst(InetAddress, int, InetAddress, int) - Method in interface android.gov.nist.javax.sip.SipStackExt
-
Creates and binds, if necessary, a TCP socket connected to the specified
destination address and port and then returns its local address.
- getLocalAddressForTcpDst(InetAddress, int, InetAddress, int) - Method in class android.gov.nist.javax.sip.stack.IOHandler
-
Creates and binds, if necessary, a socket connected to the specified
destination address and port and then returns its local address.
- getLocalAddressForTcpDst(InetAddress, int, InetAddress, int) - Method in class android.gov.nist.javax.sip.stack.SIPTransactionStack
-
Creates and binds, if necessary, a socket connected to the specified
destination address and port and then returns its local address.
- getLocalAddressForTlsDst(InetAddress, int, InetAddress) - Method in interface android.gov.nist.javax.sip.SipStackExt
-
Creates and binds, if necessary, a TLS socket connected to the specified
destination address and port and then returns its local address.
- getLocalAddressForTlsDst(InetAddress, int, InetAddress, TLSMessageChannel) - Method in class android.gov.nist.javax.sip.stack.IOHandler
-
Creates and binds, if necessary, a socket connected to the specified
destination address and port and then returns its local address.
- getLocalAddressForTlsDst(InetAddress, int, InetAddress) - Method in class android.gov.nist.javax.sip.stack.SIPTransactionStack
-
Creates and binds, if necessary, a TCP SSL socket connected to the
specified destination address and port and then returns its local
address.
- getLocalCertificates() - Method in class android.gov.nist.javax.sip.stack.HandshakeCompletedListenerImpl
-
- getLocalCertificates() - Method in interface android.gov.nist.javax.sip.stack.SIPTransaction
-
- getLocalCertificates() - Method in class android.gov.nist.javax.sip.stack.SIPTransactionImpl
-
- getLocalCertificates() - Method in interface android.gov.nist.javax.sip.TransactionExt
-
Get the certificate(s) that were sent to the peer during handshaking.
- getLocalHost() - Method in class android.gov.nist.javax.sip.IOExceptionEventExt
-
- getLocalId() - Method in class android.gov.nist.javax.sip.header.CallIdentifier
-
get the LocalId field
- getLocalParty() - Method in class android.gov.nist.javax.sip.stack.SIPDialog
-
- getLocalParty() - Method in interface android.javax.sip.Dialog
-
Returns the Address identifying the local party.
- getLocalPort() - Method in class android.gov.nist.javax.sip.IOExceptionEventExt
-
- getLocalPort() - Method in class android.gov.nist.javax.sip.message.SIPMessage
-
- getLocalSeqNumber() - Method in class android.gov.nist.javax.sip.stack.SIPDialog
-
- getLocalSeqNumber() - Method in interface android.javax.sip.Dialog
-
The local sequence number is used to order requests from this User Agent
Client to its peer User Agent Server.
- getLocalSequenceNumber() - Method in class android.gov.nist.javax.sip.stack.SIPDialog
-
Deprecated.
- getLocalSequenceNumber() - Method in interface android.javax.sip.Dialog
-
- getLocalTag() - Method in class android.gov.nist.javax.sip.stack.SIPDialog
-
- getLocalTag() - Method in interface android.javax.sip.Dialog
-
Get the Local Tag of this Dialog.
- getLogFileName() - Method in class android.gov.nist.javax.sip.stack.ServerLog
-
return the name of the log file.
- getLogger(String) - Static method in class android.gov.nist.core.CommonLogger
-
- getLogger(Class) - Static method in class android.gov.nist.core.CommonLogger
-
- getLogger() - Method in class android.gov.nist.core.CommonLoggerLog4j
-
Get the logger.
- getLogger() - Method in class android.gov.nist.core.LogWriter
-
Get the logger.
- getLogger() - Method in class android.gov.nist.javax.sip.SipStackImpl
-
Deprecated.
TODO: This method will be removed May 11, 2010.
- getLoggerName() - Method in class android.gov.nist.core.CommonLogger
-
- getLoggerName() - Method in class android.gov.nist.core.CommonLoggerLog4j
-
- getLoggerName() - Method in class android.gov.nist.core.LogWriter
-
- getLoggerName() - Method in interface android.gov.nist.core.StackLogger
-
The category for the logger.
- getLogPriority() - Method in class android.gov.nist.core.LogWriter
-
- getLogRecordFactory() - Method in class android.gov.nist.javax.sip.SipStackImpl
-
Get the message log factory registered with the stack.
- getLrParam() - Method in class android.gov.nist.javax.sip.address.SipUri
-
Returns the value of the lr parameter, or null if this
is not set.
- getMAddr() - Method in class android.gov.nist.javax.sip.header.Via
-
Returns the value of the maddr parameter, or null if this
is not set.
- getMAddr() - Method in interface android.javax.sip.header.ViaHeader
-
Returns the value of the maddr parameter, or null if this
is not set.
- getMAddrParam() - Method in class android.gov.nist.javax.sip.address.SipUri
-
Returns the value of the maddr parameter, or null if this
is not set.
- getMAddrParam() - Method in interface android.javax.sip.address.SipURI
-
Returns the value of the maddr parameter, or null if this
is not set.
- getMajorVersion() - Method in class android.gov.nist.javax.sip.header.MimeVersion
-
Gets the Major version value of this MimeVersionHeader.
- getMajorVersion() - Method in interface android.javax.sip.header.MimeVersionHeader
-
Gets the Major version value of this MimeVersionHeader.
- getMap() - Method in class android.gov.nist.core.MultiValueMapImpl
-
- getMap() - Method in class android.gov.nist.core.NameValueList
-
- getMatcher() - Method in class android.gov.nist.core.GenericObject
-
Return the match expression.
- getMaxForkTime() - Method in class android.gov.nist.javax.sip.stack.SIPTransactionStack
-
- getMaxForwards() - Method in class android.gov.nist.javax.sip.header.MaxForwards
-
get the MaxForwards field.
- getMaxForwards() - Method in class android.gov.nist.javax.sip.message.SIPMessage
-
Get the MaxForwards header (null if one does not exist).
- getMaxForwards() - Method in interface android.javax.sip.header.MaxForwardsHeader
-
Gets the maximum number of forwards value of this MaxForwardsHeader.
- getMaximumMessageSize() - Method in class android.gov.nist.javax.sip.stack.ConnectionOrientedMessageProcessor
-
TCP can handle an unlimited number of bytes.
- getMaximumMessageSize() - Method in class android.gov.nist.javax.sip.stack.MessageProcessor
-
Maximum number of bytes that this processor can handle.
- getMaximumMessageSize() - Method in class android.gov.nist.javax.sip.stack.sctp.SCTPMessageProcessor
-
- getMaximumMessageSize() - Method in class android.gov.nist.javax.sip.stack.UDPMessageProcessor
-
UDP can handle a message as large as the MAX_DATAGRAM_SIZE.
- getMaxMessageSize() - Method in class android.gov.nist.javax.sip.stack.SIPTransactionStack
-
Maximum size of a single TCP message.
- getMaxTxLifetimeInvite() - Method in class android.gov.nist.javax.sip.stack.SIPTransactionStack
-
- getMaxTxLifetimeNonInvite() - Method in class android.gov.nist.javax.sip.stack.SIPTransactionStack
-
- getMDCVars() - Method in interface android.gov.nist.javax.sip.MDCTask
-
- getMedia() - Method in class android.gov.nist.javax.sdp.fields.MediaField
-
- getMedia() - Method in class android.gov.nist.javax.sdp.MediaDescriptionImpl
-
Return the Media field of the description.
- getMedia() - Method in interface android.javax.sdp.MediaDescription
-
Return the Media field of the description.
- getMediaDescriptions(boolean) - Method in class android.gov.nist.javax.sdp.SessionDescriptionImpl
-
Adds a MediaDescription to the session description.
- getMediaDescriptions(boolean) - Method in interface android.javax.sdp.SessionDescription
-
Adds a MediaDescription to the session description.
- getMediaField() - Method in class android.gov.nist.javax.sdp.MediaDescriptionImpl
-
- getMediaFormats(boolean) - Method in class android.gov.nist.javax.sdp.fields.MediaField
-
Returns an Vector of the media formats supported by this description.
- getMediaFormats(boolean) - Method in interface android.javax.sdp.Media
-
Returns an Vector of the media formats supported by this description.
- getMediaPort() - Method in class android.gov.nist.javax.sdp.fields.MediaField
-
Returns the port of the media defined by this description
- getMediaPort() - Method in interface android.javax.sdp.Media
-
Returns the port of the media defined by this description
- getMediaRange() - Method in class android.gov.nist.javax.sip.header.Accept
-
get the MediaRange field
- getMediaRange() - Method in class android.gov.nist.javax.sip.header.ContentType
-
get the mediaRange field.
- getMediaSubType() - Method in class android.gov.nist.javax.sip.header.ContentType
-
get the MediaSubType field.
- getMediaType() - Method in class android.gov.nist.javax.sdp.fields.MediaField
-
Returns the type (audio,video etc) of the
media defined by this description.
- getMediaType() - Method in class android.gov.nist.javax.sip.header.ContentType
-
get the Media Type.
- getMediaType() - Method in interface android.javax.sdp.Media
-
Returns the type (audio,video etc) of the media defined by this description.
- getMergeId() - Method in class android.gov.nist.javax.sip.message.SIPRequest
-
Generates an Id for checking potentially merged requests.
- getMergeId() - Method in class android.gov.nist.javax.sip.stack.SIPDialog
-
- getMergeId() - Method in interface android.gov.nist.javax.sip.stack.SIPTransaction
-
- getMergeId() - Method in class android.gov.nist.javax.sip.stack.SIPTransactionImpl
-
- getMessage() - Method in exception android.javax.sdp.SdpFactoryException
-
Return the message (if any) for this error.
- getMessage() - Method in exception android.javax.sdp.SdpParseException
-
Returns the message stored when the exception was created.
- getMessageAsEncodedStrings() - Method in class android.gov.nist.javax.sip.message.SIPMessage
-
Get the headers as a linked list of encoded Strings
- getMessageAsEncodedStrings() - Method in class android.gov.nist.javax.sip.message.SIPRequest
-
Get the message as a linked list of strings.
- getMessageAsEncodedStrings() - Method in class android.gov.nist.javax.sip.message.SIPResponse
-
Get this message as a list of encoded strings.
- getMessageChannel() - Method in class android.gov.nist.javax.sip.message.SIPRequest
-
Book keeping method to get the messasge channel for the request.
- getMessageChannel(SocketChannel) - Method in class android.gov.nist.javax.sip.stack.NIOHandler
-
- getMessageChannel() - Method in interface android.gov.nist.javax.sip.stack.SIPTransaction
-
Returns the message channel used for transmitting/receiving messages for
this transaction.
- getMessageChannel() - Method in class android.gov.nist.javax.sip.stack.SIPTransactionImpl
-
- getMessageContent() - Method in class android.gov.nist.javax.sip.message.SIPMessage
-
Get the message body as a string.
- getMessageParserFactory() - Method in class android.gov.nist.javax.sip.stack.SIPTransactionStack
-
- getMessageProcessor() - Method in class android.gov.nist.javax.sip.ListeningPointImpl
-
- getMessageProcessor() - Method in class android.gov.nist.javax.sip.stack.MessageChannel
-
Get the message processor.
- getMessageProcessor() - Method in interface android.gov.nist.javax.sip.stack.SIPTransaction
-
- getMessageProcessor() - Method in class android.gov.nist.javax.sip.stack.SIPTransactionImpl
-
- getMessageProcessorFactory() - Method in class android.gov.nist.javax.sip.stack.SIPTransactionStack
-
- getMessageProcessors() - Method in class android.gov.nist.javax.sip.stack.SIPTransactionStack
-
Gets an array of running MessageProcessors on this SIPStack.
- getMethod() - Method in class android.gov.nist.javax.sdp.fields.KeyField
-
Returns the name of this attribute
- getMethod() - Method in class android.gov.nist.javax.sip.address.SipUri
-
Get the method parameter.
- getMethod() - Method in class android.gov.nist.javax.sip.header.Allow
-
get the method field
- getMethod() - Method in class android.gov.nist.javax.sip.header.CSeq
-
Get the method.
- getMethod() - Method in class android.gov.nist.javax.sip.header.RAck
-
Gets the method of RAckHeader
- getMethod() - Method in class android.gov.nist.javax.sip.header.RequestLine
-
- getMethod() - Method in interface android.gov.nist.javax.sip.header.SipRequestLine
-
Get the Method
- getMethod() - Method in class android.gov.nist.javax.sip.message.SIPRequest
-
Get the method from the request line.
- getMethod() - Method in class android.gov.nist.javax.sip.stack.SIPDialog
-
Get the method of the request/response that resulted in the creation of
the Dialog.
- getMethod() - Method in interface android.gov.nist.javax.sip.stack.SIPTransaction
-
Get the method of the request used to create this transaction.
- getMethod() - Method in class android.gov.nist.javax.sip.stack.SIPTransactionImpl
-
- getMethod() - Method in interface android.javax.sdp.Key
-
Returns the name of this attribute
- getMethod() - Method in interface android.javax.sip.header.AllowHeader
-
Gets the method of the AllowHeader.
- getMethod() - Method in interface android.javax.sip.header.CSeqHeader
-
Gets the method of CSeqHeader
- getMethod() - Method in interface android.javax.sip.header.RAckHeader
-
Gets the method of RAckHeader.
- getMethod() - Method in interface android.javax.sip.message.Request
-
Gets method string of this Request message.
- getMethodParam() - Method in class android.gov.nist.javax.sip.address.SipUri
-
Returns the value of the method parameter, or null if this
is not set.
- getMethodParam() - Method in interface android.javax.sip.address.SipURI
-
Returns the value of the method parameter, or null if this
is not set.
- getMethods() - Method in class android.gov.nist.javax.sip.header.AllowEventsList
-
Gets an Iterator of all the methods of the AllowEventsHeader.
- getMethods() - Method in class android.gov.nist.javax.sip.header.AllowList
-
Gets an Iterator of all the methods of the AllowHeader.
- getMetricStats(CallAnalyzer.MetricReference) - Method in class android.gov.nist.javax.sip.stack.CallAnalyzer
-
Get the current stats for the metric over all threads
- getMimeParameters() - Method in class android.gov.nist.javax.sdp.MediaDescriptionImpl
-
Returns a Vector containing a string of parameters for each of the codecs
in this description.
- getMimeParameters() - Method in interface android.javax.sdp.MediaDescription
-
Returns a Vector containing a string of parameters for each of the codecs in this description.
- getMimeTypes() - Method in class android.gov.nist.javax.sdp.MediaDescriptionImpl
-
Returns a Vector containing a string indicating the MIME type for each of
the codecs in this description.
- getMimeTypes() - Method in interface android.javax.sdp.MediaDescription
-
Returns a Vector containing a string indicating the MIME type for each of the codecs in this description.
- getMinKeepAliveInterval() - Method in class android.gov.nist.javax.sip.stack.SIPTransactionStack
-
- getMinorVersion() - Method in class android.gov.nist.javax.sip.header.MimeVersion
-
Gets the Minor version value of this MimeVersionHeader.
- getMinorVersion() - Method in interface android.javax.sip.header.MimeVersionHeader
-
Gets the Minor version value of this MimeVersionHeader.
- getMinute() - Method in class android.gov.nist.javax.sip.header.SIPDate
-
get the minute
- getMode() - Method in class android.gov.nist.javax.sip.header.ims.SecurityAgree
-
Get Mode
- getMode() - Method in interface android.gov.nist.javax.sip.header.ims.SecurityAgreeHeader
-
Get Mode
- getMonth() - Method in class android.gov.nist.javax.sip.header.SIPDate
-
get the month
- getMultiParameter(String) - Method in class android.gov.nist.javax.sip.header.ParametersHeader
-
Returns the parameter name
- getMultiParameterNames() - Method in class android.gov.nist.javax.sip.header.ParametersHeader
-
Returns an Iterator over the names (Strings) of all parameters present
in this ParametersHeader.
- getMultiParameters() - Method in class android.gov.nist.javax.sip.header.ParametersHeader
-
- getMultiParameterValue(String) - Method in class android.gov.nist.javax.sip.header.ParametersHeader
-
Return the parameter as an object (dont convert to string).
- getMultipartMimeContent() - Method in interface android.gov.nist.javax.sip.message.MessageExt
-
Get the multipart mime content from a message.
- getMultipartMimeContent() - Method in class android.gov.nist.javax.sip.message.SIPMessage
-
Get the multipart MIME content
- getMyClass() - Method in class android.gov.nist.javax.sip.header.SIPHeaderList
-
Get the class for the headers of this list.
- getMyContactHeader() - Method in class android.gov.nist.javax.sip.stack.SIPDialog
-
Get the contact header that the owner of this dialog assigned.
- getName() - Method in class android.gov.nist.core.NameValue
-
- getName() - Method in class android.gov.nist.javax.sdp.fields.AttributeField
-
Returns the name of this attribute
- getName() - Method in class android.gov.nist.javax.sdp.fields.PhoneField
-
- getName() - Method in class android.gov.nist.javax.sip.header.extensions.References
-
- getName() - Method in class android.gov.nist.javax.sip.header.Reason
-
Gets the unique string name of this Header.
- getName() - Method in class android.gov.nist.javax.sip.header.SIPHeader
-
Alias for getHaderName above.
- getName() - Method in class android.gov.nist.javax.sip.header.SIPHeaderList
-
- getName() - Method in interface android.javax.sdp.Attribute
-
Returns the name of this attribute
- getName() - Method in interface android.javax.sip.header.Header
-
Gets the unique string name of this Header.
- getNames() - Method in class android.gov.nist.core.DuplicateNameValueList
-
Get a list of parameter names.
- getNames() - Method in class android.gov.nist.core.NameValueList
-
Get a list of parameter names.
- getNameValue(String) - Method in class android.gov.nist.core.DuplicateNameValueList
-
Get the NameValue record given a name.
- getNameValue(String) - Method in class android.gov.nist.core.NameValueList
-
Get the NameValue record given a name.
- getNameValue(String) - Method in class android.gov.nist.javax.sip.header.ParametersHeader
-
This is for the benifit of the TCK.
- getNettype() - Method in class android.gov.nist.javax.sdp.fields.ConnectionField
-
- getNettype() - Method in class android.gov.nist.javax.sdp.fields.OriginField
-
Get the netType member.
- getNetworkLayer() - Method in class android.gov.nist.javax.sip.stack.SIPTransactionStack
-
Return the network layer (i.e.
- getNetworkType() - Method in class android.gov.nist.javax.sdp.fields.ConnectionField
-
Returns the type of the network for this Connection.
- getNetworkType() - Method in class android.gov.nist.javax.sdp.fields.OriginField
-
Returns the type of the network for this Connection
- getNetworkType() - Method in interface android.javax.sdp.Connection
-
Returns the type of the network for this Connection.
- getNetworkType() - Method in interface android.javax.sdp.Origin
-
Returns the type of the network for this Connection
- getNewCallId() - Method in class android.gov.nist.javax.sip.SipProviderImpl
-
- getNewCallId() - Method in interface android.javax.sip.SipProvider
-
Returns a unique CallIdHeader for identifying dialogues between two
SIP applications.
- getNewClientTransaction(Request) - Method in class android.gov.nist.javax.sip.SipProviderImpl
-
- getNewClientTransaction(Request) - Method in interface android.javax.sip.SipProvider
-
Before an application can send a new request it must first request
a new client transaction to handle that Request.
- getNewDialog(Transaction) - Method in class android.gov.nist.javax.sip.SipProviderImpl
-
- getNewDialog(Transaction) - Method in interface android.javax.sip.SipProvider
-
Create a dialog for the given transaction.
- getNewServerTransaction(Request) - Method in class android.gov.nist.javax.sip.SipProviderImpl
-
- getNewServerTransaction(Request) - Method in interface android.javax.sip.SipProvider
-
An application has the responsibility of deciding to respond to a
Request that does not match an existing server transaction.
- getNextChar() - Method in class android.gov.nist.core.StringTokenizer
-
- getNextHop() - Method in interface android.gov.nist.javax.sip.ClientTransactionExt
-
Get the next hop that was computed by the routing layer.
- getNextHop(Request) - Method in class android.gov.nist.javax.sip.stack.DefaultRouter
-
Return addresses for default proxy to forward the request to.
- getNextHop() - Method in interface android.gov.nist.javax.sip.stack.SIPClientTransaction
-
Reeturn the previously computed next hop (avoid computing it twice).
- getNextHop() - Method in class android.gov.nist.javax.sip.stack.SIPClientTransactionImpl
-
- getNextHop(SIPRequest) - Method in class android.gov.nist.javax.sip.stack.SIPTransactionStack
-
Get the default route string.
- getNextHop(Request) - Method in interface android.javax.sip.address.Router
-
Gets the next Hop from this Router for the specified request, this
method may return null if a default route is not defined.
- getNextHops(Request) - Method in class android.gov.nist.javax.sip.stack.DefaultRouter
-
- getNextHops(Request) - Method in interface android.javax.sip.address.Router
-
- getNextId() - Method in class android.gov.nist.core.LexerCore
-
Get the next id.
- getNextIdNoWhiteSpace() - Method in class android.gov.nist.core.LexerCore
-
- getNextIp() - Method in class android.gov.nist.core.LexerCore
-
Get the next ip.
- getNextNonce() - Method in class android.gov.nist.javax.sip.header.AuthenticationInfo
-
Returns the nextNonce value of this AuthenticationInfoHeader.
- getNextNonce() - Method in interface android.javax.sip.header.AuthenticationInfoHeader
-
Returns the nextNonce value of this AuthenticationInfoHeader.
- getNextToken() - Method in class android.gov.nist.core.LexerCore
-
- getNextToken(char) - Method in class android.gov.nist.core.StringTokenizer
-
Get the next token from the buffer.
- getNonce() - Method in class android.gov.nist.javax.sip.header.AuthenticationHeader
-
Returns the Nonce value of this WWWAuthenicateHeader.
- getNonce() - Method in interface android.javax.sip.header.AuthorizationHeader
-
Returns the Nonce value of this AuthorizationHeader.
- getNonce() - Method in interface android.javax.sip.header.WWWAuthenticateHeader
-
Returns the Nonce value of this WWWAuthenicateHeader.
- getNonceCount() - Method in class android.gov.nist.javax.sip.header.AuthenticationHeader
-
- getNonceCount() - Method in class android.gov.nist.javax.sip.header.AuthenticationInfo
-
Returns the Nonce Count value of this AuthenticationInfoHeader.
- getNonceCount() - Method in interface android.javax.sip.header.AuthenticationInfoHeader
-
Returns the Nonce Count value of this AuthenticationInfoHeader.
- getNonceCount() - Method in interface android.javax.sip.header.AuthorizationHeader
-
Returns the Nonce Count value of this AuthorizationHeader.
- getNports() - Method in class android.gov.nist.javax.sdp.fields.MediaField
-
- getNtpTime(Date) - Static method in class android.javax.sdp.SdpFactory
-
Returns a long containing the NTP value for a given Java Date.
- getNumberOfSemaphores() - Method in class android.gov.nist.javax.sip.stack.KeyedSemaphore
-
- getNumberOfThreads() - Method in class android.gov.nist.javax.sip.stack.CallAnalyzer
-
Number of threads that are executing requests right now or have executed requests and are idle and not
garbage collected.
- getObject(Thread, String) - Method in class android.gov.nist.javax.sip.stack.CallAnalyzer
-
Retrieve items associated with the thread
- getObject(int) - Static method in class android.javax.sip.DialogState
-
This method returns the object value of the DialogState
- getObject(int) - Method in class android.javax.sip.Timeout
-
This method returns the object value of the Timeout
- getObject(int) - Static method in class android.javax.sip.TransactionState
-
This method returns the object value of the TransactionState
- getOffset() - Method in class android.gov.nist.javax.sdp.fields.ZoneAdjustment
-
get the offset.
- getOffsetArray() - Method in class android.gov.nist.javax.sdp.fields.RepeatField
-
Returns the list of offsets.
- getOffsetArray() - Method in interface android.javax.sdp.RepeatTime
-
Returns the list of offsets.
- getOffsets() - Method in class android.gov.nist.javax.sdp.fields.RepeatField
-
- getOpaque() - Method in class android.gov.nist.javax.sip.header.AuthenticationHeader
-
Returns the Opaque value of this WWWAuthenicateHeader.
- getOpaque() - Method in class android.gov.nist.javax.sip.header.Challenge
-
get the Opaque field
- getOpaque() - Method in interface android.javax.sip.header.AuthorizationHeader
-
Returns the Opaque value of this AuthorizationHeader.
- getOpaque() - Method in interface android.javax.sip.header.WWWAuthenticateHeader
-
Returns the Opaque value of this WWWAuthenicateHeader.
- getOptionTag() - Method in class android.gov.nist.javax.sip.header.ProxyRequire
-
Gets the option tag of this OptionTag class.
- getOptionTag() - Method in class android.gov.nist.javax.sip.header.Require
-
Gets the option tag of this OptionTag class.
- getOptionTag() - Method in class android.gov.nist.javax.sip.header.Supported
-
Gets the option tag of this OptionTag class.
- getOptionTag() - Method in class android.gov.nist.javax.sip.header.Unsupported
-
get the option tag field
- getOptionTag() - Method in interface android.javax.sip.header.OptionTag
-
Gets the option tag of this OptionTag class.
- getOrganization() - Method in class android.gov.nist.javax.sip.header.Organization
-
Get the organization field.
- getOrganization() - Method in interface android.javax.sip.header.OrganizationHeader
-
Gets the organization value of OrganizationHeader.
- getOrigin() - Method in class android.gov.nist.javax.sdp.SessionDescriptionImpl
-
Returns information about the originator of the session.
- getOrigin() - Method in interface android.javax.sdp.SessionDescription
-
Returns information about the originator of the session.
- getOriginalDialog() - Method in interface android.gov.nist.javax.sip.DialogExt
-
- getOriginalDialog() - Method in class android.gov.nist.javax.sip.stack.SIPDialog
-
- getOriginalLocalSequenceNumber() - Method in class android.gov.nist.javax.sip.stack.SIPDialog
-
Get the sequence number for the request that origianlly created the
Dialog.
- getOriginalRequest() - Method in interface android.gov.nist.javax.sip.stack.SIPTransaction
-
Gets the request being handled by this transaction.
- getOriginalRequest() - Method in class android.gov.nist.javax.sip.stack.SIPTransactionImpl
-
- getOriginalRequestCallId() - Method in interface android.gov.nist.javax.sip.stack.SIPClientTransaction
-
- getOriginalRequestCallId() - Method in class android.gov.nist.javax.sip.stack.SIPClientTransactionImpl
-
- getOriginalRequestContact() - Method in interface android.gov.nist.javax.sip.stack.SIPClientTransaction
-
- getOriginalRequestContact() - Method in class android.gov.nist.javax.sip.stack.SIPClientTransactionImpl
-
- getOriginalRequestEvent() - Method in interface android.gov.nist.javax.sip.stack.SIPClientTransaction
-
- getOriginalRequestEvent() - Method in class android.gov.nist.javax.sip.stack.SIPClientTransactionImpl
-
- getOriginalRequestFromTag() - Method in interface android.gov.nist.javax.sip.stack.SIPClientTransaction
-
- getOriginalRequestFromTag() - Method in class android.gov.nist.javax.sip.stack.SIPClientTransactionImpl
-
- getOriginalRequestRecordRouteHeaders() - Method in class android.gov.nist.javax.sip.stack.SIPDialog
-
- getOriginalRequestScheme() - Method in interface android.gov.nist.javax.sip.stack.SIPClientTransaction
-
- getOriginalRequestScheme() - Method in class android.gov.nist.javax.sip.stack.SIPClientTransactionImpl
-
- getOriginalTransaction() - Method in class android.gov.nist.javax.sip.ResponseEventExt
-
Get the original transaction for which this is a forked response.
- getOriginatingIOI() - Method in class android.gov.nist.javax.sip.header.ims.PChargingVector
-
Get the orig-ioi parameter value
- getOriginatingIOI() - Method in interface android.gov.nist.javax.sip.header.ims.PChargingVectorHeader
-
- getOutboundProxy() - Method in class android.gov.nist.javax.sip.stack.DefaultRouter
-
Get the default hop.
- getOutboundProxy() - Method in interface android.javax.sip.address.Router
-
Gets the Outbound Proxy parameter of this Router, this method may return
null if no outbound proxy is defined.
- getOutgoingViaHeader() - Method in interface android.gov.nist.javax.sip.stack.SIPClientTransaction
-
get the via header for an outgoing request.
- getOutgoingViaHeader() - Method in class android.gov.nist.javax.sip.stack.SIPClientTransactionImpl
-
- getParameter(String) - Method in class android.gov.nist.core.DuplicateNameValueList
-
Get the parameter as a String.
- getParameter(String) - Method in class android.gov.nist.core.NameValueList
-
Get the parameter as a String.
- getParameter(String, boolean) - Method in class android.gov.nist.core.NameValueList
-
Get the parameter as a String.
- getParameter(String) - Method in class android.gov.nist.javax.sip.address.SipUri
-
Returns the value of the named parameter, or null if it is not set.
- getParameter(String) - Method in class android.gov.nist.javax.sip.address.TelephoneNumber
-
Returns the value of the named parameter, or null if it is not set.
- getParameter(String) - Method in class android.gov.nist.javax.sip.address.TelURLImpl
-
- getParameter(String) - Method in class android.gov.nist.javax.sip.header.Challenge
-
get the specified parameter
- getParameter(String) - Method in class android.gov.nist.javax.sip.header.extensions.References
-
- getParameter(String, boolean) - Method in interface android.gov.nist.javax.sip.header.ParametersExt
-
Returns the value of the named parameter, or null if it is not set.
- getParameter(String) - Method in class android.gov.nist.javax.sip.header.ParametersHeader
-
- getParameter(String, boolean) - Method in class android.gov.nist.javax.sip.header.ParametersHeader
-
- getParameter(String) - Method in interface android.javax.sip.header.Parameters
-
Returns the value of the named parameter, or null if it is not set.
- getParameterAsBoolean(String) - Method in class android.gov.nist.javax.sip.header.ParametersHeader
-
Get the parameter value as a boolean.
- getParameterAsFloat(String) - Method in class android.gov.nist.javax.sip.header.ParametersHeader
-
Get the parameter as a float value.
- getParameterAsHexInt(String) - Method in class android.gov.nist.javax.sip.header.ParametersHeader
-
Get the parameter as an integer when it is entered as a hex.
- getParameterAsInt(String) - Method in class android.gov.nist.javax.sip.header.ParametersHeader
-
Get the parameter as an integer value.
- getParameterAsLong(String) - Method in class android.gov.nist.javax.sip.header.ParametersHeader
-
Get the parameter as a long value.
- getParameterAsURI(String) - Method in class android.gov.nist.javax.sip.header.ParametersHeader
-
Get the parameter value as a URI.
- getParameterNames() - Method in class android.gov.nist.javax.sip.address.SipUri
-
Returns an Iterator over the names (Strings) of all parameters present
in this ParametersHeader.
- getParameterNames() - Method in class android.gov.nist.javax.sip.address.TelephoneNumber
-
Returns an Iterator over the names (Strings) of all parameters.
- getParameterNames() - Method in class android.gov.nist.javax.sip.address.TelURLImpl
-
- getParameterNames() - Method in class android.gov.nist.javax.sip.header.extensions.References
-
- getParameterNames() - Method in class android.gov.nist.javax.sip.header.ParametersHeader
-
Returns an Iterator over the names (Strings) of all parameters present
in this ParametersHeader.
- getParameterNames() - Method in interface android.javax.sip.header.Parameters
-
Returns an Iterator over the names (Strings) of all parameters present
in this ParametersHeader.
- getParameters() - Method in class android.gov.nist.javax.sip.address.SipUri
-
Accessor for URI parameters
- getParameters() - Method in class android.gov.nist.javax.sip.address.TelephoneNumber
-
- getParameters() - Method in class android.gov.nist.javax.sip.address.TelURLImpl
-
- getParameters() - Method in interface android.gov.nist.javax.sip.header.AddressParameters
-
Get the parameters map.
- getParameters() - Method in class android.gov.nist.javax.sip.header.ParametersHeader
-
get the parameter list.
- getParameterValue(String) - Method in class android.gov.nist.javax.sip.header.ParametersHeader
-
Return the parameter as an object (dont convert to string).
- getParm(String) - Method in class android.gov.nist.javax.sip.address.SipUri
-
get the parameter (do a name lookup) and return null if none exists.
- getPassword() - Method in class android.gov.nist.javax.sip.address.Authority
-
Get password from the user info.
- getPassword() - Method in class android.gov.nist.javax.sip.address.UserInfo
-
get the password field.
- getPassword() - Method in interface android.gov.nist.javax.sip.clientauthutils.UserCredentials
-
Returns a password associated with this set of credentials.
- getPathName() - Method in class android.javax.sip.SipFactory
-
Returns the current pathname of the SipFactory.
- getPeerAddress() - Method in class android.gov.nist.javax.sip.stack.ConnectionOrientedMessageChannel
-
get the address of the client that sent the data to us.
- getPeerAddress() - Method in class android.gov.nist.javax.sip.stack.MessageChannel
-
Get the peer address of the machine that sent us this message.
- getPeerAddress() - Method in interface android.gov.nist.javax.sip.stack.SIPTransaction
-
- getPeerAddress() - Method in class android.gov.nist.javax.sip.stack.SIPTransactionImpl
-
- getPeerAddress() - Method in class android.gov.nist.javax.sip.stack.UDPMessageChannel
-
get the address of the host that sent me the message
- getPeerAddress() - Method in interface android.gov.nist.javax.sip.TransactionExt
-
Returns the IP address of the upstream/downstream hop from which this message was initially received
- getPeerCertificates() - Method in class android.gov.nist.javax.sip.stack.HandshakeCompletedListenerImpl
-
- getPeerCertificates() - Method in interface android.gov.nist.javax.sip.stack.SIPTransaction
-
- getPeerCertificates() - Method in class android.gov.nist.javax.sip.stack.SIPTransactionImpl
-
- getPeerCertificates() - Method in interface android.gov.nist.javax.sip.TransactionExt
-
- getPeerHost() - Method in class android.gov.nist.javax.sip.IOExceptionEventExt
-
- getPeerHostPort() - Method in class android.gov.nist.javax.sip.stack.MessageChannel
-
Get the peer host and port.
- getPeerInetAddress() - Method in class android.gov.nist.javax.sip.stack.ConnectionOrientedMessageChannel
-
- getPeerInetAddress() - Method in class android.gov.nist.javax.sip.stack.MessageChannel
-
- getPeerInetAddress() - Method in class android.gov.nist.javax.sip.stack.SIPTransactionImpl
-
- getPeerInetAddress() - Method in class android.gov.nist.javax.sip.stack.UDPMessageChannel
-
- getPeerName() - Method in class android.gov.nist.javax.sip.stack.UDPMessageChannel
-
get the name (address) of the host that sent me the message
- getPeerPacketSourceAddress() - Method in class android.gov.nist.javax.sip.message.SIPMessage
-
- getPeerPacketSourceAddress() - Method in class android.gov.nist.javax.sip.stack.ConnectionOrientedMessageChannel
-
- getPeerPacketSourceAddress() - Method in class android.gov.nist.javax.sip.stack.MessageChannel
-
- getPeerPacketSourceAddress() - Method in interface android.gov.nist.javax.sip.stack.SIPTransaction
-
- getPeerPacketSourceAddress() - Method in class android.gov.nist.javax.sip.stack.SIPTransactionImpl
-
- getPeerPacketSourceAddress() - Method in class android.gov.nist.javax.sip.stack.UDPMessageChannel
-
- getPeerPacketSourcePort() - Method in class android.gov.nist.javax.sip.message.SIPMessage
-
- getPeerPacketSourcePort() - Method in class android.gov.nist.javax.sip.stack.ConnectionOrientedMessageChannel
-
- getPeerPacketSourcePort() - Method in class android.gov.nist.javax.sip.stack.MessageChannel
-
- getPeerPacketSourcePort() - Method in interface android.gov.nist.javax.sip.stack.SIPTransaction
-
- getPeerPacketSourcePort() - Method in class android.gov.nist.javax.sip.stack.SIPTransactionImpl
-
- getPeerPacketSourcePort() - Method in class android.gov.nist.javax.sip.stack.UDPMessageChannel
-
- getPeerPort() - Method in class android.gov.nist.javax.sip.IOExceptionEventExt
-
- getPeerPort() - Method in class android.gov.nist.javax.sip.stack.ConnectionOrientedMessageChannel
-
Get the port of the peer to whom we are sending messages.
- getPeerPort() - Method in class android.gov.nist.javax.sip.stack.MessageChannel
-
Get the sender port ( the port of the other end that sent me the message).
- getPeerPort() - Method in interface android.gov.nist.javax.sip.stack.SIPTransaction
-
- getPeerPort() - Method in class android.gov.nist.javax.sip.stack.SIPTransactionImpl
-
- getPeerPort() - Method in class android.gov.nist.javax.sip.stack.UDPMessageChannel
-
- getPeerPort() - Method in interface android.gov.nist.javax.sip.TransactionExt
-
Returns the port of the upstream/downstream hop from which this message was initially received
- getPeerProtocol() - Method in class android.gov.nist.javax.sip.stack.ConnectionOrientedMessageChannel
-
- getPeerProtocol() - Method in class android.gov.nist.javax.sip.stack.MessageChannel
-
- getPeerProtocol() - Method in interface android.gov.nist.javax.sip.stack.SIPTransaction
-
- getPeerProtocol() - Method in class android.gov.nist.javax.sip.stack.SIPTransactionImpl
-
- getPeerProtocol() - Method in class android.gov.nist.javax.sip.stack.UDPMessageChannel
-
- getPendingReliableCSeqNumber() - Method in interface android.gov.nist.javax.sip.stack.SIPServerTransaction
-
- getPendingReliableCSeqNumber() - Method in class android.gov.nist.javax.sip.stack.SIPServerTransactionImpl
-
- getPendingReliableResponseMethod() - Method in interface android.gov.nist.javax.sip.stack.SIPServerTransaction
-
- getPendingReliableResponseMethod() - Method in class android.gov.nist.javax.sip.stack.SIPServerTransactionImpl
-
- getPendingReliableRSeqNumber() - Method in interface android.gov.nist.javax.sip.stack.SIPServerTransaction
-
- getPendingReliableRSeqNumber() - Method in class android.gov.nist.javax.sip.stack.SIPServerTransactionImpl
-
- getPhoneContext() - Method in class android.gov.nist.javax.sip.address.TelURLImpl
-
- getPhoneContext() - Method in interface android.javax.sip.address.TelURL
-
Returns the value of the phoneContext parameter, or null
if it is not set.
- getPhoneNumber() - Method in class android.gov.nist.javax.sdp.fields.PhoneField
-
- getPhoneNumber(String) - Method in class android.gov.nist.javax.sdp.parser.PhoneFieldParser
-
- getPhoneNumber() - Method in class android.gov.nist.javax.sip.address.TelephoneNumber
-
get the PhoneNumber field
- getPhoneNumber() - Method in class android.gov.nist.javax.sip.address.TelURLImpl
-
Get the telephone number.
- getPhoneNumber() - Method in interface android.javax.sip.address.TelURL
-
Returns the value of the phoneNumber parameter.
- getPhones(boolean) - Method in class android.gov.nist.javax.sdp.SessionDescriptionImpl
-
Returns a phone number to contact for further information about the
session.
- getPhones(boolean) - Method in interface android.javax.sdp.SessionDescription
-
Returns a phone number to contact for further information about the session.
- getPingIntervalInMillisecs() - Method in class android.gov.nist.core.ThreadAuditor
-
- getPingIntervalInMillisecs() - Method in class android.gov.nist.core.ThreadAuditor.ThreadHandle
-
- getPort() - Method in class android.gov.nist.core.HostPort
-
get the port field
- getPort() - Method in class android.gov.nist.javax.sdp.fields.ConnectionAddress
-
- getPort() - Method in class android.gov.nist.javax.sdp.fields.MediaField
-
- getPort() - Method in class android.gov.nist.javax.sip.address.AddressImpl
-
Get the port from the imbedded URI.
- getPort() - Method in class android.gov.nist.javax.sip.address.Authority
-
Get the port.
- getPort() - Method in class android.gov.nist.javax.sip.address.SipUri
-
Get the port from the authority field.
- getPort() - Method in class android.gov.nist.javax.sip.header.Via
-
Returns the port part of this ViaHeader.
- getPort() - Method in class android.gov.nist.javax.sip.ListeningPointImpl
-
Gets the port of the ListeningPoint.
- getPort() - Method in class android.gov.nist.javax.sip.stack.HopImpl
-
Returns the port.
- getPort() - Method in class android.gov.nist.javax.sip.stack.MessageChannel
-
Get port of this message channel.
- getPort() - Method in class android.gov.nist.javax.sip.stack.MessageProcessor
-
Get the port identifier.
- getPort() - Method in interface android.gov.nist.javax.sip.stack.SIPTransaction
-
- getPort() - Method in class android.gov.nist.javax.sip.stack.SIPTransactionImpl
-
- getPort() - Method in class android.gov.nist.javax.sip.stack.UDPMessageChannel
-
get the port.
- getPort() - Method in class android.gov.nist.javax.sip.stack.UDPMessageProcessor
-
Get port on which to listen for incoming stuff.
- getPort() - Method in interface android.gov.nist.javax.sip.TransactionExt
-
return the port on which this message was initially received
- getPort() - Method in interface android.javax.sip.address.Hop
-
Returns the port part of this Hop.
- getPort() - Method in interface android.javax.sip.address.SipURI
-
Returns the port part of this SipURI.
- getPort() - Method in interface android.javax.sip.header.ViaHeader
-
Returns the port part of this ViaHeader.
- getPort() - Method in class android.javax.sip.IOExceptionEvent
-
Returns the port where the socket was trying to send amessage.
- getPort() - Method in interface android.javax.sip.ListeningPoint
-
Gets the port of the ListeningPoint.
- getPortClient() - Method in class android.gov.nist.javax.sip.header.ims.SecurityAgree
-
Get Client Port
- getPortClient() - Method in interface android.gov.nist.javax.sip.header.ims.SecurityAgreeHeader
-
Get Client Port
- getPortCount() - Method in class android.gov.nist.javax.sdp.fields.MediaField
-
Returns the number of ports associated with this media description
- getPortCount() - Method in interface android.javax.sdp.Media
-
Returns the number of ports associated with this media description
- getPortServer() - Method in class android.gov.nist.javax.sip.header.ims.SecurityAgree
-
Get Server Port
- getPortServer() - Method in interface android.gov.nist.javax.sip.header.ims.SecurityAgreeHeader
-
Get Server Port
- getPostDial() - Method in class android.gov.nist.javax.sip.address.TelephoneNumber
-
get the PostDial field
- getPostDial() - Method in class android.gov.nist.javax.sip.address.TelURLImpl
-
Returns the value of the postDial parameter, or null if it
is not set.
- getPostDial() - Method in interface android.javax.sip.address.TelURL
-
Returns the value of the postDial parameter, or null if it
is not set.
- getPostParseExecutor() - Static method in class android.gov.nist.javax.sip.parser.PostParseExecutorServices
-
- getPreconditionConfirmStatus() - Method in class android.gov.nist.javax.sdp.fields.PreconditionFields
-
Get the attribute fields with the name "conf"
for confirmation precondition.
- getPreconditionCurr(String) - Method in class android.gov.nist.javax.sdp.fields.PreconditionFields
-
Get the attribute fields with the name "curr"
for current precondition.
- getPreconditionDes(String) - Method in class android.gov.nist.javax.sdp.fields.PreconditionFields
-
Get the attribute fields with the name "des"
for desired precondition
- getPreconditionFields() - Method in class android.gov.nist.javax.sdp.MediaDescriptionImpl
-
Get attribute fields of segmented precondition
- getPreconditionFields() - Method in interface android.javax.sdp.MediaDescription
-
Get all Precondition Fields in the Media Descritpion
- getPreconditions() - Method in class android.gov.nist.javax.sdp.fields.PreconditionFields
-
Get Precondition
- getPreconditionSize() - Method in class android.gov.nist.javax.sdp.fields.PreconditionFields
-
Get the number of Precondition attributes
- getPreference() - Method in class android.gov.nist.javax.sip.header.ims.SecurityAgree
-
Get Preference
- getPreference() - Method in interface android.gov.nist.javax.sip.header.ims.SecurityAgreeHeader
-
Get Preference
- getPriority() - Method in class android.gov.nist.javax.sip.header.Priority
-
get the priority value.
- getPriority() - Method in interface android.javax.sip.header.PriorityHeader
-
Gets the string priority value of the PriorityHeader.
- getPrivacy() - Method in class android.gov.nist.javax.sip.header.ims.Privacy
-
Get privacy type
- getPrivacy() - Method in interface android.gov.nist.javax.sip.header.ims.PrivacyHeader
-
Get Privacy header value
- getProduct() - Method in class android.gov.nist.javax.sip.header.Server
-
Returns the list value of the product parameter.
- getProduct() - Method in class android.gov.nist.javax.sip.header.UserAgent
-
Returns the list value of the product parameter.
- getProduct() - Method in interface android.javax.sip.header.ServerHeader
-
Returns a ListIterator over the List of product values.
- getProduct() - Method in interface android.javax.sip.header.UserAgentHeader
-
Returns the List of product values.
- getProperty(String, String) - Method in class android.gov.nist.javax.sip.MergedSystemProperties
-
- getProperty(String) - Method in class android.gov.nist.javax.sip.MergedSystemProperties
-
- getProto() - Method in class android.gov.nist.javax.sdp.fields.MediaField
-
- getProtocol() - Method in class android.gov.nist.javax.sdp.fields.MediaField
-
Returns the protocol over which this media should be transmitted.
- getProtocol() - Method in class android.gov.nist.javax.sip.header.ims.SecurityAgree
-
Get Protocol
- getProtocol() - Method in interface android.gov.nist.javax.sip.header.ims.SecurityAgreeHeader
-
Get Protocol
- getProtocol() - Method in class android.gov.nist.javax.sip.header.Protocol
-
Get the protocol name + version
JvB: This is what is returned in the ViaHeader interface for 'getProtocol()'
- getProtocol() - Method in class android.gov.nist.javax.sip.header.Reason
-
Return the protocol.
- getProtocol() - Method in class android.gov.nist.javax.sip.header.Via
-
Returns the value of the protocol used.
- getProtocol() - Method in interface android.javax.sdp.Media
-
Returns the protocol over which this media should be transmitted.
- getProtocol() - Method in interface android.javax.sip.header.ReasonHeader
-
Gets the protocol value of the ReasonHeader
- getProtocol() - Method in interface android.javax.sip.header.ViaHeader
-
Returns the value of the protocol used.
- getProtocolName() - Method in class android.gov.nist.javax.sip.header.Protocol
-
get the protocol name
- getProtocolVersion() - Method in class android.gov.nist.javax.sip.header.Protocol
-
get the protocol version
- getProtocolVersion() - Method in class android.gov.nist.javax.sip.header.Via
-
get the Protocol Version
- getProtoVersion() - Method in class android.gov.nist.javax.sdp.fields.ProtoVersionField
-
- getProvider() - Method in class android.gov.nist.javax.sip.ListeningPointImpl
-
Get the provider.
- getPtr() - Method in class android.gov.nist.core.LexerCore
-
Get the read pointer.
- getPubGruuParam() - Method in class android.gov.nist.javax.sip.header.Contact
-
- getPurpose() - Method in class android.gov.nist.javax.sip.header.CallInfo
-
get the purpose field
- getPurpose() - Method in interface android.javax.sip.header.CallInfoHeader
-
Gets the purpose of the information supplied in this CallInfoHeader.
- getQheaders() - Method in class android.gov.nist.javax.sip.address.SipUri
-
Accessor forSIPObjects
- getQop() - Method in class android.gov.nist.javax.sip.header.AuthenticationHeader
-
Returns the Qop value of this WWWAuthenicateHeader.
- getQop() - Method in class android.gov.nist.javax.sip.header.AuthenticationInfo
-
Returns the messageQop value of this AuthenticationInfoHeader.
- getQOP() - Method in class android.gov.nist.javax.sip.header.Challenge
-
get QOP value
- getQop() - Method in interface android.javax.sip.header.AuthenticationInfoHeader
-
Returns the messageQop value of this AuthenticationInfoHeader.
- getQop() - Method in interface android.javax.sip.header.AuthorizationHeader
-
Returns the Qop value of this AuthorizationHeader.
- getQop() - Method in interface android.javax.sip.header.WWWAuthenticateHeader
-
Returns the Qop value of this WWWAuthenicateHeader.
- getQuotedString(String) - Static method in class android.gov.nist.javax.sip.Utils
-
Put quotes around a string and return it.
- getQValue() - Method in class android.gov.nist.javax.sip.header.Accept
-
Get the q value.
- getQValue() - Method in class android.gov.nist.javax.sip.header.AcceptEncoding
-
get QValue field
- getQValue() - Method in class android.gov.nist.javax.sip.header.AcceptLanguage
-
get the QValue field.
- getQValue() - Method in class android.gov.nist.javax.sip.header.Contact
-
get the Q-value
- getQValue() - Method in interface android.javax.sip.header.AcceptEncodingHeader
-
Gets q-value of the encoding in this encoding value.
- getQValue() - Method in interface android.javax.sip.header.AcceptHeader
-
Gets q-value of media-range in AcceptHeader.
- getQValue() - Method in interface android.javax.sip.header.AcceptLanguageHeader
-
Gets q-value of the media-range in AcceptLanguageHeader.
- getQValue() - Method in interface android.javax.sip.header.ContactHeader
-
Returns the value of the q-value parameter of this
ContactHeader.
- getRawContent() - Method in class android.gov.nist.javax.sip.message.SIPMessage
-
Get the message content as an array of bytes.
- getRawContent() - Method in interface android.javax.sip.message.Message
-
Gets the body content of the Message as a byte array.
- getRawIpSourceAddress() - Method in class android.gov.nist.javax.sip.stack.MessageChannel
-
Convenience function to get the raw IP source address of a SIP message as a String.
- getRealm() - Method in class android.gov.nist.javax.sip.header.AuthenticationHeader
-
Returns the Realm value of this WWWAuthenicateHeader.
- getRealm() - Method in class android.gov.nist.javax.sip.header.Challenge
-
get the realm value.
- getRealm() - Method in interface android.javax.sip.header.AuthorizationHeader
-
Returns the Realm value of this AuthorizationHeader.
- getRealm() - Method in interface android.javax.sip.header.WWWAuthenticateHeader
-
Returns the Realm value of this WWWAuthenicateHeader.
- getRealState() - Method in class android.gov.nist.javax.sip.stack.SIPServerTransactionImpl
-
Return the book-keeping information that we actually use.
- getReason() - Method in class android.gov.nist.javax.sip.DialogTimeoutEvent
-
The reason for the Dialog Timeout Event being delivered to the application.
- getReason() - Method in class android.gov.nist.javax.sip.IOExceptionEventExt
-
The reason for the Dialog Timeout Event being delivered to the application.
- getReason() - Method in exception android.gov.nist.javax.sip.stack.IllegalTransactionStateException
-
Returns the reason of this exception
- getReasonCode() - Method in class android.gov.nist.javax.sip.header.SubscriptionState
-
Gets the reason code of SubscriptionStateHeader.
- getReasonCode() - Method in interface android.javax.sip.header.SubscriptionStateHeader
-
Gets the reason code of SubscriptionStateHeader.
- getReasonPhrase() - Method in interface android.gov.nist.javax.sip.header.SipStatusLine
-
get the ReasonPhrase field
- getReasonPhrase() - Method in class android.gov.nist.javax.sip.header.StatusLine
-
- getReasonPhrase(int) - Static method in class android.gov.nist.javax.sip.message.SIPResponse
-
- getReasonPhrase() - Method in class android.gov.nist.javax.sip.message.SIPResponse
-
Get the reason phrase.
- getReasonPhrase() - Method in interface android.javax.sip.message.Response
-
Gets the reason phrase of this Response message.
- getReceived() - Method in class android.gov.nist.javax.sip.header.Via
-
Gets the received paramater of the ViaHeader.
- getReceived() - Method in interface android.javax.sip.header.ViaHeader
-
Gets the received paramater of the ViaHeader.
- getReceiveUdpBufferSize() - Method in class android.gov.nist.javax.sip.stack.SIPTransactionStack
-
Size of the receive UDP buffer.
- getReceptionTime() - Method in class android.gov.nist.javax.sip.parser.NioPipelineParser.Dispatch
-
- getReceptionTime() - Method in class android.gov.nist.javax.sip.parser.PipelinedMsgParser.Dispatch
-
- getReceptionTime() - Method in class android.gov.nist.javax.sip.stack.DatagramQueuedMessageDispatch
-
- getReceptionTime() - Method in interface android.gov.nist.javax.sip.stack.QueuedMessageDispatchBase
-
- getRecordRouteHeaders() - Method in class android.gov.nist.javax.sip.message.SIPMessage
-
Get the RecordRoute header list (null if one does not exist).
- getRefresher() - Method in class android.gov.nist.javax.sip.header.extensions.SessionExpires
-
- getRefresher() - Method in interface android.gov.nist.javax.sip.header.extensions.SessionExpiresHeader
-
- getRegistrationState() - Method in class android.gov.nist.javax.sip.header.ims.PServedUser
-
- getRegistrationState() - Method in interface android.gov.nist.javax.sip.header.ims.PServedUserHeader
-
- getReinviteExecutor() - Method in class android.gov.nist.javax.sip.stack.SIPTransactionStack
-
Executor used to optimize the ReinviteSender Runnable in the sendRequest
of the SipDialog
- getRel() - Method in class android.gov.nist.javax.sip.header.extensions.References
-
- getRel() - Method in interface android.gov.nist.javax.sip.header.extensions.ReferencesHeader
-
- getReleaseReferencesStrategy() - Method in interface android.gov.nist.javax.sip.DialogExt
-
retrieve the value of release references to know if the stack performs optimizations
on cleanup to save on memory
- getReleaseReferencesStrategy() - Method in class android.gov.nist.javax.sip.stack.SIPDialog
-
- getReleaseReferencesStrategy() - Method in interface android.gov.nist.javax.sip.stack.SIPTransaction
-
- getReleaseReferencesStrategy() - Method in class android.gov.nist.javax.sip.stack.SIPTransactionImpl
-
- getReleaseReferencesStrategy() - Method in class android.gov.nist.javax.sip.stack.SIPTransactionStack
-
- getReleaseReferencesStrategy() - Method in interface android.gov.nist.javax.sip.TransactionExt
-
retrieve the value of release references to know if the stack performs optimizations
on cleanup to save on memory
- getReliableConnectionKeepAliveTimeout() - Method in class android.gov.nist.javax.sip.stack.SIPTransactionStack
-
- getReliableProvisionalResponse() - Method in interface android.gov.nist.javax.sip.stack.SIPServerTransaction
-
- getReliableProvisionalResponse() - Method in class android.gov.nist.javax.sip.stack.SIPServerTransactionImpl
-
- getRemoteAddress() - Method in class android.gov.nist.javax.sip.message.SIPMessage
-
- getRemoteIpAddress() - Method in class android.gov.nist.javax.sip.RequestEventExt
-
- getRemoteIpAddress() - Method in class android.gov.nist.javax.sip.ResponseEventExt
-
Get the remote IP addr.
- getRemoteParty() - Method in class android.gov.nist.javax.sip.stack.SIPDialog
-
Returns the Address identifying the remote party.
- getRemoteParty() - Method in interface android.javax.sip.Dialog
-
Returns the Address identifying the remote party.
- getRemotePort() - Method in class android.gov.nist.javax.sip.message.SIPMessage
-
- getRemotePort() - Method in class android.gov.nist.javax.sip.RequestEventExt
-
- getRemotePort() - Method in class android.gov.nist.javax.sip.ResponseEventExt
-
Get the remote port from which response was received.
- getRemoteSeqNumber() - Method in class android.gov.nist.javax.sip.stack.SIPDialog
-
- getRemoteSeqNumber() - Method in interface android.javax.sip.Dialog
-
The remote sequence number is used to order requests from its peer User
Agent Client to this User Agent Server.
- getRemoteSequenceNumber() - Method in class android.gov.nist.javax.sip.stack.SIPDialog
-
Deprecated.
- getRemoteSequenceNumber() - Method in interface android.javax.sip.Dialog
-
- getRemoteTag() - Method in class android.gov.nist.javax.sip.stack.SIPDialog
-
- getRemoteTag() - Method in interface android.javax.sip.Dialog
-
Gets the Remote Tag of this Dialog.
- getRemoteTarget() - Method in class android.gov.nist.javax.sip.stack.SIPDialog
-
- getRemoteTarget() - Method in interface android.javax.sip.Dialog
-
Returns the Address identifying the remote target.
- getRepeatInterval() - Method in class android.gov.nist.javax.sdp.fields.RepeatField
-
Returns the "repeat interval" in seconds.
- getRepeatInterval() - Method in interface android.javax.sdp.RepeatTime
-
Returns the "repeat interval" in seconds.
- getRepeatTimes(boolean) - Method in class android.gov.nist.javax.sdp.TimeDescriptionImpl
-
Returns the list of repeat times (r= fields) specified in the
SessionDescription.
- getRepeatTimes(boolean) - Method in interface android.javax.sdp.TimeDescription
-
Returns the list of repeat times (r= fields) specified in the SessionDescription.
- getReplacesDialog(ReplacesHeader) - Method in interface android.gov.nist.javax.sip.SipStackExt
-
Get the ReferedTo dialog in the Replaces header.
- getReplacesDialog(ReplacesHeader) - Method in class android.gov.nist.javax.sip.stack.SIPTransactionStack
-
Get the Replaced Dialog from the stack.
- getRequest() - Method in interface android.gov.nist.javax.sip.stack.SIPTransaction
-
Get the original request but cast to a Request structure.
- getRequest() - Method in class android.gov.nist.javax.sip.stack.SIPTransactionImpl
-
- getRequest() - Method in class android.javax.sip.RequestEvent
-
Gets the Request message associated with this RequestEvent.
- getRequest() - Method in interface android.javax.sip.Transaction
-
Returns the request that created this transaction.
- getRequestChannel() - Method in interface android.gov.nist.javax.sip.stack.SIPClientTransaction
-
Returns this transaction.
- getRequestChannel() - Method in class android.gov.nist.javax.sip.stack.SIPClientTransactionImpl
-
- getRequestLine() - Method in class android.gov.nist.javax.sip.message.SIPRequest
-
Get the Request Line of the SIPRequest.
- getRequestURI() - Method in class android.gov.nist.javax.sip.message.SIPRequest
-
A conveniance function to access the Request URI.
- getRequestURI() - Method in interface android.javax.sip.message.Request
-
Gets the URI Object identifying the request URI of this Request, which
indicates the user or service to which this request is addressed.
- getResponse() - Method in class android.gov.nist.javax.sip.header.AuthenticationHeader
-
Get the RESPONSE value (or null if it does not exist).
- getResponse() - Method in class android.gov.nist.javax.sip.header.AuthenticationInfo
-
Returns the Response value of this AuthenticationInfoHeader.
- getResponse() - Method in class android.gov.nist.javax.sip.header.Challenge
-
get the Response value.
- getResponse() - Method in interface android.gov.nist.javax.sip.stack.SIPTransaction
-
Get the JAIN interface response
- getResponse() - Method in class android.gov.nist.javax.sip.stack.SIPTransactionImpl
-
- getResponse() - Method in interface android.javax.sip.header.AuthenticationInfoHeader
-
Returns the Response value of this AuthenticationInfoHeader.
- getResponse() - Method in interface android.javax.sip.header.AuthorizationHeader
-
Returns the Response value of this AuthorizationHeader.
- getResponse() - Method in class android.javax.sip.ResponseEvent
-
Gets the Response message encapsulated in this ResponseEvent.
- getResponseChannel() - Method in interface android.gov.nist.javax.sip.stack.SIPServerTransaction
-
Returns this transaction.
- getResponseChannel() - Method in class android.gov.nist.javax.sip.stack.SIPServerTransactionImpl
-
- getRest() - Method in class android.gov.nist.core.LexerCore
-
Get the rest of the String
- getRetransmissionAlertTransaction(String) - Method in class android.gov.nist.javax.sip.stack.SIPTransactionStack
-
Retrieve a transaction from our table of transactions with pending
retransmission alerts.
- getRetransmitTimer() - Method in interface android.gov.nist.javax.sip.stack.SIPTransaction
-
Returns the current value of the retransmit timer in milliseconds used to
retransmit messages over unreliable transports.
- getRetransmitTimer() - Method in class android.gov.nist.javax.sip.stack.SIPTransactionImpl
-
- getRetransmitTimer() - Method in interface android.javax.sip.Transaction
-
Returns the current value of the retransmit timer in milliseconds used
to retransmit messages over unreliable transports for this transaction.
- getRetryAfter() - Method in class android.gov.nist.javax.sip.header.RetryAfter
-
Gets the retry after value of the RetryAfterHeader.
- getRetryAfter() - Method in class android.gov.nist.javax.sip.header.SubscriptionState
-
Gets the retry after value of the SubscriptionStateHeader.
- getRetryAfter() - Method in interface android.javax.sip.header.RetryAfterHeader
-
Gets the retry after value of the RetryAfterHeader.
- getRetryAfter() - Method in interface android.javax.sip.header.SubscriptionStateHeader
-
Gets the retry after value of the SubscriptionStateHeader.
- getRootCause() - Method in exception android.javax.sdp.SdpException
-
Returns the Throwable system exception that makes this SdpException necessary.
- getRouteHeaders() - Method in class android.gov.nist.javax.sip.message.SIPMessage
-
Get the Route List of headers (null if one does not exist).
- getRouter(SIPRequest) - Method in class android.gov.nist.javax.sip.stack.SIPTransactionStack
-
Get the router algorithm.
- getRouter() - Method in class android.gov.nist.javax.sip.stack.SIPTransactionStack
-
- getRouter() - Method in interface android.javax.sip.SipStack
-
Gets the Router object that identifies the default Router information of
this SipStack.
- getRouteSet() - Method in class android.gov.nist.javax.sip.stack.SIPDialog
-
Gets the route set for the dialog.
- getRouteSet() - Method in interface android.javax.sip.Dialog
-
When acting as an User Agent Server the routeset MUST be set to the list
of URIs in the Record-Route header field from the request, taken in order
and preserving all URI parameters.
- getRPort() - Method in class android.gov.nist.javax.sip.header.Via
-
Return the rport parameter.
- getRPort() - Method in interface android.javax.sip.header.ViaHeader
-
Returns the rport part of this ViaHeader.
- getRSeqNumber() - Method in class android.gov.nist.javax.sip.header.RAck
-
Deprecated.
- getRSeqNumber() - Method in interface android.javax.sip.header.RAckHeader
-
Gets the RSeq sequence number of this RAckHeader.
- getRSequenceNumber() - Method in class android.gov.nist.javax.sip.header.RAck
-
- getSavedIpAddress() - Method in class android.gov.nist.javax.sip.stack.MessageProcessor
-
Get the saved IP Address.
- getScheme() - Method in class android.gov.nist.javax.sip.address.GenericURI
-
Returns the value of the "scheme" of
this URI, for example "sip", "sips" or "tel".
- getScheme() - Method in class android.gov.nist.javax.sip.address.SipUri
-
Get the scheme.
- getScheme() - Method in class android.gov.nist.javax.sip.address.TelURLImpl
-
Returns the value of the "scheme" of this URI, for example "sip", "sips"
or "tel".
- getScheme() - Method in class android.gov.nist.javax.sip.header.AuthenticationHeader
-
Returns the scheme of the challenge information for this
AuthenticationHeaderHeader.
- getScheme() - Method in class android.gov.nist.javax.sip.header.AuthenticationInfo
-
Returns the authentication scheme of this AuthenticationInfoHeader.
- getScheme() - Method in class android.gov.nist.javax.sip.header.Challenge
-
get the scheme field
- getScheme() - Method in class android.gov.nist.javax.sip.header.Credentials
-
get the scheme field.
- getScheme() - Method in interface android.javax.sip.address.URI
-
Returns the value of the "scheme" of this URI, for example "sip", "sips"
or "tel".
- getScheme() - Method in interface android.javax.sip.header.AuthorizationHeader
-
Returns the scheme of the Response information for this AuthorizationHeader.
- getScheme() - Method in interface android.javax.sip.header.WWWAuthenticateHeader
-
Returns the scheme of the challenge information for this WWWAuthenticateHeader.
- getSDPFieldName(String) - Static method in class android.gov.nist.core.StringTokenizer
-
get the SDP field name of the line
- getSecond() - Method in class android.gov.nist.javax.sip.header.SIPDate
-
get the second
- getSecureAuthenticationHelper(SecureAccountManager, HeaderFactory) - Method in interface android.gov.nist.javax.sip.SipStackExt
-
Get the authentication helper.
- getSecureAuthenticationHelper(SecureAccountManager, HeaderFactory) - Method in class android.gov.nist.javax.sip.SipStackImpl
-
- getSecurityMechanism() - Method in class android.gov.nist.javax.sip.header.ims.SecurityAgree
-
Get Security Mechanism
- getSecurityMechanism() - Method in interface android.gov.nist.javax.sip.header.ims.SecurityAgreeHeader
-
Get Security Mechanism
- getSelfRoutingThreadpoolExecutor() - Method in class android.gov.nist.javax.sip.stack.SIPTransactionStack
-
- getSendUdpBufferSize() - Method in class android.gov.nist.javax.sip.stack.SIPTransactionStack
-
Size of the send UDP buffer.
- getSentBy() - Method in class android.gov.nist.javax.sip.header.Via
-
Accessor for the sentBy field
- getSentBy() - Method in class android.gov.nist.javax.sip.ListeningPointImpl
-
- getSentBy() - Method in class android.gov.nist.javax.sip.stack.MessageProcessor
-
Get the sentby string.
- getSentBy() - Method in interface android.javax.sip.ListeningPoint
-
Gets the sentBy attribute of the ListeningPoint.
- getSentByField() - Method in class android.gov.nist.javax.sip.header.Via
-
- getSentByField() - Method in interface android.gov.nist.javax.sip.header.ViaHeaderExt
-
Returns hostname:port as a string equivalent to the "sent-by" field
- getSentProtocol() - Method in class android.gov.nist.javax.sip.header.Via
-
Accessor for the sentProtocol field.
- getSentProtocolField() - Method in class android.gov.nist.javax.sip.header.Via
-
- getSentProtocolField() - Method in interface android.gov.nist.javax.sip.header.ViaHeaderExt
-
Returns transport to the "sent-protocol" field
- getSeqNumber() - Method in class android.gov.nist.javax.sip.header.CSeq
-
- getSeqNumber() - Method in class android.gov.nist.javax.sip.header.RSeq
-
- getSeqNumber() - Method in interface android.javax.sip.header.CSeqHeader
-
Gets the sequence number of this CSeqHeader.
- getSequenceNumber() - Method in class android.gov.nist.javax.sip.header.CSeq
-
- getSequenceNumber() - Method in class android.gov.nist.javax.sip.header.RSeq
-
Deprecated.
- getSequenceNumber() - Method in interface android.javax.sip.header.CSeqHeader
-
- getSequenceNumber() - Method in interface android.javax.sip.header.RSeqHeader
-
Gets the sequence number of this RSeqHeader.
- getServerLogger() - Method in class android.gov.nist.javax.sip.stack.SIPTransactionStack
-
Server log is the place where we log messages for the signaling trace
viewer.
- getServerTransaction() - Method in class android.javax.sip.RequestEvent
-
Gets the server transaction associated with this RequestEvent
- getServerTransaction() - Method in class android.javax.sip.TimeoutEvent
-
Gets the server transaction associated with this TimeoutEvent.
- getServerTransaction() - Method in class android.javax.sip.TransactionTerminatedEvent
-
Gets the server transaction associated with this TransactionTerminatedEvent.
- getServerTransactionTableSize() - Method in class android.gov.nist.javax.sip.stack.SIPTransactionStack
-
Get the size of the server transaction table.
- getSessId() - Method in class android.gov.nist.javax.sdp.fields.OriginField
-
Get the sessionID member.
- getSessIdAsString() - Method in class android.gov.nist.javax.sdp.fields.OriginField
-
- getSessionCase() - Method in class android.gov.nist.javax.sip.header.ims.PServedUser
-
- getSessionCase() - Method in interface android.gov.nist.javax.sip.header.ims.PServedUserHeader
-
- getSessionId() - Method in class android.gov.nist.javax.sdp.fields.OriginField
-
Returns the unique identity of the session.
- getSessionId() - Method in interface android.javax.sdp.Origin
-
Returns the unique identity of the session.
- getSessionName() - Method in class android.gov.nist.javax.sdp.fields.SessionNameField
-
- getSessionName() - Method in class android.gov.nist.javax.sdp.SessionDescriptionImpl
-
Returns the name of the session.
- getSessionName() - Method in interface android.javax.sdp.SessionDescription
-
Returns the name of the session.
- getSessionVersion() - Method in class android.gov.nist.javax.sdp.fields.OriginField
-
Returns the unique version of the session.
- getSessionVersion() - Method in interface android.javax.sdp.Origin
-
Returns the unique version of the session.
- getSessVersion() - Method in class android.gov.nist.javax.sdp.fields.OriginField
-
Get the sessionVersion member.
- getSessVersionAsString() - Method in class android.gov.nist.javax.sdp.fields.OriginField
-
- getSign(String) - Method in class android.gov.nist.javax.sdp.parser.ZoneFieldParser
-
Get the sign of the offset.
- getSignature() - Method in class android.gov.nist.javax.sip.header.Challenge
-
get the Signature value.
- getSignature() - Static method in class android.gov.nist.javax.sip.Utils
-
- getSignedBy() - Method in class android.gov.nist.javax.sip.header.Challenge
-
get the signedBy value.
- getSipDomain() - Method in interface android.gov.nist.javax.sip.clientauthutils.UserCredentialHash
-
Get the SipDomain.
- getSipDomain() - Method in interface android.gov.nist.javax.sip.clientauthutils.UserCredentials
-
Returns the SIP Domain for this username password combination.
- getSIPHeader() - Method in exception android.gov.nist.javax.sip.message.SIPDuplicateHeaderException
-
- getSIPHeaderListLowerCase(String) - Method in class android.gov.nist.javax.sip.message.SIPMessage
-
- getSipInstanceParam() - Method in class android.gov.nist.javax.sip.header.Contact
-
- getSipListener() - Method in class android.gov.nist.javax.sip.SipProviderImpl
-
- getSipListener() - Method in class android.gov.nist.javax.sip.SipStackImpl
-
Get the listener for the stack.
- getSipListener() - Method in class android.gov.nist.javax.sip.stack.SIPTransactionStack
-
- getSIPMessage() - Method in exception android.gov.nist.javax.sip.message.SIPDuplicateHeaderException
-
- getSipProvider() - Method in interface android.gov.nist.javax.sip.DialogExt
-
Returns the SipProvider that was used for the first transaction in this Dialog
- getSipProvider() - Method in class android.gov.nist.javax.sip.stack.SIPDialog
-
Get the provider for this Dialog.
- getSipProvider() - Method in interface android.gov.nist.javax.sip.stack.SIPTransaction
-
Return the SipProvider for which the transaction is assigned.
- getSipProvider() - Method in class android.gov.nist.javax.sip.stack.SIPTransactionImpl
-
- getSipProvider() - Method in interface android.gov.nist.javax.sip.TransactionExt
-
Get the Sip Provider associated with this transaction
- getSipProviders() - Method in class android.gov.nist.javax.sip.SipStackImpl
-
- getSipProviders() - Method in interface android.javax.sip.SipStack
-
Returns an Iterator of existing SipProviders that have been created by
this SipStack.
- getSipStack() - Method in class android.gov.nist.javax.sip.SipProviderImpl
-
- getSIPStack() - Method in class android.gov.nist.javax.sip.stack.ConnectionOrientedMessageChannel
-
Get my SIP Stack.
- getSIPStack() - Method in class android.gov.nist.javax.sip.stack.ConnectionOrientedMessageProcessor
-
Returns the stack.
- getSIPStack() - Method in class android.gov.nist.javax.sip.stack.MessageChannel
-
Get the SIPStack object from this message channel.
- getSIPStack() - Method in class android.gov.nist.javax.sip.stack.MessageProcessor
-
Get the SIP Stack.
- getSIPStack() - Method in interface android.gov.nist.javax.sip.stack.NioTlsChannelInterface
-
Returns the SIP Stack associated with this channel
- getSIPStack() - Method in class android.gov.nist.javax.sip.stack.NioTlsMessageChannel
-
- getSIPStack() - Method in class android.gov.nist.javax.sip.stack.NioTlsWebSocketMessageChannel
-
- getSIPStack() - Method in class android.gov.nist.javax.sip.stack.sctp.SCTPMessageProcessor
-
- getSIPStack() - Method in interface android.gov.nist.javax.sip.stack.SIPTransaction
-
- getSIPStack() - Method in class android.gov.nist.javax.sip.stack.SIPTransactionImpl
-
- getSIPStack() - Method in class android.gov.nist.javax.sip.stack.UDPMessageChannel
-
get the stack pointer.
- getSIPStack() - Method in class android.gov.nist.javax.sip.stack.UDPMessageProcessor
-
Returns the stack.
- getSipStack() - Method in interface android.javax.sip.SipProvider
-
Returns the SipStack that created this SipProvider.
- getSipTimerTask() - Method in class android.gov.nist.javax.sip.stack.SIPStackTimerTask
-
- getSipVersion() - Method in class android.gov.nist.javax.sip.header.RequestLine
-
- getSipVersion() - Method in interface android.gov.nist.javax.sip.header.SipRequestLine
-
Get the SIP version.
- getSipVersion() - Method in interface android.gov.nist.javax.sip.header.SipStatusLine
-
get the Sip Version
- getSipVersion() - Method in class android.gov.nist.javax.sip.header.StatusLine
-
- getSIPVersion() - Method in class android.gov.nist.javax.sip.message.SIPMessage
-
- getSIPVersion() - Method in class android.gov.nist.javax.sip.message.SIPRequest
-
Get the SIP version.
- getSIPVersion() - Method in class android.gov.nist.javax.sip.message.SIPResponse
-
- getSIPVersion() - Method in interface android.javax.sip.message.Message
-
Gets the protocol version of SIP being used by this Message.
- getSize() - Method in class android.gov.nist.javax.sip.message.SIPMessage
-
- getSNum() - Method in class android.gov.nist.javax.sip.header.AuthenticationInfo
-
Returns the "snum" value of this AuthenticationInfoHeader.
- getSocket(String) - Method in class android.gov.nist.javax.sip.stack.IOHandler
-
- getSocket(String) - Method in class android.gov.nist.javax.sip.stack.NIOHandler
-
- getSocketChannel() - Method in class android.gov.nist.javax.sip.stack.NioTcpMessageChannel
-
- getSPIClient() - Method in class android.gov.nist.javax.sip.header.ims.SecurityAgree
-
Get Client SPI
- getSPIClient() - Method in interface android.gov.nist.javax.sip.header.ims.SecurityAgreeHeader
-
Get Client SPI
- getSPIServer() - Method in class android.gov.nist.javax.sip.header.ims.SecurityAgree
-
Get Server SPI
- getSPIServer() - Method in interface android.gov.nist.javax.sip.header.ims.SecurityAgreeHeader
-
Get Server SPI
- getSRand() - Method in class android.gov.nist.javax.sip.header.AuthenticationInfo
-
Returns the "srand" value of this AuthenticationInfoHeader.
- getSslHandshakeTimeout() - Method in class android.gov.nist.javax.sip.stack.SIPTransactionStack
-
- getStackCongestionControlTimeout() - Method in class android.gov.nist.javax.sip.stack.SIPTransactionStack
-
- getStackLogger() - Method in class android.gov.nist.javax.sip.stack.SIPTransactionStack
-
Deprecated.
- getStackName() - Method in class android.gov.nist.javax.sip.SipStackImpl
-
- getStackName() - Method in interface android.javax.sip.SipStack
-
Gets the user friendly name that identifies this SipStack instance.
- getStale() - Method in class android.gov.nist.javax.sip.header.Challenge
-
get the State value.
- getStart() - Method in class android.gov.nist.javax.sdp.fields.TimeField
-
Returns the start time of the conference/session.
- getStart() - Method in interface android.javax.sdp.Time
-
Returns the start time of the conference/session.
- getStartTime() - Method in class android.gov.nist.javax.sdp.fields.TimeField
-
- getState() - Method in class android.gov.nist.javax.sip.header.SubscriptionState
-
Gets the state of SubscriptionStateHeader.
- getState() - Method in class android.gov.nist.javax.sip.stack.SIPDialog
-
- getState() - Method in interface android.gov.nist.javax.sip.stack.SIPServerTransaction
-
Return the current transaction state according to the RFC 3261 transaction state machine.
- getState() - Method in class android.gov.nist.javax.sip.stack.SIPServerTransactionImpl
-
- getState() - Method in interface android.gov.nist.javax.sip.stack.SIPTransaction
-
Gets the current state of this transaction.
- getState() - Method in class android.gov.nist.javax.sip.stack.SIPTransactionImpl
-
- getState() - Method in interface android.javax.sip.Dialog
-
Returns the current DialogState of the dialog or null.
- getState() - Method in interface android.javax.sip.header.SubscriptionStateHeader
-
Gets the state of SubscriptionStateHeader.
- getState() - Method in interface android.javax.sip.Transaction
-
Returns the current state of the transaction.
- getStatusCode() - Method in interface android.gov.nist.javax.sip.header.SipStatusLine
-
get the Status Code
- getStatusCode() - Method in class android.gov.nist.javax.sip.header.StatusLine
-
- getStatusCode() - Method in class android.gov.nist.javax.sip.message.SIPResponse
-
Get the staus code (conveniance function).
- getStatusCode() - Method in interface android.javax.sip.message.Response
-
Gets the integer value of the status code of Response, which identifies
the outcome of the request to which this response is related.
- getStatusLine() - Method in class android.gov.nist.javax.sip.message.SIPResponse
-
Get the status line of the response.
- getStop() - Method in class android.gov.nist.javax.sdp.fields.TimeField
-
Returns the stop time of the session
- getStop() - Method in interface android.javax.sdp.Time
-
Returns the stop time of the session
- getStopTime() - Method in class android.gov.nist.javax.sdp.fields.TimeField
-
- getString(char) - Method in class android.gov.nist.core.LexerCore
-
Get the sub-String until the character is encountered
- getStringRepresentation() - Method in class android.gov.nist.javax.sdp.fields.SDPObject
-
- getSubject() - Method in class android.gov.nist.javax.sip.header.Subject
-
Gets the subject value of SubjectHeader
- getSubject() - Method in interface android.javax.sip.header.SubjectHeader
-
Gets the subject value of SubjectHeader.
- getSubserviceIdentifiers() - Method in class android.gov.nist.javax.sip.header.ims.PAssertedService
-
- getSubserviceIdentifiers() - Method in interface android.gov.nist.javax.sip.header.ims.PAssertedServiceHeader
-
- getSubserviceIdentifiers() - Method in class android.gov.nist.javax.sip.header.ims.PPreferredService
-
- getSubserviceIdentifiers() - Method in interface android.gov.nist.javax.sip.header.ims.PPreferredServiceHeader
-
- getSubtype() - Method in class android.gov.nist.javax.sip.header.MediaRange
-
get the subType field.
- getT2() - Method in interface android.gov.nist.javax.sip.stack.SIPTransaction
-
- getT2() - Method in class android.gov.nist.javax.sip.stack.SIPTransactionImpl
-
- getT4() - Method in interface android.gov.nist.javax.sip.stack.SIPTransaction
-
- getT4() - Method in class android.gov.nist.javax.sip.stack.SIPTransactionImpl
-
- getTag() - Method in class android.gov.nist.javax.sip.header.From
-
Get the tag parameter from the address parm list.
- getTag() - Method in class android.gov.nist.javax.sip.header.To
-
Get the tag parameter from the address parm list.
- getTag() - Method in interface android.javax.sip.header.FromHeader
-
Gets the tag of FromHeader.
- getTag() - Method in interface android.javax.sip.header.ToHeader
-
Gets tag of ToHeader.
- getTargetName() - Method in class android.gov.nist.javax.sip.header.AuthenticationInfo
-
Returns the "targetname" value of this AuthenticationInfoHeader.
- getTcpPostParsingThreadPoolSize() - Method in class android.gov.nist.javax.sip.stack.SIPTransactionStack
-
If all calls are occurring on a single TCP socket then the stack would process them in single thread.
- getTelephoneSubscriber() - Method in class android.gov.nist.javax.sip.address.SipUri
-
Returns the stucture corresponding to the telephone number
provided that the user is a telephone subscriber.
- getTempGruuParam() - Method in class android.gov.nist.javax.sip.header.Contact
-
- getTerminatingIOI() - Method in class android.gov.nist.javax.sip.header.ims.PChargingVector
-
Get the term-ioi parameter value
- getTerminatingIOI() - Method in interface android.gov.nist.javax.sip.header.ims.PChargingVectorHeader
-
- getText() - Method in class android.gov.nist.javax.sip.header.Reason
-
Get the text.
- getText() - Method in class android.gov.nist.javax.sip.header.Warning
-
Gets text of WarningHeader
- getText() - Method in interface android.javax.sip.header.ReasonHeader
-
Gets the text value of the ReasonHeader
- getText() - Method in interface android.javax.sip.header.WarningHeader
-
Gets text of WarningHeader.
- getThread() - Method in class android.gov.nist.core.ThreadAuditor.ThreadHandle
-
- getThreadAuditor() - Method in class android.gov.nist.javax.sip.stack.SIPTransactionStack
-
get the thread auditor object
- getThreadDump() - Method in class android.gov.nist.javax.sip.stack.CallAnalyzer
-
Returns the stacktraces of all threads
- getThreadHash() - Method in class android.gov.nist.javax.sip.stack.SIPClientTransactionImpl.TransactionTimer
-
- getThreadHash() - Method in class android.gov.nist.javax.sip.stack.SIPTransactionStack.PingTimer
-
- getThreadHash() - Method in class android.gov.nist.javax.sip.stack.SocketTimeoutAuditor
-
- getThreadHash() - Method in interface android.gov.nist.javax.sip.ThreadAffinityIdentifier
-
- getThreadPriority() - Method in class android.gov.nist.javax.sip.stack.SIPTransactionStack
-
- getTime() - Method in class android.gov.nist.javax.sdp.fields.TypedTime
-
- getTime() - Method in class android.gov.nist.javax.sdp.fields.ZoneAdjustment
-
Get the time.
- getTime() - Method in class android.gov.nist.javax.sdp.TimeDescriptionImpl
-
Returns the Time field.
- getTime() - Method in class android.gov.nist.javax.sip.header.TimeStamp
-
- getTime(Thread, CallAnalyzer.MetricReference) - Method in class android.gov.nist.javax.sip.stack.CallAnalyzer
-
- getTime() - Method in interface android.javax.sdp.TimeDescription
-
Returns the Time field.
- getTime() - Method in interface android.javax.sip.header.TimeStampHeader
-
Gets the timestamp value of this TimeStampHeader.
- getTimeDelay() - Method in class android.gov.nist.javax.sip.header.TimeStamp
-
- getTimeDelay() - Method in interface android.javax.sip.header.TimeStampHeader
-
Gets delay of TimeStampHeader.
- getTimeDescriptions(boolean) - Method in class android.gov.nist.javax.sdp.SessionDescriptionImpl
-
Returns a TimeField indicating the start, stop, repetition and time zone
information of the session.
- getTimeDescriptions(boolean) - Method in interface android.javax.sdp.SessionDescription
-
Returns a TimeField indicating the start, stop, repetition and time zone
information of the
session.
- getTimeout() - Method in class android.gov.nist.javax.sip.stack.BlockingQueueDispatchAuditor
-
- getTimeout() - Method in class android.javax.sip.TimeoutEvent
-
Gets the event type of this TimeoutEvent.
- getTimer() - Method in class android.gov.nist.javax.sip.stack.SIPTransactionStack
-
- getTimerD() - Method in interface android.gov.nist.javax.sip.stack.SIPTransaction
-
- getTimerD() - Method in class android.gov.nist.javax.sip.stack.SIPTransactionImpl
-
- getTimerD() - Method in interface android.gov.nist.javax.sip.TransactionExt
-
Sets the value of Timer D (in ms)
- getTimerI() - Method in interface android.gov.nist.javax.sip.stack.SIPTransaction
-
- getTimerI() - Method in class android.gov.nist.javax.sip.stack.SIPTransactionImpl
-
- getTimerK() - Method in interface android.gov.nist.javax.sip.stack.SIPTransaction
-
- getTimerK() - Method in class android.gov.nist.javax.sip.stack.SIPTransactionImpl
-
- getTimerT2() - Method in interface android.gov.nist.javax.sip.stack.SIPTransaction
-
- getTimerT2() - Method in class android.gov.nist.javax.sip.stack.SIPTransactionImpl
-
- getTimerT2() - Method in interface android.gov.nist.javax.sip.TransactionExt
-
Retrieve the value of Timer T2 (in ms)
- getTimerT4() - Method in interface android.gov.nist.javax.sip.stack.SIPTransaction
-
- getTimerT4() - Method in class android.gov.nist.javax.sip.stack.SIPTransactionImpl
-
- getTimerT4() - Method in interface android.gov.nist.javax.sip.TransactionExt
-
Retrieve the value of Timer T4 (in ms)
- getTimeStamp() - Method in class android.gov.nist.javax.sip.header.TimeStamp
-
- getTimeStamp() - Method in interface android.javax.sip.header.TimeStampHeader
-
- getTlsSecurityPolicy() - Method in class android.gov.nist.javax.sip.SipStackImpl
-
Get the TLS Security Policy implementation for the stack.
- getTo() - Method in class android.gov.nist.javax.sip.message.SIPMessage
-
Get the To header (null if one does not exist).
- getToHeader() - Method in interface android.gov.nist.javax.sip.message.MessageExt
-
Get the To header or null if none present.
- getToHeader() - Method in class android.gov.nist.javax.sip.message.SIPMessage
-
- getToken() - Method in class android.gov.nist.javax.sip.header.ims.PMediaAuthorization
-
Get the media authorization token.
- getToken() - Method in interface android.gov.nist.javax.sip.header.ims.PMediaAuthorizationHeader
-
Get the media authorization token.
- getTokenType() - Method in class android.gov.nist.core.Token
-
- getTokenValue() - Method in class android.gov.nist.core.Token
-
- getTopmostVia() - Method in class android.gov.nist.javax.sip.message.SIPMessage
-
Get the topmost via header.
- getTopmostViaHeader() - Method in interface android.gov.nist.javax.sip.message.MessageExt
-
Get the topmost Via header.
- getTopmostViaHeader() - Method in class android.gov.nist.javax.sip.message.SIPMessage
-
- getToTag() - Method in class android.gov.nist.javax.sip.header.extensions.Join
-
Get the to-tag parameter from the address parm list.
- getToTag() - Method in interface android.gov.nist.javax.sip.header.extensions.JoinHeader
-
Gets the tag of FromHeader.
- getToTag() - Method in class android.gov.nist.javax.sip.header.extensions.Replaces
-
Get the to-tag parameter from the address parm list.
- getToTag() - Method in interface android.gov.nist.javax.sip.header.extensions.ReplacesHeader
-
Gets the tag of FromHeader.
- getToTag() - Method in class android.gov.nist.javax.sip.message.SIPMessage
-
Return the to tag.
- getTraceLevel() - Method in class android.gov.nist.core.CommonLoggerLog4j
-
Get the trace level for the stack.
- getTraceLevel() - Method in class android.gov.nist.core.LogWriter
-
Get the trace level for the stack.
- getTraceLevel() - Method in class android.gov.nist.javax.sip.stack.ServerLog
-
Get the trace level for the stack.
- getTransaction() - Method in class android.gov.nist.javax.sip.message.SIPRequest
-
Book keeping method to return the current tx for the request if one exists.
- getTransactionId() - Method in class android.gov.nist.javax.sip.message.SIPMessage
-
Generate (compute) a transaction ID for this SIP message.
- getTransactionId() - Method in interface android.gov.nist.javax.sip.stack.SIPTransaction
-
Get the transaction Id.
- getTransactionId() - Method in class android.gov.nist.javax.sip.stack.SIPTransactionImpl
-
- getTransport() - Method in class android.gov.nist.javax.sip.header.Protocol
-
get the transport
- getTransport() - Method in class android.gov.nist.javax.sip.header.Via
-
Returns the value of the transport parameter.
- getTransport() - Method in class android.gov.nist.javax.sip.ListeningPointImpl
-
Gets transport of the ListeningPoint.
- getTransport() - Method in class android.gov.nist.javax.sip.stack.HopImpl
-
returns the transport string.
- getTransport() - Method in class android.gov.nist.javax.sip.stack.MessageChannel
-
Get transport string of this message channel.
- getTransport() - Method in class android.gov.nist.javax.sip.stack.MessageProcessor
-
Get the transport string.
- getTransport() - Method in class android.gov.nist.javax.sip.stack.NioTcpMessageChannel
-
get the transport string.
- getTransport() - Method in class android.gov.nist.javax.sip.stack.NioTlsMessageChannel
-
- getTransport() - Method in class android.gov.nist.javax.sip.stack.NioTlsWebSocketMessageChannel
-
- getTransport() - Method in class android.gov.nist.javax.sip.stack.NioWebSocketMessageChannel
-
- getTransport() - Method in interface android.gov.nist.javax.sip.stack.SIPTransaction
-
- getTransport() - Method in class android.gov.nist.javax.sip.stack.SIPTransactionImpl
-
- getTransport() - Method in class android.gov.nist.javax.sip.stack.TCPMessageChannel
-
get the transport string.
- getTransport() - Method in class android.gov.nist.javax.sip.stack.TCPMessageProcessor
-
Return the transport string.
- getTransport() - Method in class android.gov.nist.javax.sip.stack.TLSMessageChannel
-
get the transport string.
- getTransport() - Method in class android.gov.nist.javax.sip.stack.UDPMessageChannel
-
Return a transport string.
- getTransport() - Method in class android.gov.nist.javax.sip.stack.UDPMessageProcessor
-
Return the transport string.
- getTransport() - Method in interface android.gov.nist.javax.sip.TransactionExt
-
Returns the name of the protocol with which this message was initially received
- getTransport() - Method in interface android.javax.sip.address.Hop
-
Returns the transport part of this Hop.
- getTransport() - Method in interface android.javax.sip.header.ViaHeader
-
Returns the value of the transport parameter.
- getTransport() - Method in class android.javax.sip.IOExceptionEvent
-
Return transport used for the failed write attempt.
- getTransport() - Method in interface android.javax.sip.ListeningPoint
-
Gets the transport of the ListeningPoint.
- getTransportParam() - Method in class android.gov.nist.javax.sip.address.SipUri
-
Returns the value of the "transport" parameter, or null if this is not
set.
- getTransportParam() - Method in interface android.javax.sip.address.SipURI
-
Returns the value of the "transport" parameter, or null if this is not
set.
- getTrustManagers(boolean) - Method in class android.gov.nist.core.net.DefaultSecurityManagerProvider
-
- getTrustManagers(boolean) - Method in interface android.gov.nist.core.net.SecurityManagerProvider
-
- getTtl() - Method in class android.gov.nist.javax.sdp.fields.ConnectionAddress
-
- getTTL() - Method in class android.gov.nist.javax.sip.header.Via
-
Returns the value of the ttl parameter, or -1 if this is not set.
- getTTL() - Method in interface android.javax.sip.header.ViaHeader
-
Returns the value of the ttl parameter, or -1 if this is not set.
- getTTLParam() - Method in class android.gov.nist.javax.sip.address.SipUri
-
Returns the value of the "ttl" parameter, or -1 if this is not set.
- getTTLParam() - Method in interface android.javax.sip.address.SipURI
-
Returns the value of the "ttl" parameter, or -1 if this is not set.
- getType() - Method in class android.gov.nist.javax.sdp.fields.BandwidthField
-
Returns the bandwidth type.
- getType() - Method in class android.gov.nist.javax.sdp.fields.KeyField
-
- getType() - Method in class android.gov.nist.javax.sip.header.MediaRange
-
get type field
- getType() - Method in interface android.javax.sdp.BandWidth
-
Returns the bandwidth type.
- getTypeChar() - Method in class android.gov.nist.javax.sdp.fields.SDPField
-
Returns the type character for the field.
- getTypeChar() - Method in interface android.javax.sdp.Field
-
Returns the type character for the field.
- getTypedTime() - Method in class android.gov.nist.javax.sdp.fields.RepeatField
-
Returns whether the field will be output as a typed time or a integer value.
- getTypedTime() - Method in class android.gov.nist.javax.sdp.fields.TimeField
-
Returns whether the field will be output as a typed time
or a integer value.
- getTypedTime() - Method in class android.gov.nist.javax.sdp.fields.ZoneField
-
Returns whether the field will be output as a typed time or a integer value.
- getTypedTime(String) - Method in class android.gov.nist.javax.sdp.parser.RepeatFieldParser
-
Get the typed time.
- getTypedTime(String) - Method in class android.gov.nist.javax.sdp.parser.TimeFieldParser
-
Get the typed time.
- getTypedTime(String) - Method in class android.gov.nist.javax.sdp.parser.ZoneFieldParser
-
Get the typed time.
- getTypedTime() - Method in interface android.javax.sdp.RepeatTime
-
Returns whether the field will be output as a typed time or a integer value.
- getTypedTime() - Method in interface android.javax.sdp.Time
-
Returns whether the field will be output as a typed time or a integer value.
- getTypedTime() - Method in interface android.javax.sdp.TimeZoneAdjustment
-
Returns whether the field will be output as a typed time or a integer value.
- getUnit() - Method in class android.gov.nist.javax.sdp.fields.TypedTime
-
- getUnrecognizedHeaders() - Method in class android.gov.nist.javax.sip.message.SIPMessage
-
Get a list containing the unrecognized headers.
- getUnrecognizedHeaders() - Method in interface android.javax.sip.message.Message
-
Returns a ListIterator over all the UnrecognizedHeaders in this Message.
- getUnrecognizedHeadersList() - Method in class android.gov.nist.javax.sip.message.SIPMessage
-
- getURI() - Method in class android.gov.nist.javax.sdp.fields.URIField
-
- getURI() - Method in class android.gov.nist.javax.sdp.SessionDescriptionImpl
-
Returns a uri to the location of more details about the session.
- getURI() - Method in class android.gov.nist.javax.sip.address.AddressImpl
-
Returns the URI address of this Address.
- getURI() - Method in class android.gov.nist.javax.sip.header.AuthenticationHeader
-
Returns the URI value of this WWWAuthenicateHeader, for example
DigestURI.
- getURI() - Method in class android.gov.nist.javax.sip.header.Challenge
-
get the URI field
- getURI() - Method in class android.gov.nist.javax.sip.header.ProxyAuthenticate
-
- getUri() - Method in class android.gov.nist.javax.sip.header.RequestLine
-
- getUri() - Method in interface android.gov.nist.javax.sip.header.SipRequestLine
-
get the Request-URI.
- getURI() - Method in class android.gov.nist.javax.sip.header.WWWAuthenticate
-
- getURI() - Method in interface android.javax.sdp.SessionDescription
-
Returns a uri to the location of more details about the session.
- getURI() - Method in interface android.javax.sip.address.Address
-
Returns the URI of this Address.
- getURI() - Method in interface android.javax.sip.header.AuthorizationHeader
-
Returns the DigestURI value of this AuthorizationHeader.
- getURI() - Method in interface android.javax.sip.header.WWWAuthenticateHeader
-
Deprecated.
Since v1.2. URI is not a supported parameter for this
header. This method should return null.
- getUser() - Method in class android.gov.nist.javax.sip.address.Authority
-
Get the user name if it exists.
- getUser() - Method in class android.gov.nist.javax.sip.address.SipUri
-
Returns the value of the userParam,
or null if this is not set.
- getUser() - Method in class android.gov.nist.javax.sip.address.UserInfo
-
get the user field.
- getUser() - Method in interface android.javax.sip.address.SipURI
-
Returns the user part of this SipURI.
- getUserAtHost() - Method in class android.gov.nist.javax.sip.address.SipUri
-
getUser@host
- getUserAtHostPort() - Method in class android.gov.nist.javax.sip.address.AddressImpl
-
Get the user@host:port for the address field.
- getUserAtHostPort() - Method in class android.gov.nist.javax.sip.address.SipUri
-
getUser@host
- getUserAtHostPort() - Method in class android.gov.nist.javax.sip.header.From
-
Get the user@host port string.
- getUserAtHostPort() - Method in class android.gov.nist.javax.sip.header.To
-
Get the user@host port string.
- getUserInfo() - Method in class android.gov.nist.javax.sip.address.Authority
-
get the userInfo memnber.
- getUserName() - Method in class android.gov.nist.javax.sdp.fields.Email
-
- getUsername() - Method in class android.gov.nist.javax.sdp.fields.OriginField
-
Returns the name of the session originator.
- getUserName() - Method in interface android.gov.nist.javax.sip.clientauthutils.UserCredentialHash
-
Get the user name.
- getUserName() - Method in interface android.gov.nist.javax.sip.clientauthutils.UserCredentials
-
Returns the name of the user that these credentials relate to.
- getUsername() - Method in class android.gov.nist.javax.sip.header.AuthenticationHeader
-
Returns the Username value of this AuthorizationHeader.
- getUsername() - Method in interface android.javax.sdp.Origin
-
Returns the name of the session originator.
- getUsername() - Method in interface android.javax.sip.header.AuthorizationHeader
-
Returns the Username value of this AuthorizationHeader.
- getUserParam() - Method in class android.gov.nist.javax.sip.address.SipUri
-
Returns the user part of this SipURI, or null if it is not set.
- getUserParam() - Method in interface android.javax.sip.address.SipURI
-
Returns the value of the userParam, or null if this is not
set.
- getUserPassword() - Method in class android.gov.nist.javax.sip.address.SipUri
-
Get the password of the user.
- getUserPassword() - Method in interface android.javax.sip.address.SipURI
-
Gets user password of SipURI, or null if it is not set.
- getUserType() - Method in class android.gov.nist.javax.sip.address.SipUri
-
Get the urse parameter.
- getUserType() - Method in class android.gov.nist.javax.sip.address.UserInfo
-
Gets the user type (which can be set to TELEPHONE_SUBSCRIBER or USER)
- getUtranCellID3GPP() - Method in class android.gov.nist.javax.sip.header.ims.PAccessNetworkInfo
-
- getUtranCellID3GPP() - Method in interface android.gov.nist.javax.sip.header.ims.PAccessNetworkInfoHeader
-
- getValue(String) - Method in class android.gov.nist.core.DuplicateNameValueList
-
Do a lookup on a given name and return value associated with it.
- getValue() - Method in class android.gov.nist.core.NameValue
-
- getValue(String) - Method in class android.gov.nist.core.NameValueList
-
Do a lookup on a given name and return value associated with it.
- getValue(String, boolean) - Method in class android.gov.nist.core.NameValueList
-
Do a lookup on a given name and return value associated with it.
- getValue() - Method in class android.gov.nist.javax.sdp.fields.AttributeField
-
Returns the value of this attribute.
- getValue() - Method in class android.gov.nist.javax.sdp.fields.BandwidthField
-
Returns the bandwidth value measured in kilobits per second.
- getValue() - Method in class android.gov.nist.javax.sdp.fields.EmailField
-
Returns the value.
- getValue() - Method in class android.gov.nist.javax.sdp.fields.InformationField
-
Returns the value.
- getValue() - Method in class android.gov.nist.javax.sdp.fields.PhoneField
-
Returns the value.
- getValue() - Method in class android.gov.nist.javax.sdp.fields.SessionNameField
-
Returns the value.
- getValue() - Method in interface android.gov.nist.javax.sip.header.HeaderExt
-
Gets the header value (i.e.
- getValue() - Method in class android.gov.nist.javax.sip.header.SIPHeader
-
Alias for getHeaderValue.
- getValue() - Method in interface android.javax.sdp.Attribute
-
Returns the value of this attribute.
- getValue() - Method in interface android.javax.sdp.BandWidth
-
Returns the bandwidth value measured in kilobits per second.
- getValue() - Method in interface android.javax.sdp.EMail
-
Returns the value.
- getValue() - Method in interface android.javax.sdp.Info
-
Returns the value.
- getValue() - Method in interface android.javax.sdp.Phone
-
Returns the value.
- getValue() - Method in interface android.javax.sdp.SessionName
-
Returns the value.
- getValue() - Method in class android.javax.sip.DialogState
-
This method returns the integer value of the DialogState
- getValue() - Method in interface android.javax.sip.header.ExtensionHeader
-
Gets the value of the ExtensionHeader.
- getValue() - Method in class android.javax.sip.Timeout
-
This method returns the integer value of the Timeout
- getValue() - Method in class android.javax.sip.TransactionState
-
This method returns the integer value of the TransactionState
- getValueAsObject() - Method in class android.gov.nist.core.NameValue
-
- getValueAsObject(boolean) - Method in class android.gov.nist.core.NameValue
-
- getVersion() - Method in class android.gov.nist.javax.sdp.fields.ProtoVersionField
-
Returns the version number.
- getVersion() - Method in class android.gov.nist.javax.sdp.SessionDescriptionImpl
-
Returns the version of SDP in use.
- getVersion() - Method in interface android.javax.sdp.SessionDescription
-
Returns the version of SDP in use.
- getVersion() - Method in interface android.javax.sdp.Version
-
Returns the version number.
- getVersionMajor() - Method in class android.gov.nist.javax.sip.header.RequestLine
-
- getVersionMajor() - Method in interface android.gov.nist.javax.sip.header.SipRequestLine
-
Get the major verrsion number.
- getVersionMajor() - Method in interface android.gov.nist.javax.sip.header.SipStatusLine
-
Get the major version number.
- getVersionMajor() - Method in class android.gov.nist.javax.sip.header.StatusLine
-
- getVersionMinor() - Method in class android.gov.nist.javax.sip.header.RequestLine
-
- getVersionMinor() - Method in interface android.gov.nist.javax.sip.header.SipRequestLine
-
Get the minor version number.
- getVersionMinor() - Method in interface android.gov.nist.javax.sip.header.SipStatusLine
-
Get the minor version number.
- getVersionMinor() - Method in class android.gov.nist.javax.sip.header.StatusLine
-
- getViaHeader() - Method in class android.gov.nist.javax.sip.ListeningPointImpl
-
- getViaHeader() - Method in class android.gov.nist.javax.sip.stack.MessageChannel
-
Get the Via header for this transport.
- getViaHeader() - Method in class android.gov.nist.javax.sip.stack.MessageProcessor
-
Get the Via header to assign for this message processor.
- getViaHeader() - Method in interface android.gov.nist.javax.sip.stack.SIPTransaction
-
Returns the Via header for this channel.
- getViaHeader() - Method in class android.gov.nist.javax.sip.stack.SIPTransactionImpl
-
- getViaHeaders() - Method in class android.gov.nist.javax.sip.message.SIPMessage
-
Get the Via list of headers (null if one does not exist).
- getViaHost() - Method in class android.gov.nist.javax.sip.message.SIPRequest
-
Get the host from the topmost via header.
- getViaHost() - Method in class android.gov.nist.javax.sip.stack.ConnectionOrientedMessageChannel
-
Get the host to assign to outgoing messages.
- getViaHost() - Method in class android.gov.nist.javax.sip.stack.MessageChannel
-
Get the host for a viaHeader.
- getViaHost() - Method in interface android.gov.nist.javax.sip.stack.SIPClientTransaction
-
Get the host of the recipient.
- getViaHost() - Method in class android.gov.nist.javax.sip.stack.SIPClientTransactionImpl
-
- getViaHost() - Method in interface android.gov.nist.javax.sip.stack.SIPServerTransaction
-
- getViaHost() - Method in class android.gov.nist.javax.sip.stack.SIPServerTransactionImpl
-
- getViaHost() - Method in interface android.gov.nist.javax.sip.stack.SIPTransaction
-
Get the host to assign for an outgoing Request via header.
- getViaHost() - Method in class android.gov.nist.javax.sip.stack.SIPTransactionImpl
-
- getViaHost() - Method in class android.gov.nist.javax.sip.stack.UDPMessageChannel
-
Get the logical originator of the message (from the top via header).
- getViaHostPort() - Method in class android.gov.nist.javax.sip.stack.MessageChannel
-
Get the via header host:port structure.
- getViaParms() - Method in class android.gov.nist.javax.sip.header.Via
-
Accessor for the parameters field
- getViaPort() - Method in class android.gov.nist.javax.sip.message.SIPRequest
-
Get the port from the topmost via header.
- getViaPort() - Method in class android.gov.nist.javax.sip.stack.ConnectionOrientedMessageChannel
-
Get the port for outgoing messages sent from the channel.
- getViaPort() - Method in class android.gov.nist.javax.sip.stack.MessageChannel
-
Get the port to assign for the via header of an outgoing message.
- getViaPort() - Method in interface android.gov.nist.javax.sip.stack.SIPClientTransaction
-
Get the port of the recipient.
- getViaPort() - Method in class android.gov.nist.javax.sip.stack.SIPClientTransactionImpl
-
- getViaPort() - Method in interface android.gov.nist.javax.sip.stack.SIPServerTransaction
-
- getViaPort() - Method in class android.gov.nist.javax.sip.stack.SIPServerTransactionImpl
-
- getViaPort() - Method in interface android.gov.nist.javax.sip.stack.SIPTransaction
-
Get the port to assign for the via header of an outgoing message.
- getViaPort() - Method in class android.gov.nist.javax.sip.stack.SIPTransactionImpl
-
- getViaPort() - Method in class android.gov.nist.javax.sip.stack.UDPMessageChannel
-
Get the logical port of the message orginator (from the top via hdr).
- getVisitedNetworkID() - Method in class android.gov.nist.javax.sip.header.ims.PVisitedNetworkID
-
Get the visited network ID value of this header
- getVisitedNetworkID() - Method in interface android.gov.nist.javax.sip.header.ims.PVisitedNetworkIDHeader
-
Get the visited network ID value of this header
- getWildCardFlag() - Method in class android.gov.nist.javax.sip.header.Contact
-
get the WildCardFlag field
- getWkday() - Method in class android.gov.nist.javax.sip.header.SIPDate
-
get the WkDay field
- getYear() - Method in class android.gov.nist.javax.sip.header.SIPDate
-
Get the year member.
- getZoneAdjustments() - Method in class android.gov.nist.javax.sdp.fields.ZoneField
-
Get the zone adjustment list.
- getZoneAdjustments(boolean) - Method in class android.gov.nist.javax.sdp.fields.ZoneField
-
Returns a Hashtable of adjustment times, where:
key = Date.
- getZoneAdjustments(boolean) - Method in class android.gov.nist.javax.sdp.SessionDescriptionImpl
-
Returns the time zone adjustments for the Session
- getZoneAdjustments(boolean) - Method in interface android.javax.sdp.SessionDescription
-
Returns the time zone adjustments for the Session
- getZoneAdjustments(boolean) - Method in interface android.javax.sdp.TimeZoneAdjustment
-
Returns a Hashtable of adjustment times, where:
key = Date.
- GGGPP2_1X - Static variable in interface android.gov.nist.javax.sip.header.ims.PAccessNetworkInfoHeader
-
- GGGPP2_1XHRPD - Static variable in interface android.gov.nist.javax.sip.header.ims.PAccessNetworkInfoHeader
-
- GGGPP_CDMA2000 - Static variable in interface android.gov.nist.javax.sip.header.ims.PAccessNetworkInfoHeader
-
- GGGPP_CDMA2000 - Static variable in interface android.gov.nist.javax.sip.parser.ims.TokenNamesIms
-
- GGGPP_GERAN - Static variable in interface android.gov.nist.javax.sip.header.ims.PAccessNetworkInfoHeader
-
- GGGPP_GERAN - Static variable in interface android.gov.nist.javax.sip.parser.ims.TokenNamesIms
-
- GGGPP_UTRAN_FDD - Static variable in interface android.gov.nist.javax.sip.header.ims.PAccessNetworkInfoHeader
-
- GGGPP_UTRAN_FDD - Static variable in interface android.gov.nist.javax.sip.parser.ims.TokenNamesIms
-
- GGGPP_UTRAN_TDD - Static variable in interface android.gov.nist.javax.sip.header.ims.PAccessNetworkInfoHeader
-
- GGGPP_UTRAN_TDD - Static variable in interface android.gov.nist.javax.sip.parser.ims.TokenNamesIms
-
- GGSN - Static variable in interface android.gov.nist.javax.sip.header.ims.ParameterNamesIms
-
- GIVE_UP - Static variable in interface android.javax.sip.header.SubscriptionStateHeader
-
Reason Code: The subscription has been terminated because the notifier could not
obtain authorization in a timely fashion.
- globalSymbolTable - Static variable in class android.gov.nist.core.LexerCore
-
- GMT - Static variable in class android.gov.nist.javax.sip.header.SIPDate
-
- GMT - Static variable in interface android.gov.nist.javax.sip.parser.TokenNames
-
- GONE - Static variable in interface android.javax.sip.message.Response
-
The requested resource is no longer available at the server and no
forwarding address is known.
- GREATER_THAN - Static variable in class android.gov.nist.core.GenericObject
-
- GREATER_THAN - Static variable in class android.gov.nist.core.GenericObjectList
-
- GREATER_THAN - Static variable in class android.gov.nist.core.LexerCore
-
- GREATER_THAN - Static variable in interface android.gov.nist.core.Separators
-
- GREATER_THAN - Static variable in interface android.gov.nist.javax.sip.parser.TokenTypes
-
- GRUU - Static variable in class android.gov.nist.javax.sip.address.NetObject
-
- GRUU - Static variable in interface android.gov.nist.javax.sip.header.ParameterNames
-
- GSHDSL - Static variable in interface android.gov.nist.javax.sip.header.ims.PAccessNetworkInfoHeader
-
- GSM - Static variable in interface android.javax.sdp.SdpConstants
-
Static RTP/AVP payload type for the GSM audio codec.
- GZIP - Static variable in class android.gov.nist.javax.sip.stack.Base64
-
Specify that data should be gzip-compressed in second bit.
- S - Static variable in interface android.gov.nist.javax.sip.parser.TokenNames
-
- SAFE - Static variable in class android.gov.nist.core.LexerCore
-
- SAFE - Static variable in interface android.gov.nist.javax.sip.parser.TokenTypes
-
- SAT - Static variable in class android.gov.nist.javax.sip.header.SIPDate
-
- SAT - Static variable in interface android.gov.nist.javax.sip.parser.TokenNames
-
- save(OutputStream, String) - Method in class android.gov.nist.javax.sip.MergedSystemProperties
-
- savedPtr - Variable in class android.gov.nist.core.StringTokenizer
-
- schedule(SIPStackTimerTask, long) - Method in class android.gov.nist.javax.sip.stack.timers.AffinitityExecutorSipTimer
-
- schedule(SIPStackTimerTask, long) - Method in class android.gov.nist.javax.sip.stack.timers.DefaultSipTimer
-
- schedule(SIPStackTimerTask, long) - Method in class android.gov.nist.javax.sip.stack.timers.ScheduledExecutorSipTimer
-
- schedule(SIPStackTimerTask, long) - Method in interface android.gov.nist.javax.sip.stack.timers.SipTimer
-
Schedule a new SIPStackTimerTask after the specified delay
- schedule(Runnable, long, TimeUnit) - Method in class android.gov.nist.javax.sip.ThreadAffinityExecutor
-
- schedule(Callable<V>, long, TimeUnit) - Method in class android.gov.nist.javax.sip.ThreadAffinityExecutor
-
- scheduleAckRemoval() - Method in interface android.gov.nist.javax.sip.stack.SIPServerTransaction
-
- scheduleAckRemoval() - Method in class android.gov.nist.javax.sip.stack.SIPServerTransactionImpl
-
- scheduleAtFixedRate(Runnable, long, long, TimeUnit) - Method in class android.gov.nist.javax.sip.ThreadAffinityExecutor
-
- ScheduledExecutorSipTimer - Class in android.gov.nist.javax.sip.stack.timers
-
Implementation of the SIP Timer based on java.util.concurrent.ScheduledThreadPoolExecutor
Seems to perform
- ScheduledExecutorSipTimer() - Constructor for class android.gov.nist.javax.sip.stack.timers.ScheduledExecutorSipTimer
-
- scheduleMaxTxLifeTimeTimer() - Method in interface android.gov.nist.javax.sip.stack.SIPTransaction
-
- scheduleMaxTxLifeTimeTimer() - Method in class android.gov.nist.javax.sip.stack.SIPTransactionImpl
-
- scheduleWithFixedDelay(SIPStackTimerTask, long, long) - Method in class android.gov.nist.javax.sip.stack.timers.AffinitityExecutorSipTimer
-
- scheduleWithFixedDelay(SIPStackTimerTask, long, long) - Method in class android.gov.nist.javax.sip.stack.timers.DefaultSipTimer
-
- scheduleWithFixedDelay(SIPStackTimerTask, long, long) - Method in class android.gov.nist.javax.sip.stack.timers.ScheduledExecutorSipTimer
-
- scheduleWithFixedDelay(SIPStackTimerTask, long, long) - Method in interface android.gov.nist.javax.sip.stack.timers.SipTimer
-
Schedule a new SIPStackTimerTask after the specified delay
- scheduleWithFixedDelay(Runnable, long, long, TimeUnit) - Method in class android.gov.nist.javax.sip.ThreadAffinityExecutor
-
- scheme - Variable in class android.gov.nist.javax.sip.address.GenericURI
-
The URI Scheme.
- scheme - Variable in class android.gov.nist.javax.sip.header.AuthenticationHeader
-
- scheme - Variable in class android.gov.nist.javax.sip.header.Challenge
-
scheme field
- scheme - Variable in class android.gov.nist.javax.sip.header.Credentials
-
- SCHEME_PATTERN - Static variable in class android.gov.nist.javax.sip.address.AddressFactoryImpl
-
- SCTP - Static variable in interface android.javax.sip.ListeningPoint
-
Transport constant: SCTP
- SCTPMessageProcessor - Class in android.gov.nist.javax.sip.stack.sctp
-
SCTP Message Processor
- SCTPMessageProcessor() - Constructor for class android.gov.nist.javax.sip.stack.sctp.SCTPMessageProcessor
-
Constructor, called via Class.newInstance() by SIPTransactionStack
- SDP_PACKAGE - Static variable in interface android.gov.nist.core.PackageNames
-
- SDP_PARSER_PACKAGE - Static variable in interface android.gov.nist.core.PackageNames
-
- SDPAnnounceParser - Class in android.gov.nist.javax.sdp.parser
-
Parser for SDP Announce messages.
- SDPAnnounceParser(Vector) - Constructor for class android.gov.nist.javax.sdp.parser.SDPAnnounceParser
-
Creates new SDPAnnounceParser
- SDPAnnounceParser(String) - Constructor for class android.gov.nist.javax.sdp.parser.SDPAnnounceParser
-
Create a new SDPAnnounceParser.
- SdpConstants - Interface in android.javax.sdp
-
The SdpConstants class contains the RTP/AVP related constants.
- SdpEncoder - Interface in android.javax.sdp
-
A SdpEncoder serializes SessionDescription objects in a customizable manner.
- SdpEncoderImpl - Class in android.gov.nist.javax.sdp
-
Implementation of SDP encoder.
- SdpEncoderImpl() - Constructor for class android.gov.nist.javax.sdp.SdpEncoderImpl
-
Creates new SdpEncoderImpl
- SdpException - Exception in android.javax.sdp
-
The SdpException defines a general exception for the SDP classes to throw when they encounter a difficulty.
- SdpException() - Constructor for exception android.javax.sdp.SdpException
-
Creates new SdpException
- SdpException(String) - Constructor for exception android.javax.sdp.SdpException
-
Constructs a new SdpException with the message you specify.
- SdpException(String, Throwable) - Constructor for exception android.javax.sdp.SdpException
-
Constructs a new SdpException when the Codelet needs to throw an
exception and include a message about another exception that interfered
with its normal operation.
- SdpException(Throwable) - Constructor for exception android.javax.sdp.SdpException
-
Constructs a new SdpException as a result of a system exception and uses
the localized system exception message.
- SdpFactory - Class in android.javax.sdp
-
The SdpFactory enables applications to encode and decode SDP messages.
- SdpFactoryException - Exception in android.javax.sdp
-
The SdpFactoryException encapsulates the information thrown when a problem
with configuration with the
SdpFactory exists.
- SdpFactoryException() - Constructor for exception android.javax.sdp.SdpFactoryException
-
Creates new SdpFactoryException
- SdpFactoryException(String) - Constructor for exception android.javax.sdp.SdpFactoryException
-
Create a new FactoryConfigurationException with the String specified as
an error message.
- SdpFactoryException(Exception) - Constructor for exception android.javax.sdp.SdpFactoryException
-
Create a new FactoryConfigurationException with a given Exception base
cause of the error.
- SdpFactoryException(String, Exception) - Constructor for exception android.javax.sdp.SdpFactoryException
-
Create a new FactoryConfigurationException with the given Exception base
cause and detail message.
- SDPField - Class in android.gov.nist.javax.sdp.fields
-
Placeholder root class for SDP headers.
- SDPField(String) - Constructor for class android.gov.nist.javax.sdp.fields.SDPField
-
- SDPField() - Constructor for class android.gov.nist.javax.sdp.fields.SDPField
-
- SDPFieldList - Class in android.gov.nist.javax.sdp.fields
-
A list of SDP Fields.
- SDPFieldList() - Constructor for class android.gov.nist.javax.sdp.fields.SDPFieldList
-
- SDPFieldList(String) - Constructor for class android.gov.nist.javax.sdp.fields.SDPFieldList
-
- SDPFieldList(String, String) - Constructor for class android.gov.nist.javax.sdp.fields.SDPFieldList
-
- SDPFieldNames - Interface in android.gov.nist.javax.sdp.fields
-
Field names for SDP Fields.
- sdpFields - Variable in class android.gov.nist.javax.sdp.fields.SDPFieldList
-
- SDPFIELDS_PACKAGE - Static variable in class android.gov.nist.javax.sdp.fields.SDPObject
-
- SDPFIELDS_PACKAGE - Static variable in class android.gov.nist.javax.sdp.fields.SDPObjectList
-
- SDPFormat - Class in android.gov.nist.javax.sdp.fields
-
Media Description SDP header
- SDPFormat(String) - Constructor for class android.gov.nist.javax.sdp.fields.SDPFormat
-
- SDPFormat() - Constructor for class android.gov.nist.javax.sdp.fields.SDPFormat
-
- SDPKeywords - Interface in android.gov.nist.javax.sdp.fields
-
A context sensitive list of keyowrds for SDP Headers.
- sdpMessage - Variable in class android.gov.nist.javax.sdp.parser.SDPAnnounceParser
-
- SDPObject - Class in android.gov.nist.javax.sdp.fields
-
Root class for everything in this package.
- SDPObject() - Constructor for class android.gov.nist.javax.sdp.fields.SDPObject
-
- SDPObjectList - Class in android.gov.nist.javax.sdp.fields
-
- SDPObjectList(String, String) - Constructor for class android.gov.nist.javax.sdp.fields.SDPObjectList
-
Get the input text of the sdp object (from which the object was
generated).
- SDPObjectList() - Constructor for class android.gov.nist.javax.sdp.fields.SDPObjectList
-
- SDPObjectList(String) - Constructor for class android.gov.nist.javax.sdp.fields.SDPObjectList
-
- SdpParseException - Exception in android.javax.sdp
-
The SdpParseException encapsulates the information thrown when an error occurs
during SDP parsing.
- SdpParseException(int, int, String, Throwable) - Constructor for exception android.javax.sdp.SdpParseException
-
Constructs a new SdpParseException when the parser needs to throw an exception
indicating a parsing failure.
- SdpParseException(int, int, String) - Constructor for exception android.javax.sdp.SdpParseException
-
Constructs a new SdpParseException when the parser needs to throw an exception
indicating a parsing failure.
- SDPParser - Class in android.gov.nist.javax.sdp.parser
-
- SDPParser() - Constructor for class android.gov.nist.javax.sdp.parser.SDPParser
-
- SDSL - Static variable in interface android.gov.nist.javax.sip.header.ims.PAccessNetworkInfoHeader
-
- second - Variable in class android.gov.nist.javax.sip.header.SIPDate
-
second member
- SecureAccountManager - Interface in android.gov.nist.javax.sip.clientauthutils
-
- SECURITY_CLIENT - Static variable in interface android.gov.nist.javax.sip.header.ims.SIPHeaderNamesIms
-
- SECURITY_CLIENT - Static variable in interface android.gov.nist.javax.sip.parser.TokenTypes
-
- SECURITY_SERVER - Static variable in interface android.gov.nist.javax.sip.header.ims.SIPHeaderNamesIms
-
- SECURITY_SERVER - Static variable in interface android.gov.nist.javax.sip.parser.TokenTypes
-
- SECURITY_VERIFY - Static variable in interface android.gov.nist.javax.sip.header.ims.SIPHeaderNamesIms
-
- SECURITY_VERIFY - Static variable in interface android.gov.nist.javax.sip.parser.TokenTypes
-
- SecurityAgree - Class in android.gov.nist.javax.sip.header.ims
-
"Security Mechanism Agreemet for SIP Sessions"
- sec-agree: RFC 3329 + 3GPP TS33.203 (Annex H).
- SecurityAgree(String) - Constructor for class android.gov.nist.javax.sip.header.ims.SecurityAgree
-
Constructor
- SecurityAgree() - Constructor for class android.gov.nist.javax.sip.header.ims.SecurityAgree
-
Default constructor
- SecurityAgreeHeader - Interface in android.gov.nist.javax.sip.header.ims
-
"Security Mechanism Agreemet for SIP Sessions"
- sec-agree: RFC 3329 + 3GPP TS33.203 (Annex H).
- SecurityAgreeParser - Class in android.gov.nist.javax.sip.parser.ims
-
- SecurityAgreeParser(String) - Constructor for class android.gov.nist.javax.sip.parser.ims.SecurityAgreeParser
-
- SecurityAgreeParser(Lexer) - Constructor for class android.gov.nist.javax.sip.parser.ims.SecurityAgreeParser
-
- SecurityClient - Class in android.gov.nist.javax.sip.header.ims
-
Security-Client header
- sec-agree: RFC 3329 + 3GPP TS33.203 (Annex H).
- SecurityClient() - Constructor for class android.gov.nist.javax.sip.header.ims.SecurityClient
-
- SecurityClientHeader - Interface in android.gov.nist.javax.sip.header.ims
-
Security-Client header
- sec-agree: RFC 3329 + 3GPP TS33.203 (Annex H).
- SecurityClientList - Class in android.gov.nist.javax.sip.header.ims
-
List of Security-Client headers.
- SecurityClientList() - Constructor for class android.gov.nist.javax.sip.header.ims.SecurityClientList
-
- SecurityClientParser - Class in android.gov.nist.javax.sip.parser.ims
-
- SecurityClientParser(String) - Constructor for class android.gov.nist.javax.sip.parser.ims.SecurityClientParser
-
- SecurityClientParser(Lexer) - Constructor for class android.gov.nist.javax.sip.parser.ims.SecurityClientParser
-
- SecurityManagerProvider - Interface in android.gov.nist.core.net
-
Override this interface to provide custom keys and trust stores for TLS.
- securityManagerProvider - Variable in class android.gov.nist.javax.sip.stack.SIPTransactionStack
-
- SecurityServer - Class in android.gov.nist.javax.sip.header.ims
-
Security-Server header
- sec-agree: RFC 3329 + 3GPP TS33.203 (Annex H).
- SecurityServer() - Constructor for class android.gov.nist.javax.sip.header.ims.SecurityServer
-
- SecurityServerHeader - Interface in android.gov.nist.javax.sip.header.ims
-
Security-Server header
- sec-agree: RFC 3329 + 3GPP TS33.203 (Annex H).
- SecurityServerList - Class in android.gov.nist.javax.sip.header.ims
-
List of Security-Server headers.
- SecurityServerList() - Constructor for class android.gov.nist.javax.sip.header.ims.SecurityServerList
-
- SecurityServerParser - Class in android.gov.nist.javax.sip.parser.ims
-
- SecurityServerParser(String) - Constructor for class android.gov.nist.javax.sip.parser.ims.SecurityServerParser
-
- SecurityServerParser(Lexer) - Constructor for class android.gov.nist.javax.sip.parser.ims.SecurityServerParser
-
- SecurityVerify - Class in android.gov.nist.javax.sip.header.ims
-
Security-Verify header
- sec-agree: RFC 3329 + 3GPP TS33.203 (Annex H).
- SecurityVerify() - Constructor for class android.gov.nist.javax.sip.header.ims.SecurityVerify
-
- SecurityVerifyHeader - Interface in android.gov.nist.javax.sip.header.ims
-
Security-Verify header
- sec-agree: RFC 3329 + 3GPP TS33.203 (Annex H).
- SecurityVerifyList - Class in android.gov.nist.javax.sip.header.ims
-
List of Security-Verify headers.
- SecurityVerifyList() - Constructor for class android.gov.nist.javax.sip.header.ims.SecurityVerifyList
-
- SecurityVerifyParser - Class in android.gov.nist.javax.sip.parser.ims
-
- SecurityVerifyParser(String) - Constructor for class android.gov.nist.javax.sip.parser.ims.SecurityVerifyParser
-
- SecurityVerifyParser(Lexer) - Constructor for class android.gov.nist.javax.sip.parser.ims.SecurityVerifyParser
-
- selectLexer(String) - Method in class android.gov.nist.core.LexerCore
-
- selectLexer(String) - Method in class android.gov.nist.javax.sdp.parser.Lexer
-
- selectLexer(String) - Method in class android.gov.nist.javax.sip.parser.Lexer
-
- selector - Variable in class android.gov.nist.javax.sip.stack.NioTcpMessageProcessor
-
- selectorThread - Variable in class android.gov.nist.javax.sip.stack.NioTcpMessageProcessor
-
- selfRoutingThreadpoolExecutor - Static variable in class android.gov.nist.javax.sip.stack.SIPTransactionStack
-
- semaphore - Variable in class android.gov.nist.javax.sip.stack.MultiPipelineExecutor.SemaphoreRunnable
-
- SEMICOLON - Static variable in class android.gov.nist.core.GenericObject
-
- SEMICOLON - Static variable in class android.gov.nist.core.GenericObjectList
-
- SEMICOLON - Static variable in class android.gov.nist.core.LexerCore
-
- SEMICOLON - Static variable in interface android.gov.nist.core.Separators
-
- SEMICOLON - Static variable in interface android.gov.nist.javax.sip.parser.TokenTypes
-
- semRelease() - Method in interface android.gov.nist.javax.sip.stack.SIPTransaction
-
- semRelease() - Method in class android.gov.nist.javax.sip.stack.SIPTransactionImpl
-
- send(SIPRequest) - Method in interface android.gov.nist.javax.sip.stack.AckSendingStrategy
-
send the ack request
- send(SocketChannel, byte[]) - Method in class android.gov.nist.javax.sip.stack.NioTcpMessageProcessor
-
- send(SIPRequest) - Method in class android.gov.nist.javax.sip.stack.SIPDialog.AckSendingStrategyImpl
-
- sendAck(Request) - Method in class android.gov.nist.javax.sip.stack.SIPDialog
-
- sendAck(Request) - Method in interface android.javax.sip.Dialog
-
Sends ACK Request to the remote party of this dialog.
- sendBytes(InetAddress, InetAddress, int, String, byte[], boolean, MessageChannel) - Method in class android.gov.nist.javax.sip.stack.IOHandler
-
Send an array of bytes.
- sendBytes(InetAddress, InetAddress, int, String, byte[], boolean, NioTcpMessageChannel) - Method in class android.gov.nist.javax.sip.stack.NIOHandler
-
Send an array of bytes.
- sendEncryptedData(byte[]) - Method in interface android.gov.nist.javax.sip.stack.NioTlsChannelInterface
-
Be able to send already encrypted data or metadata or some SSL frame padding to comply with some extension
- sendEncryptedData(byte[]) - Method in class android.gov.nist.javax.sip.stack.NioTlsMessageChannel
-
- sendEncryptedData(byte[]) - Method in class android.gov.nist.javax.sip.stack.NioTlsWebSocketMessageChannel
-
- sendHeartbeat(String, int) - Method in interface android.gov.nist.javax.sip.ListeningPointExt
-
Send a heartbeat to the specified Ip address and port
via this listening point.
- sendHeartbeat(String, int) - Method in class android.gov.nist.javax.sip.ListeningPointImpl
-
- sendHttpMessage(byte[], InetAddress, int, boolean) - Method in class android.gov.nist.javax.sip.stack.NioTlsWebSocketMessageChannel
-
- sendMessage(SIPMessage) - Method in class android.gov.nist.javax.sip.stack.ConnectionOrientedMessageChannel
-
Return a formatted message to the client.
- sendMessage(byte[], boolean) - Method in class android.gov.nist.javax.sip.stack.ConnectionOrientedMessageChannel
-
- sendMessage(SIPMessage) - Method in class android.gov.nist.javax.sip.stack.MessageChannel
-
Send the message (after it has been formatted)
- sendMessage(byte[], InetAddress, int, boolean) - Method in class android.gov.nist.javax.sip.stack.MessageChannel
-
Send the message (after it has been formatted), to a specified address and a specified port
- sendMessage(SIPMessage, Hop) - Method in class android.gov.nist.javax.sip.stack.MessageChannel
-
Send a formatted message to the specified target.
- sendMessage(SIPMessage, InetAddress, int) - Method in class android.gov.nist.javax.sip.stack.MessageChannel
-
Send a message given SIP message.
- sendMessage(byte[], boolean) - Method in class android.gov.nist.javax.sip.stack.NioTcpMessageChannel
-
Send message to whoever is connected to us.
- sendMessage(byte[], InetAddress, int, boolean) - Method in class android.gov.nist.javax.sip.stack.NioTcpMessageChannel
-
Send a message to a specified address.
- sendMessage(byte[], boolean) - Method in class android.gov.nist.javax.sip.stack.NioTlsMessageChannel
-
- sendMessage(byte[], InetAddress, int, boolean) - Method in class android.gov.nist.javax.sip.stack.NioTlsMessageChannel
-
- sendMessage(byte[], boolean) - Method in class android.gov.nist.javax.sip.stack.NioTlsWebSocketMessageChannel
-
- sendMessage(byte[], InetAddress, int, boolean) - Method in class android.gov.nist.javax.sip.stack.NioTlsWebSocketMessageChannel
-
- sendMessage(SIPMessage, InetAddress, int) - Method in class android.gov.nist.javax.sip.stack.NioTlsWebSocketMessageChannel
-
- sendMessage(byte[], boolean) - Method in class android.gov.nist.javax.sip.stack.NioWebSocketMessageChannel
-
- sendMessage(byte[], InetAddress, int, boolean) - Method in class android.gov.nist.javax.sip.stack.NioWebSocketMessageChannel
-
- sendMessage(SIPMessage, InetAddress, int) - Method in class android.gov.nist.javax.sip.stack.NioWebSocketMessageChannel
-
- sendMessage(SIPMessage) - Method in interface android.gov.nist.javax.sip.stack.SIPClientTransaction
-
Send a request message through this transaction and onto the client.
- sendMessage(SIPMessage) - Method in class android.gov.nist.javax.sip.stack.SIPClientTransactionImpl
-
- sendMessage(SIPMessage) - Method in interface android.gov.nist.javax.sip.stack.SIPServerTransaction
-
Send a response message through this transaction and onto the client.
- sendMessage(SIPMessage) - Method in class android.gov.nist.javax.sip.stack.SIPServerTransactionImpl
-
- sendMessage(SIPMessage) - Method in interface android.gov.nist.javax.sip.stack.SIPTransaction
-
Process the message through the transaction and sends it to the SIP peer.
- sendMessage(SIPMessage) - Method in class android.gov.nist.javax.sip.stack.SIPTransactionImpl
-
- sendMessage(byte[], InetAddress, int, boolean) - Method in class android.gov.nist.javax.sip.stack.SIPTransactionImpl
-
Parse the byte array as a message, process it through the transaction,
and send it to the SIP peer.
- sendMessage(byte[], boolean) - Method in class android.gov.nist.javax.sip.stack.TCPMessageChannel
-
Send message to whoever is connected to us.
- sendMessage(byte[], InetAddress, int, boolean) - Method in class android.gov.nist.javax.sip.stack.TCPMessageChannel
-
Send a message to a specified address.
- sendMessage(byte[], boolean) - Method in class android.gov.nist.javax.sip.stack.TLSMessageChannel
-
Send message to whoever is connected to us.
- sendMessage(byte[], InetAddress, int, boolean) - Method in class android.gov.nist.javax.sip.stack.TLSMessageChannel
-
Send a message to a specified address.
- sendMessage(SIPMessage) - Method in class android.gov.nist.javax.sip.stack.UDPMessageChannel
-
Return a reply from a pre-constructed reply.
- sendMessage(byte[], InetAddress, int, boolean) - Method in class android.gov.nist.javax.sip.stack.UDPMessageChannel
-
Send a message to a specified receiver address.
- sendMessage(byte[], InetAddress, int, String, boolean) - Method in class android.gov.nist.javax.sip.stack.UDPMessageChannel
-
Send a message to a specified receiver address.
- sendNonWebSocketMessage(byte[], boolean) - Method in class android.gov.nist.javax.sip.stack.NioTlsWebSocketMessageChannel
-
- sendNonWebSocketMessage(byte[], boolean) - Method in class android.gov.nist.javax.sip.stack.NioWebSocketMessageChannel
-
- sendReliableProvisionalResponse(Response) - Method in class android.gov.nist.javax.sip.stack.SIPDialog
-
- sendReliableProvisionalResponse(Response) - Method in interface android.gov.nist.javax.sip.stack.SIPServerTransaction
-
- sendReliableProvisionalResponse(Response) - Method in class android.gov.nist.javax.sip.stack.SIPServerTransactionImpl
-
- sendReliableProvisionalResponse(Response) - Method in interface android.javax.sip.Dialog
-
Sends a reliable provisional response to the remote party of this dialog.
- sendRequest(Request) - Method in class android.gov.nist.javax.sip.SipProviderImpl
-
- sendRequest() - Method in interface android.gov.nist.javax.sip.stack.SIPClientTransaction
-
- sendRequest() - Method in class android.gov.nist.javax.sip.stack.SIPClientTransactionImpl
-
- sendRequest(ClientTransaction) - Method in class android.gov.nist.javax.sip.stack.SIPDialog
-
- sendRequest(ClientTransaction, boolean) - Method in class android.gov.nist.javax.sip.stack.SIPDialog
-
- sendRequest() - Method in interface android.javax.sip.ClientTransaction
-
Sends the Request which created this ClientTransaction.
- sendRequest(ClientTransaction) - Method in interface android.javax.sip.Dialog
-
Sends a Request to the remote party of this dialog.
- sendRequest(Request) - Method in interface android.javax.sip.SipProvider
-
Sends the Request statelessly, that is no transaction record is
associated with this action.
- sendResponse(Response) - Method in class android.gov.nist.javax.sip.SipProviderImpl
-
- sendResponse(Response) - Method in interface android.gov.nist.javax.sip.stack.SIPServerTransaction
-
- sendResponse(SIPResponse) - Method in class android.gov.nist.javax.sip.stack.SIPServerTransactionImpl
-
Send a response.
- sendResponse(Response) - Method in class android.gov.nist.javax.sip.stack.SIPServerTransactionImpl
-
- sendResponse(Response) - Method in interface android.javax.sip.ServerTransaction
-
Sends the Response to a Request which is associated with this
ServerTransaction.
- sendResponse(Response) - Method in interface android.javax.sip.SipProvider
-
Sends the Response statelessly, that is no transaction record is
associated with this action.
- sendSingleCLRF() - Method in interface android.gov.nist.javax.sip.parser.SIPMessageListener
-
- sendSingleCLRF() - Method in class android.gov.nist.javax.sip.stack.ConnectionOrientedMessageChannel
-
- sendSSLMetadata(byte[]) - Method in class android.gov.nist.javax.sip.stack.SSLStateMachine
-
- sendTCPMessage(byte[], InetAddress, int, boolean) - Method in class android.gov.nist.javax.sip.stack.NioTcpMessageChannel
-
Send a message to a specified address.
- sendUdpBufferSize - Variable in class android.gov.nist.javax.sip.stack.SIPTransactionStack
-
- sendWrapped(byte[], InetAddress, int, boolean) - Method in class android.gov.nist.javax.sip.stack.NioWebSocketMessageChannel
-
- sentBy - Variable in class android.gov.nist.javax.sip.header.Via
-
sentBy field.
- sentProtocol - Variable in class android.gov.nist.javax.sip.header.Via
-
sentProtocol field.
- SEP - Static variable in class android.gov.nist.javax.sip.header.SIPDate
-
- SEP - Static variable in interface android.gov.nist.javax.sip.parser.TokenNames
-
- Separators - Interface in android.gov.nist.core
-
Separators.
- seqno - Variable in class android.gov.nist.javax.sip.header.CSeq
-
seqno field
- SEQUEL - Static variable in interface android.gov.nist.javax.sip.header.extensions.ReferencesHeader
-
- sequenceNumber - Variable in class android.gov.nist.javax.sip.header.RSeq
-
- sequenceNumberValidation - Variable in class android.gov.nist.javax.sip.stack.SIPDialog
-
- Server - Class in android.gov.nist.javax.sip.header
-
Supported SIP Header.
- Server() - Constructor for class android.gov.nist.javax.sip.header.Server
-
Constructor.
- SERVER - Static variable in interface android.gov.nist.javax.sip.header.SIPHeaderNames
-
- SERVER - Static variable in interface android.gov.nist.javax.sip.parser.TokenTypes
-
- SERVER_INTERNAL_ERROR - Static variable in interface android.javax.sip.message.Response
-
The server encountered an unexpected condition that prevented it from
fulfilling the request.
- SERVER_TIMEOUT - Static variable in interface android.javax.sip.message.Response
-
The server did not receive a timely response from an external server
it accessed in attempting to process the request.
- serverDialogMergeTestTable - Variable in class android.gov.nist.javax.sip.stack.SIPTransactionStack
-
- ServerHeader - Interface in android.javax.sip.header
-
The Server header field contains information about the software used by
the UAS to handle the request.
- ServerLog - Class in android.gov.nist.javax.sip.stack
-
Log file wrapper class.
- ServerLog() - Constructor for class android.gov.nist.javax.sip.stack.ServerLog
-
- ServerLogger - Interface in android.gov.nist.core
-
- serverLogger - Variable in class android.gov.nist.javax.sip.stack.SIPTransactionStack
-
- ServerParser - Class in android.gov.nist.javax.sip.parser
-
Parser for Server header.
- ServerParser(String) - Constructor for class android.gov.nist.javax.sip.parser.ServerParser
-
Creates a new instance of ServerParser
- ServerParser(Lexer) - Constructor for class android.gov.nist.javax.sip.parser.ServerParser
-
Constructor
- ServerRequestInterface - Interface in android.gov.nist.javax.sip.stack
-
An interface for a genereic message processor for SIP Request messages.
- ServerResponseInterface - Interface in android.gov.nist.javax.sip.stack
-
An interface for a genereic message processor for SIP Response messages.
- ServerTransaction - Interface in android.javax.sip
-
A server transaction is used by a SipProvider to handle incoming Request
messages to fire Request events to the SipListener on a specific server
transaction and by a User Agent Server application to send Response
messages to a User Agent Client application.
- ServerTransactionExt - Interface in android.gov.nist.javax.sip
-
- serverTransactionFlag - Variable in class android.gov.nist.javax.sip.stack.SIPDialog
-
- serverTransactionTable - Variable in class android.gov.nist.javax.sip.stack.SIPTransactionStack
-
- serverTransactionTableHighwaterMark - Variable in class android.gov.nist.javax.sip.stack.CongestionControlMessageValve
-
- serverTransactionTableHighwaterMark - Variable in class android.gov.nist.javax.sip.stack.SIPTransactionStack
-
- serverTransactionTableLowaterMark - Variable in class android.gov.nist.javax.sip.stack.SIPTransactionStack
-
- SERVICE - Static variable in interface android.gov.nist.javax.sip.header.extensions.ReferencesHeader
-
- SERVICE_ID - Static variable in interface android.gov.nist.javax.sip.header.ims.ParameterNamesIms
-
- SERVICE_ID_LABEL - Static variable in interface android.gov.nist.javax.sip.header.ims.ParameterNamesIms
-
- SERVICE_ROUTE - Static variable in interface android.gov.nist.javax.sip.header.ims.SIPHeaderNamesIms
-
- SERVICE_ROUTE - Static variable in interface android.gov.nist.javax.sip.parser.TokenTypes
-
- SERVICE_UNAVAILABLE - Static variable in interface android.javax.sip.message.Response
-
The server is temporarily unable to process the request due to a
temporary overloading or maintenance of the server.
- ServiceRoute - Class in android.gov.nist.javax.sip.header.ims
-
SERVICE-ROUTE header SIP param: RFC 3608.
- ServiceRoute(AddressImpl) - Constructor for class android.gov.nist.javax.sip.header.ims.ServiceRoute
-
constructor
- ServiceRoute() - Constructor for class android.gov.nist.javax.sip.header.ims.ServiceRoute
-
default constructor
- ServiceRouteHeader - Interface in android.gov.nist.javax.sip.header.ims
-
SERVICE-ROUTE header SIP param: RFC 3608.
- ServiceRouteList - Class in android.gov.nist.javax.sip.header.ims
-
- ServiceRouteList() - Constructor for class android.gov.nist.javax.sip.header.ims.ServiceRouteList
-
Default constructor
- ServiceRouteParser - Class in android.gov.nist.javax.sip.parser.ims
-
Service-Route header parser.
- ServiceRouteParser(String) - Constructor for class android.gov.nist.javax.sip.parser.ims.ServiceRouteParser
-
Constructor
- ServiceRouteParser(Lexer) - Constructor for class android.gov.nist.javax.sip.parser.ims.ServiceRouteParser
-
- SESSION - Static variable in interface android.gov.nist.javax.sip.header.ParameterNames
-
- SESSION - Static variable in interface android.javax.sip.header.ContentDispositionHeader
-
Session Disposition Type Constant
- SESSION_CASE - Static variable in interface android.gov.nist.javax.sip.header.ims.ParameterNamesIms
-
- SESSION_DESCRIPTION_PARAMETER_NOT_UNDERSTOOD - Static variable in interface android.javax.sip.header.WarningHeader
-
A parameter other than those listed above was not understood.
- SESSION_EXPIRES - Static variable in interface android.gov.nist.javax.sip.header.SIPHeaderNames
-
- SESSION_NAME_FIELD - Static variable in interface android.gov.nist.javax.sdp.fields.SDPFieldNames
-
- SESSION_NOT_ACCEPTABLE - Static variable in interface android.javax.sip.message.Response
-
The user's agent was contacted successfully but some aspects of the
session description such as the requested media, bandwidth, or addressing
style were not acceptable.
- SESSION_PROGRESS - Static variable in interface android.javax.sip.message.Response
-
The 183 (Session Progress) response is used to convey information about
the progress of the call that is not otherwise classified.
- SessionDescription - Interface in android.javax.sdp
-
A SessionDescription represents the data defined by the Session Description
Protocol (see
IETF RFC 2327) and holds information about the originitor of a session,
the media types that a
client can support and the host and port on which the client will listen
for that media.
- SessionDescriptionImpl - Class in android.gov.nist.javax.sdp
-
Implementation of the SessionDescription interface.
- SessionDescriptionImpl() - Constructor for class android.gov.nist.javax.sdp.SessionDescriptionImpl
-
Creates new SessionDescriptionImpl
- SessionDescriptionImpl(SessionDescription) - Constructor for class android.gov.nist.javax.sdp.SessionDescriptionImpl
-
Copy constructor, creates a deep copy of another SessionDescription.
- SessionExpires - Class in android.gov.nist.javax.sip.header.extensions
-
ReferredBy SIP Header.
- SessionExpires() - Constructor for class android.gov.nist.javax.sip.header.extensions.SessionExpires
-
default Constructor.
- SESSIONEXPIRES_TO - Static variable in interface android.gov.nist.javax.sip.parser.TokenTypes
-
- SessionExpiresHeader - Interface in android.gov.nist.javax.sip.header.extensions
-
- SessionExpiresParser - Class in android.gov.nist.javax.sip.parser.extensions
-
Parser for SIP Session Expires Header.
- SessionExpiresParser(String) - Constructor for class android.gov.nist.javax.sip.parser.extensions.SessionExpiresParser
-
protected constructor.
- SessionExpiresParser(Lexer) - Constructor for class android.gov.nist.javax.sip.parser.extensions.SessionExpiresParser
-
constructor.
- sessionName - Variable in class android.gov.nist.javax.sdp.fields.SessionNameField
-
- SessionName - Interface in android.javax.sdp
-
A SessionName represents the s= fields contained within a SessionDescription.
- SessionNameField - Class in android.gov.nist.javax.sdp.fields
-
- SessionNameField() - Constructor for class android.gov.nist.javax.sdp.fields.SessionNameField
-
- sessionNameField() - Method in class android.gov.nist.javax.sdp.parser.SessionNameFieldParser
-
Get the SessionNameField
- SessionNameFieldParser - Class in android.gov.nist.javax.sdp.parser
-
- SessionNameFieldParser(String) - Constructor for class android.gov.nist.javax.sdp.parser.SessionNameFieldParser
-
Creates new SessionNameFieldParser
- sessionNameImpl - Variable in class android.gov.nist.javax.sdp.SessionDescriptionImpl
-
- set(NameValue) - Method in class android.gov.nist.core.DuplicateNameValueList
-
Set a namevalue object in this list.
- set(String, Object) - Method in class android.gov.nist.core.DuplicateNameValueList
-
Set a namevalue object in this list.
- set(NameValue) - Method in class android.gov.nist.core.NameValueList
-
Set a namevalue object in this list.
- set(String, Object) - Method in class android.gov.nist.core.NameValueList
-
Set a namevalue object in this list.
- set(URL) - Method in class android.gov.nist.javax.sdp.fields.URIField
-
- set(int, HDR) - Method in class android.gov.nist.javax.sip.header.SIPHeaderList
-
Set a SIPHeader at a particular position in the list.
- set(Object) - Method in class android.gov.nist.javax.sip.message.HeaderIterator
-
- set(URL) - Method in interface android.javax.sdp.URI
-
Sets the value.
- setAcceptLanguage(Locale) - Method in class android.gov.nist.javax.sip.header.AcceptLanguage
-
Sets the language parameter of this AcceptLanguageHeader.
- setAcceptLanguage(Locale) - Method in interface android.javax.sip.header.AcceptLanguageHeader
-
Sets the language parameter of this AcceptLanguageHeader.
- setAccessType(String) - Method in class android.gov.nist.javax.sip.header.ims.PAccessNetworkInfo
-
Set the accessTpe
- setAccessType(String) - Method in interface android.gov.nist.javax.sip.header.ims.PAccessNetworkInfoHeader
-
- setAckSeen() - Method in interface android.gov.nist.javax.sip.stack.SIPServerTransaction
-
This is book-keeping for retransmission filter management.
- setAckSeen() - Method in class android.gov.nist.javax.sip.stack.SIPServerTransactionImpl
-
- setAckSendingStrategy(AckSendingStrategy) - Method in class android.gov.nist.javax.sip.stack.SIPDialog
-
Set the ack sending strategy to be used by this dialog
- setActiveDuration(TypedTime) - Method in class android.gov.nist.javax.sdp.fields.RepeatField
-
- setActiveDuration(int) - Method in class android.gov.nist.javax.sdp.fields.RepeatField
-
Sets the "active duration" in seconds.
- setActiveDuration(int) - Method in interface android.javax.sdp.RepeatTime
-
Sets the "active duration" in seconds.
- setAddess(URI) - Method in class android.gov.nist.javax.sip.address.AddressImpl
-
Set the address field
- setAddress(String) - Method in class android.gov.nist.core.Host
-
Set the address member
- setAddress(Host) - Method in class android.gov.nist.javax.sdp.fields.ConnectionAddress
-
Set the address member
- setAddress(ConnectionAddress) - Method in class android.gov.nist.javax.sdp.fields.ConnectionField
-
Set the address member
- setAddress(String) - Method in class android.gov.nist.javax.sdp.fields.ConnectionField
-
Sets the type of the address for this Connection.
- setAddress(Host) - Method in class android.gov.nist.javax.sdp.fields.OriginField
-
Set the address member
- setAddress(String) - Method in class android.gov.nist.javax.sdp.fields.OriginField
-
Sets the type of the address for this Connection.
- setAddress(Address) - Method in interface android.gov.nist.javax.sip.header.AddressParameters
-
set the Address field
- setAddress(Address) - Method in class android.gov.nist.javax.sip.header.AddressParametersHeader
-
- setAddress(Address) - Method in class android.gov.nist.javax.sip.header.Contact
-
Set the address member
- setAddress(Address) - Method in class android.gov.nist.javax.sip.header.From
-
Set the address member
- setAddress(Address) - Method in class android.gov.nist.javax.sip.header.ims.AddressHeaderIms
-
set the Address field
- setAddress(String) - Method in interface android.javax.sdp.Connection
-
Sets the type of the address for this Connection.
- setAddress(String) - Method in interface android.javax.sdp.Origin
-
Sets the type of the address for this Connection.
- setAddress(Address) - Method in interface android.javax.sip.header.HeaderAddress
-
Sets the Address parameter of this Address.
- setAddressResolver(AddressResolver) - Method in interface android.gov.nist.javax.sip.SipStackExt
-
Set the address resolution interface.
- setAddressResolver(AddressResolver) - Method in class android.gov.nist.javax.sip.stack.SIPTransactionStack
-
Set the address resolution interface
- setAddressType(String) - Method in class android.gov.nist.javax.sdp.fields.ConnectionField
-
Returns the type of the network for this Connection.
- setAddressType(String) - Method in class android.gov.nist.javax.sdp.fields.OriginField
-
Returns the type of the network for this Connection.
- setAddressType(int) - Method in class android.gov.nist.javax.sip.address.AddressImpl
-
Set the address type.
- setAddressType(String) - Method in interface android.javax.sdp.Connection
-
Returns the type of the network for this Connection.
- setAddressType(String) - Method in interface android.javax.sdp.Origin
-
Returns the type of the network for this Connection.
- setAddrType(String) - Method in class android.gov.nist.javax.sdp.fields.ConnectionField
-
Set the addrtype member
- setAddrtype(String) - Method in class android.gov.nist.javax.sdp.fields.OriginField
-
Set the addrtype member
- setAgent(String) - Method in class android.gov.nist.javax.sip.header.Warning
-
Sets host of WarningHeader
- setAgent(String) - Method in interface android.javax.sip.header.WarningHeader
-
Sets the agent value of the WarningHeader to the new value passed to the
method.
- setAggressiveCleanup(boolean) - Method in class android.gov.nist.javax.sip.stack.SIPTransactionStack
-
- setAlertInfo(URI) - Method in class android.gov.nist.javax.sip.header.AlertInfo
-
Set the uri member
- setAlertInfo(String) - Method in class android.gov.nist.javax.sip.header.AlertInfo
-
Set the string member
- setAlertInfo(URI) - Method in interface android.javax.sip.header.AlertInfoHeader
-
Sets the AlertInfo of the AlertInfoHeader to the alertInfo
parameter value.
- setAlgorithm(String) - Method in class android.gov.nist.javax.sip.header.AuthenticationHeader
-
Sets the Algorithm of the WWWAuthenicateHeader to the new algorithm
parameter value.
- setAlgorithm(String) - Method in class android.gov.nist.javax.sip.header.ims.SecurityAgree
-
Set Algorithm (alg parameter)
- setAlgorithm(String) - Method in interface android.gov.nist.javax.sip.header.ims.SecurityAgreeHeader
-
Set Algorithm (alg parameter)
- setAlgorithm(String) - Method in interface android.javax.sip.header.AuthorizationHeader
-
Sets the Algorithm of the AuthorizationHeader to the new
algorithm parameter value.
- setAlgorithm(String) - Method in interface android.javax.sip.header.WWWAuthenticateHeader
-
Sets the Algorithm of the WWWAuthenicateHeader to the new
algorithm parameter value.
- setApplicationData(Object) - Method in interface android.gov.nist.javax.sip.message.MessageExt
-
This method allows applications to associate application context with
the message.
- setApplicationData(Object) - Method in class android.gov.nist.javax.sip.message.SIPMessage
-
Set the application data pointer.
- setApplicationData(Object) - Method in class android.gov.nist.javax.sip.stack.SIPDialog
-
- setApplicationData(Object) - Method in interface android.gov.nist.javax.sip.stack.SIPTransaction
-
Set the application data pointer.
- setApplicationData(Object) - Method in class android.gov.nist.javax.sip.stack.SIPTransactionImpl
-
- setApplicationData(Object) - Method in interface android.javax.sip.Dialog
-
Sets application specific data to this dialog.
- setApplicationData(Object) - Method in interface android.javax.sip.Transaction
-
This method allows applications to associate application context with
the transaction.
- setApplicationIdentifiers(String) - Method in class android.gov.nist.javax.sip.header.ims.PAssertedService
-
- setApplicationIdentifiers(String) - Method in interface android.gov.nist.javax.sip.header.ims.PAssertedServiceHeader
-
- setApplicationIdentifiers(String) - Method in class android.gov.nist.javax.sip.header.ims.PPreferredService
-
- setApplicationIdentifiers(String) - Method in interface android.gov.nist.javax.sip.header.ims.PPreferredServiceHeader
-
- setAssigned() - Method in class android.gov.nist.javax.sip.stack.SIPDialog
-
Set the "assigned" flag to true.
- setAssociatedURI(URI) - Method in class android.gov.nist.javax.sip.header.ims.PAssociatedURI
-
Set the URI on this address
- setAssociatedURI(URI) - Method in interface android.gov.nist.javax.sip.header.ims.PAssociatedURIHeader
-
Set the URI on this address
- setAttribute(NameValue) - Method in class android.gov.nist.javax.sdp.fields.AttributeField
-
Set the attribute member
- setAttribute(String, String) - Method in class android.gov.nist.javax.sdp.MediaDescriptionImpl
-
Sets the value of the specified attribute
- setAttribute(String, String) - Method in class android.gov.nist.javax.sdp.SessionDescriptionImpl
-
Sets the value of the specified attribute.
- setAttribute(String, String) - Method in interface android.javax.sdp.MediaDescription
-
Sets the value of the specified attribute
- setAttribute(String, String) - Method in interface android.javax.sdp.SessionDescription
-
Sets the value of the specified attribute.
- setAttributeFields(Vector) - Method in class android.gov.nist.javax.sdp.MediaDescriptionImpl
-
Set the attributeFields member
- setAttributes(Vector) - Method in class android.gov.nist.javax.sdp.MediaDescriptionImpl
-
Adds the specified Attribute to this Description object.
- setAttributes(Vector) - Method in class android.gov.nist.javax.sdp.SessionDescriptionImpl
-
Adds the specified Attribute to this Description object.
- setAttributes(Vector) - Method in interface android.javax.sdp.MediaDescription
-
Adds the specified Attribute to this Description object.
- setAttributes(Vector) - Method in interface android.javax.sdp.SessionDescription
-
Adds the specified Attribute to this Description object.
- setAuditTag(long) - Method in interface android.gov.nist.javax.sip.stack.SIPTransaction
-
- setAuditTag(long) - Method in class android.gov.nist.javax.sip.stack.SIPTransactionImpl
-
- setAuthenticationHeaders(Request) - Method in interface android.gov.nist.javax.sip.clientauthutils.AuthenticationHelper
-
Attach authentication headers to the given request.
- setAuthenticationHeaders(Request) - Method in class android.gov.nist.javax.sip.clientauthutils.AuthenticationHelperImpl
-
- setAuthority(Authority) - Method in class android.gov.nist.javax.sip.address.SipUri
-
Set the authority member
- setAuthParams(NameValueList) - Method in class android.gov.nist.javax.sip.header.Challenge
-
Set the authParams member
- setAutomaticDialogSupportEnabled(boolean) - Method in class android.gov.nist.javax.sip.SipProviderImpl
-
- setAutomaticDialogSupportEnabled(boolean) - Method in interface android.javax.sip.SipProvider
-
Enable or disable automatic dialog creation for this Provider.
- setAuxInfo(String) - Method in class android.gov.nist.javax.sip.stack.ServerLog
-
Set aux information.
- setBackToBackUserAgent() - Method in interface android.gov.nist.javax.sip.DialogExt
-
Sets a flag that indicates that this Dialog is part of a BackToBackUserAgent.
- setBackToBackUserAgent() - Method in class android.gov.nist.javax.sip.stack.SIPDialog
-
- setBandwidth(int) - Method in class android.gov.nist.javax.sdp.fields.BandwidthField
-
Set the bandwidth member
- setBandwidth(String, int) - Method in class android.gov.nist.javax.sdp.MediaDescriptionImpl
-
Sets the value of the specified bandwidth type.
- setBandwidth(String, int) - Method in class android.gov.nist.javax.sdp.SessionDescriptionImpl
-
Sets the value of the specified bandwidth type.
- setBandwidth(String, int) - Method in interface android.javax.sdp.MediaDescription
-
Sets the value of the specified bandwidth type.
- setBandwidth(String, int) - Method in interface android.javax.sdp.SessionDescription
-
Sets the value of the specified bandwidth type.
- setBandwidths(Vector) - Method in class android.gov.nist.javax.sdp.MediaDescriptionImpl
-
set the value of the Bandwidth with the specified type
- setBandwidths(Vector) - Method in class android.gov.nist.javax.sdp.SessionDescriptionImpl
-
set the value of the Bandwidth with the specified type.
- setBandwidths(Vector) - Method in interface android.javax.sdp.MediaDescription
-
set the value of the Bandwidth with the specified type
- setBandwidths(Vector) - Method in interface android.javax.sdp.SessionDescription
-
set the value of the Bandwidth with the specified type.
- setBranch(String) - Method in class android.gov.nist.javax.sip.header.Via
-
Sets the branch parameter of the ViaHeader to the newly supplied
branch value.
- setBranch(String) - Method in interface android.gov.nist.javax.sip.stack.SIPTransaction
-
Sets the Via header branch parameter used to identify this transaction.
- setBranch(String) - Method in class android.gov.nist.javax.sip.stack.SIPTransactionImpl
-
- setBranch(String) - Method in interface android.javax.sip.header.ViaHeader
-
Sets the branch parameter of the ViaHeader to the newly supplied
branch value.
- setBuildTimeStamp(String) - Method in class android.gov.nist.core.CommonLogger
-
- setBuildTimeStamp(String) - Method in class android.gov.nist.core.CommonLoggerLog4j
-
- setBuildTimeStamp(String) - Method in class android.gov.nist.core.LogWriter
-
- setBuildTimeStamp(String) - Method in interface android.gov.nist.core.StackLogger
-
Set the build time stamp.
- setBwtype(String) - Method in class android.gov.nist.javax.sdp.fields.BandwidthField
-
Set the bwtype member
- setCallId(String) - Method in class android.gov.nist.javax.sip.header.CallID
-
set the CallId field
- setCallID(String) - Method in class android.gov.nist.javax.sip.header.CallIdentifier
-
set the callId field
- setCallId(String) - Method in class android.gov.nist.javax.sip.header.extensions.Join
-
set the CallId field
- setCallId(String) - Method in interface android.gov.nist.javax.sip.header.extensions.JoinHeader
-
Sets the Call-Id of the CallIdHeader.
- setCallId(String) - Method in class android.gov.nist.javax.sip.header.extensions.References
-
- setCallId(String) - Method in interface android.gov.nist.javax.sip.header.extensions.ReferencesHeader
-
- setCallId(String) - Method in class android.gov.nist.javax.sip.header.extensions.Replaces
-
set the CallId field
- setCallId(String) - Method in interface android.gov.nist.javax.sip.header.extensions.ReplacesHeader
-
Sets the Call-Id of the CallIdHeader.
- setCallId(String) - Method in class android.gov.nist.javax.sip.header.InReplyTo
-
Sets the Call-Id of the InReplyToHeader.
- setCallId(CallIdHeader) - Method in class android.gov.nist.javax.sip.message.SIPMessage
-
Set the call id header.
- setCallId(String) - Method in class android.gov.nist.javax.sip.message.SIPMessage
-
Get the CallID header (null if one does not exist)
- setCallId(String) - Method in interface android.javax.sip.header.CallIdHeader
-
Sets the Call-Id of the CallIdHeader.
- setCallId(String) - Method in interface android.javax.sip.header.InReplyToHeader
-
Sets the Call-Id of the InReplyToHeader.
- setCallIdentifier(CallIdentifier) - Method in class android.gov.nist.javax.sip.header.CallID
-
Set the callIdentifier member.
- setCallIdentifier(CallIdentifier) - Method in class android.gov.nist.javax.sip.header.extensions.Join
-
Set the callIdentifier member.
- setCallIdentifier(CallIdentifier) - Method in class android.gov.nist.javax.sip.header.extensions.Replaces
-
Set the callIdentifier member.
- setCause(int) - Method in class android.gov.nist.javax.sip.header.Reason
-
Set the cause.
- setCause(int) - Method in interface android.javax.sip.header.ReasonHeader
-
Sets the cause value of the ReasonHeader.
- setCGI3GPP(String) - Method in class android.gov.nist.javax.sip.header.ims.PAccessNetworkInfo
-
- setCGI3GPP(String) - Method in interface android.gov.nist.javax.sip.header.ims.PAccessNetworkInfoHeader
-
- setChallenge(Challenge) - Method in class android.gov.nist.javax.sip.header.AuthenticationHeader
-
This is only used for the parser interface.
- setChargingCollectionFunctionAddress(String) - Method in class android.gov.nist.javax.sip.header.ims.PChargingFunctionAddresses
-
Set the Charging Collection Function (CCF) Address
- setChargingCollectionFunctionAddress(String) - Method in interface android.gov.nist.javax.sip.header.ims.PChargingFunctionAddressesHeader
-
Set the Charging Collection Function (CCF) Address
- setCI3GPP2(String) - Method in class android.gov.nist.javax.sip.header.ims.PAccessNetworkInfo
-
- setCI3GPP2(String) - Method in interface android.gov.nist.javax.sip.header.ims.PAccessNetworkInfoHeader
-
- setCipherSuite(String) - Method in class android.gov.nist.javax.sip.stack.HandshakeCompletedListenerImpl
-
- setCK(String) - Method in class android.gov.nist.javax.sip.header.AuthenticationHeader
-
- setCK(String) - Method in interface android.gov.nist.javax.sip.header.ims.WWWAuthenticateHeaderIms
-
- setClientAuth(ClientAuthType) - Method in class android.gov.nist.javax.sip.stack.SIPTransactionStack
-
- setClientTransaction(ClientTransaction) - Method in class android.gov.nist.javax.sip.DialogTimeoutEvent
-
Set the re-INVITE client transaction.
- setClientTransaction(SIPClientTransaction) - Method in class android.gov.nist.javax.sip.stack.SIPDialogErrorEvent
-
- setCNonce(String) - Method in class android.gov.nist.javax.sip.header.AuthenticationHeader
-
Set the CNonce.
- setCNonce(String) - Method in class android.gov.nist.javax.sip.header.AuthenticationInfo
-
Sets the CNonce of the AuthenticationInfoHeader to the cNonce
parameter value.
- setCNonce(String) - Method in interface android.javax.sip.header.AuthenticationInfoHeader
-
Sets the CNonce of the AuthenticationInfoHeader to the cNonce
parameter value.
- setCNonce(String) - Method in interface android.javax.sip.header.AuthorizationHeader
-
Sets the CNonce of the AuthorizationHeader to the cNonce
parameter value.
- setCode(int) - Method in class android.gov.nist.javax.sip.header.Warning
-
Sets code of WarningHeader
- setCode(int) - Method in interface android.javax.sip.header.WarningHeader
-
Sets the code of the WarningHeader.
- setCollectionTime(int) - Method in interface android.gov.nist.javax.sip.stack.SIPTransaction
-
- setCollectionTime(int) - Method in class android.gov.nist.javax.sip.stack.SIPTransactionImpl
-
- setComment(String) - Method in class android.gov.nist.javax.sip.header.RetryAfter
-
Sets the comment value of the RetryAfterHeader.
- setComment(String) - Method in class android.gov.nist.javax.sip.header.Via
-
Deprecated.
This is an RFC 2543 feature.
- setComment(String) - Method in interface android.javax.sip.header.RetryAfterHeader
-
Sets the comment value of the RetryAfterHeader.
- setComputeContentLengthFromMessage(boolean) - Static method in class android.gov.nist.javax.sip.parser.StringMsgParser
-
- setConnection(Connection) - Method in class android.gov.nist.javax.sdp.MediaDescriptionImpl
-
Set the connection data for this entity
- setConnection(Connection) - Method in class android.gov.nist.javax.sdp.SessionDescriptionImpl
-
Set the connection data for this entity.
- setConnection(Connection) - Method in interface android.javax.sdp.MediaDescription
-
Set the connection data for this entity
- setConnection(Connection) - Method in interface android.javax.sdp.SessionDescription
-
Set the connection data for this entity.
- setConnectionField(ConnectionField) - Method in class android.gov.nist.javax.sdp.MediaDescriptionImpl
-
Set the connectionField member
- setConnectionLingerTimer(int) - Method in class android.gov.nist.javax.sip.stack.SIPTransactionStack
-
- setContactList(ContactList) - Method in class android.gov.nist.javax.sip.header.Contact
-
set the Contact List
- setContent(Object) - Method in interface android.gov.nist.javax.sip.message.Content
-
- setContent(Object) - Method in class android.gov.nist.javax.sip.message.ContentImpl
-
- setContent(Object, ContentTypeHeader) - Method in class android.gov.nist.javax.sip.message.SIPMessage
-
Set the message content after converting the given object to a String.
- setContent(Object, ContentTypeHeader) - Method in interface android.javax.sip.message.Message
-
Sets the body of this Message, with the ContentType defined by the new
ContentTypeHeader object and the string value of the content.
- setContentDisposition(ContentDispositionHeader) - Method in class android.gov.nist.javax.sip.message.SIPMessage
-
Set the content disposition header.
- setContentDisposition(ContentDispositionHeader) - Method in interface android.javax.sip.message.Message
-
Sets the ContentDispositionHeader of this Message.
- setContentDispositionHeader(ContentDispositionHeader) - Method in class android.gov.nist.javax.sip.message.ContentImpl
-
- setContentEncoding(ContentEncodingHeader) - Method in class android.gov.nist.javax.sip.message.SIPMessage
-
- setContentEncoding(ContentEncodingHeader) - Method in interface android.javax.sip.message.Message
-
Sets the ContentEncodingHeader of this Message.
- setContentLanguage(Locale) - Method in class android.gov.nist.javax.sip.header.ContentLanguage
-
Sets the language parameter of this ContentLanguageHeader.
- setContentLanguage(ContentLanguageHeader) - Method in class android.gov.nist.javax.sip.message.SIPMessage
-
- setContentLanguage(Locale) - Method in interface android.javax.sip.header.ContentLanguageHeader
-
Sets the language parameter of this ContentLanguageHeader.
- setContentLanguage(ContentLanguageHeader) - Method in interface android.javax.sip.message.Message
-
Sets the ContentLanguageHeader of this Message.
- setContentLength(int) - Method in class android.gov.nist.javax.sip.header.ContentLength
-
Set the contentLength member
- setContentLength(ContentLengthHeader) - Method in class android.gov.nist.javax.sip.message.SIPMessage
-
Set the content length header.
- setContentLength(int) - Method in interface android.javax.sip.header.ContentLengthHeader
-
Set content-length of ContentLengthHeader.
- setContentLength(ContentLengthHeader) - Method in interface android.javax.sip.message.Message
-
Set the ContentLengthHeader of this Message.
- setContentSubType(String) - Method in class android.gov.nist.javax.sip.header.Accept
-
set the ContentSubType field
- setContentSubType(String) - Method in class android.gov.nist.javax.sip.header.ContentType
-
Set the content subtype.
- setContentSubType(String) - Method in interface android.javax.sip.header.MediaType
-
Sets value of media subtype of Header with Content sub-type.
- setContentType(String) - Method in class android.gov.nist.javax.sip.header.Accept
-
set the ContentType field
- setContentType(String, String) - Method in class android.gov.nist.javax.sip.header.ContentType
-
set the content type and subtype.
- setContentType(String) - Method in class android.gov.nist.javax.sip.header.ContentType
-
set the content type.
- setContentType(String) - Method in interface android.javax.sip.header.MediaType
-
Sets value of media type of Header with Content Type.
- setContentTypeHeader(ContentTypeHeader) - Method in class android.gov.nist.javax.sip.message.ContentImpl
-
- setCredentials(NameValueList) - Method in class android.gov.nist.javax.sip.header.Credentials
-
Set the parameters member
- setCSeq(CSeqHeader) - Method in class android.gov.nist.javax.sip.message.SIPMessage
-
Set the CSeq header.
- setCSeqNumber(int) - Method in class android.gov.nist.javax.sip.header.RAck
-
Deprecated.
- setCSeqNumber(int) - Method in interface android.javax.sip.header.RAckHeader
-
Sets the sequence number value of the CSeqHeader of the provisional
response being acknowledged.
- setCSequenceNumber(long) - Method in class android.gov.nist.javax.sip.header.RAck
-
- setDatabaseName(String) - Method in class android.gov.nist.javax.sip.header.ims.PUserDatabase
-
- setDatabaseName(String) - Method in interface android.gov.nist.javax.sip.header.ims.PUserDatabaseHeader
-
- setDate(SIPDate) - Method in class android.gov.nist.javax.sip.header.SIPDateHeader
-
Set the date member
- setDate(Calendar) - Method in class android.gov.nist.javax.sip.header.SIPDateHeader
-
Sets date of DateHeader.
- setDate(Calendar) - Method in interface android.javax.sip.header.DateHeader
-
Sets date of DateHeader.
- setDay(int) - Method in class android.gov.nist.javax.sip.header.SIPDate
-
Set the day member
- setDefaultContentEncodingCharset(String) - Method in interface android.gov.nist.javax.sip.message.MessageFactoryExt
-
Set default charset used for encoding String content.
- setDefaultContentEncodingCharset(String) - Method in class android.gov.nist.javax.sip.message.MessageFactoryImpl
-
Set default charset used for encoding String content.
- setDefaultParm(String, Object) - Method in class android.gov.nist.javax.sip.address.SipUri
-
Set the default parameters for this URI.
- setDefaults() - Method in class android.gov.nist.javax.sip.message.SIPRequest
-
Set the default values in the request URI if necessary.
- setDefaultServerHeader(ServerHeader) - Method in interface android.gov.nist.javax.sip.message.MessageFactoryExt
-
Set the common Server header for all Responses created from this message factory.
- setDefaultServerHeader(ServerHeader) - Method in class android.gov.nist.javax.sip.message.MessageFactoryImpl
-
Set the common Server header for all responses created from this message factory.
- setDefaultUserAgentHeader(UserAgentHeader) - Method in interface android.gov.nist.javax.sip.message.MessageFactoryExt
-
Set the common UserAgent header for all Requests created from this message factory.
- setDefaultUserAgentHeader(UserAgentHeader) - Method in class android.gov.nist.javax.sip.message.MessageFactoryImpl
-
Set the common UserAgent header for all requests created from this message factory.
- setDelay(float) - Method in class android.gov.nist.javax.sip.header.TimeStamp
-
Sets the new delay value of the TimestampHeader to the delay paramter
passed to this method
- setDelay(float) - Method in interface android.javax.sip.header.TimeStampHeader
-
- setDeliverDialogTerminatedEventForNullDialog() - Method in class android.gov.nist.javax.sip.stack.SIPTransactionStack
-
- setDeliverTerminatedEventForAck(boolean) - Method in class android.gov.nist.javax.sip.stack.SIPTransactionStack
-
- setDeliverUnsolicitedNotify(boolean) - Method in class android.gov.nist.javax.sip.stack.SIPTransactionStack
-
- setDialog(SIPDialog, String) - Method in interface android.gov.nist.javax.sip.stack.SIPClientTransaction
-
- setDialog(SIPDialog, String) - Method in class android.gov.nist.javax.sip.stack.SIPClientTransactionImpl
-
- setDialog(SIPDialog, String) - Method in interface android.gov.nist.javax.sip.stack.SIPServerTransaction
-
- setDialog(SIPDialog, String) - Method in class android.gov.nist.javax.sip.stack.SIPServerTransactionImpl
-
- setDialog(SIPDialog, String) - Method in interface android.gov.nist.javax.sip.stack.SIPTransaction
-
set the dialog object.
- setDialog(SIPDialog, String) - Method in class android.gov.nist.javax.sip.stack.SIPTransactionImpl
-
- setDialogErrorsAutomaticallyHandled() - Method in interface android.gov.nist.javax.sip.SipProviderExt
-
Sets a flag that indicates that automatic error handling is enabled for this dialog (the
default when automatic dialog support is enabled).
- setDialogErrorsAutomaticallyHandled() - Method in class android.gov.nist.javax.sip.SipProviderImpl
-
- setDialogId(String) - Method in class android.gov.nist.javax.sip.stack.SIPDialog
-
Set the dialog identifier.
- setDisplayName(String) - Method in class android.gov.nist.javax.sdp.fields.EmailAddress
-
Set the displayName member
- setDisplayName(String) - Method in class android.gov.nist.javax.sip.address.AddressImpl
-
Set the displayName member
- setDisplayName(String) - Method in interface android.javax.sip.address.Address
-
Sets the display name of the Address.
- setDispositionType(String) - Method in class android.gov.nist.javax.sip.header.ContentDisposition
-
Set the disposition type.
- setDispositionType(String) - Method in interface android.javax.sip.header.ContentDispositionHeader
-
Sets the interpretation value of the message body or message body part
for this ContentDispositionHeader.
- setDomain(String) - Method in class android.gov.nist.javax.sip.header.AuthenticationHeader
-
Sets the Domain of the WWWAuthenicateHeader to the domain
parameter value.
- setDomain(String) - Method in interface android.javax.sip.header.WWWAuthenticateHeader
-
Sets the Domain of the WWWAuthenicateHeader to the domain
parameter value.
- setDSLLocation(String) - Method in class android.gov.nist.javax.sip.header.ims.PAccessNetworkInfo
-
- setDSLLocation(String) - Method in interface android.gov.nist.javax.sip.header.ims.PAccessNetworkInfoHeader
-
- setDuplexity(String) - Method in class android.gov.nist.javax.sdp.MediaDescriptionImpl
-
- setDuration(int) - Method in class android.gov.nist.javax.sip.header.RetryAfter
-
Sets the duration value of the RetryAfterHeader.
- setDuration(int) - Method in interface android.javax.sip.header.RetryAfterHeader
-
Sets the duration value of the RetryAfterHeader.
- setEarlyDialogTimeout(int) - Method in class android.gov.nist.javax.sip.stack.SIPTransactionStack
-
- setEarlyDialogTimeoutSeconds(int) - Method in interface android.gov.nist.javax.sip.DialogExt
-
Sets the early dialog timeout period.
- setEarlyDialogTimeoutSeconds(int) - Method in class android.gov.nist.javax.sip.stack.SIPDialog
-
- setEmail(Email) - Method in class android.gov.nist.javax.sdp.fields.EmailAddress
-
Set the email member
- setEmailAddress(EmailAddress) - Method in class android.gov.nist.javax.sdp.fields.EmailField
-
Set the emailAddress member
- setEmails(Vector) - Method in class android.gov.nist.javax.sdp.SessionDescriptionImpl
-
Sets a an email address to contact for further information about the
session.
- setEmails(Vector) - Method in interface android.javax.sdp.SessionDescription
-
Sets a an email address to contact for further information about the session.
- setEnabledCipherSuites(String[]) - Method in interface android.gov.nist.javax.sip.SipStackExt
-
Set the list of cipher suites supported by the stack.
- setEnabledCipherSuites(String[]) - Method in class android.gov.nist.javax.sip.SipStackImpl
-
Set the list of cipher suites supported by the stack.
- setEnabledProtocols(String[]) - Method in class android.gov.nist.javax.sip.SipStackImpl
-
Set the list of protocols supported by the stack for outgoing TLS connections.
- setEncapsulatedChannel(MessageChannel) - Method in interface android.gov.nist.javax.sip.stack.SIPTransaction
-
Set the encapsuated channel.
- setEncapsulatedChannel(MessageChannel) - Method in class android.gov.nist.javax.sip.stack.SIPTransactionImpl
-
- setEncapsulatedClientTransaction(SIPClientTransaction) - Method in class android.gov.nist.javax.sip.stack.MessageChannel
-
- setEncoding(String) - Method in class android.gov.nist.javax.sdp.SdpEncoderImpl
-
Specifies the character set to be used to display the session name and
information data.
- setEncoding(String) - Method in class android.gov.nist.javax.sip.header.AcceptEncoding
-
Sets the encoding of an EncodingHeader.
- setEncoding(String) - Method in class android.gov.nist.javax.sip.header.ContentEncoding
-
Set the ConentEncoding field.
- setEncoding(String) - Method in interface android.javax.sdp.SdpEncoder
-
Specifies the character set to be used to display the session name and
information data.
- setEncoding(String) - Method in interface android.javax.sip.header.Encoding
-
Sets the encoding of an EncodingHeader.
- setEncryptionAlgorithm(String) - Method in class android.gov.nist.javax.sip.header.ims.SecurityAgree
-
Set Encryption Algorithm (ealg parameter)
- setEncryptionAlgorithm(String) - Method in interface android.gov.nist.javax.sip.header.ims.SecurityAgreeHeader
-
Set Encryption Algorithm (ealg parameter)
- setErrorInfo(URI) - Method in class android.gov.nist.javax.sip.header.ErrorInfo
-
Sets the ErrorInfo of the ErrorInfoHeader to the errorInfo
parameter value.
- setErrorInfo(URI) - Method in interface android.javax.sip.header.ErrorInfoHeader
-
Sets the ErrorInfo of the ErrorInfoHeader to the errorInfo
parameter value.
- setErrorMessage(String) - Method in class android.gov.nist.javax.sip.header.ErrorInfo
-
Sets the Error information message to the new message value
supplied to this method.
- setErrorMessage(String) - Method in interface android.javax.sip.header.ErrorInfoHeader
-
Sets the Error information message to the new message value
supplied to this method.
- setETag(String) - Method in class android.gov.nist.javax.sip.header.SIPETag
-
Set the priority member
- setETag(String) - Method in class android.gov.nist.javax.sip.header.SIPIfMatch
-
Set the priority member
- setETag(String) - Method in interface android.javax.sip.header.SIPETagHeader
-
Sets the entity-tag value of this header.
- setETag(String) - Method in interface android.javax.sip.header.SIPIfMatchHeader
-
Sets the entity-tag
- setEventChargingFunctionAddress(String) - Method in class android.gov.nist.javax.sip.header.ims.PChargingFunctionAddresses
-
Set the Event Charging Function (ECF) Address
- setEventChargingFunctionAddress(String) - Method in interface android.gov.nist.javax.sip.header.ims.PChargingFunctionAddressesHeader
-
Set the Event Charging Function (ECF) Address
- setEventId(String) - Method in class android.gov.nist.javax.sip.header.Event
-
Sets the id to the newly supplied eventId string.
- setEventId(String) - Method in interface android.javax.sip.header.EventHeader
-
Sets the id to the newly supplied eventId string.
- setEventType(String) - Method in class android.gov.nist.javax.sip.header.AllowEvents
-
Sets the eventType defined in this AllowEventsHeader.
- setEventType(String) - Method in class android.gov.nist.javax.sip.header.Event
-
Sets the eventType to the newly supplied eventType string.
- setEventType(String) - Method in interface android.javax.sip.header.AllowEventsHeader
-
Sets the eventType defined in this AllowEventsHeader.
- setEventType(String) - Method in interface android.javax.sip.header.EventHeader
-
Sets the eventType to the newly supplied eventType string.
- setExpires(int) - Method in class android.gov.nist.javax.sip.header.Contact
-
Set the expiry time in seconds.
- setExpires(int) - Method in class android.gov.nist.javax.sip.header.Expires
-
Sets the relative expires value of the ExpiresHeader.
- setExpires(int) - Method in class android.gov.nist.javax.sip.header.extensions.MinSE
-
Sets the relative expires value of the ExpiresHeader.
- setExpires(int) - Method in class android.gov.nist.javax.sip.header.extensions.SessionExpires
-
Sets the relative expires value of the SessionExpiresHeader.
- setExpires(int) - Method in interface android.gov.nist.javax.sip.header.extensions.SessionExpiresHeader
-
- setExpires(int) - Method in class android.gov.nist.javax.sip.header.MinExpires
-
Sets the relative expires value of the ExpiresHeader.
- setExpires(int) - Method in class android.gov.nist.javax.sip.header.SubscriptionState
-
Sets the relative expires value of the SubscriptionStateHeader.
- setExpires(ExpiresHeader) - Method in class android.gov.nist.javax.sip.message.SIPMessage
-
Set the expiresHeader
- setExpires(int) - Method in interface android.javax.sip.header.ContactHeader
-
Sets the value of the expires parameter as delta-seconds.
- setExpires(int) - Method in interface android.javax.sip.header.ExpiresHeader
-
Sets the relative expires value of the ExpiresHeader in units of seconds.
- setExpires(int) - Method in interface android.javax.sip.header.SubscriptionStateHeader
-
Sets the relative expires value of the SubscriptionStateHeader.
- setExpires(ExpiresHeader) - Method in interface android.javax.sip.message.Message
-
Sets the ExpiresHeader of this Message.
- setExtensionAccessInfo(Object) - Method in class android.gov.nist.javax.sip.header.ims.PAccessNetworkInfo
-
extension-access-info = gen-value gen-value = token / host /
quoted-string
- setExtensionAccessInfo(Object) - Method in interface android.gov.nist.javax.sip.header.ims.PAccessNetworkInfoHeader
-
- setForkedResponse(boolean) - Method in class android.gov.nist.javax.sip.ResponseEventExt
-
Set true if this is a forked response.
- setForkId(String) - Method in interface android.gov.nist.javax.sip.stack.SIPTransaction
-
Sets the fork id for the transaction.
- setForkId(String) - Method in class android.gov.nist.javax.sip.stack.SIPTransactionImpl
-
- setFormat(String) - Method in class android.gov.nist.javax.sdp.fields.SDPFormat
-
- setFormats(Vector) - Method in class android.gov.nist.javax.sdp.fields.MediaField
-
Set the fmt member
- setFrom(FromHeader) - Method in class android.gov.nist.javax.sip.message.SIPMessage
-
- setFromTag(String) - Method in class android.gov.nist.javax.sip.header.extensions.Join
-
Set the to-tag member
- setFromTag(String) - Method in interface android.gov.nist.javax.sip.header.extensions.JoinHeader
-
- setFromTag(String) - Method in class android.gov.nist.javax.sip.header.extensions.Replaces
-
Set the to-tag member
- setFromTag(String) - Method in interface android.gov.nist.javax.sip.header.extensions.ReplacesHeader
-
- setFromTag(String) - Method in class android.gov.nist.javax.sip.message.SIPMessage
-
Set the From Tag.
- setGlobal(boolean) - Method in class android.gov.nist.javax.sip.address.TelephoneNumber
-
set the Global field
- setGlobal(boolean) - Method in class android.gov.nist.javax.sip.address.TelURLImpl
-
Sets phone user of this TelURL to be either global or local.
- setGlobal(boolean) - Method in interface android.javax.sip.address.TelURL
-
Sets phone user of this TelURL to be either global or local.
- setGrParam(String) - Method in class android.gov.nist.javax.sip.address.SipUri
-
Sets the gr parameter.
- setGrParam(String) - Method in interface android.gov.nist.javax.sip.address.SipURIExt
-
Sets the gr parameter.
- setHandling(String) - Method in class android.gov.nist.javax.sip.header.ContentDisposition
-
set the dispositionType field.
- setHandling(String) - Method in interface android.javax.sip.header.ContentDispositionHeader
-
The handling parameter describes how the UAS should react if it
receives a message body whose content type or disposition type it
does not understand.
- setHandshakeCompleted(boolean) - Method in class android.gov.nist.javax.sip.stack.NioTlsMessageChannel
-
- setHandshakeCompleted(boolean) - Method in class android.gov.nist.javax.sip.stack.TLSMessageChannel
-
- setHandshakeCompletedListener(HandshakeCompletedListener) - Method in class android.gov.nist.javax.sip.stack.NioTlsMessageChannel
-
- setHandshakeCompletedListener(HandshakeCompletedListener) - Method in class android.gov.nist.javax.sip.stack.TLSMessageChannel
-
- setHeader(String, String) - Method in class android.gov.nist.javax.sip.address.SipUri
-
Sets the value of the specified header fields to be included in a
request constructed from the URI.
- setHeader(Header) - Method in class android.gov.nist.javax.sip.message.SIPMessage
-
Attach a header (replacing the original header).
- setHeader(SIPHeaderList<Via>) - Method in class android.gov.nist.javax.sip.message.SIPMessage
-
Set the header given a list of headers.
- setHeader(String, String) - Method in interface android.javax.sip.address.SipURI
-
Sets the value of the specified header fields to be included in a
request constructed from the URI.
- setHeader(Header) - Method in interface android.javax.sip.message.Message
-
Sets the new Header to replace existings Header of that type in
the message.
- setHeaderName(String) - Method in class android.gov.nist.javax.sip.header.SIPHeader
-
Set the name of the header .
- setHeaders(List<SIPHeader>) - Method in class android.gov.nist.javax.sip.message.SIPMessage
-
Set a header from a linked list of headers.
- setHost(Host) - Method in class android.gov.nist.core.HostPort
-
Set the host member
- setHost(Host) - Method in class android.gov.nist.javax.sip.address.Authority
-
set the host.
- setHost(Host) - Method in class android.gov.nist.javax.sip.address.SipUri
-
Set the host for this URI.
- setHost(String) - Method in class android.gov.nist.javax.sip.address.SipUri
-
Set the host portion of the SipURI
- setHost(String) - Method in class android.gov.nist.javax.sip.header.CallIdentifier
-
Set the host member
- setHost(Host) - Method in class android.gov.nist.javax.sip.header.Via
-
set the Host of the Via Header
- setHost(String) - Method in class android.gov.nist.javax.sip.header.Via
-
Set the host part of this ViaHeader to the newly supplied host
parameter.
- setHost(String) - Method in interface android.javax.sip.address.SipURI
-
Set the host part of this SipURI to the newly supplied host
parameter.
- setHost(String) - Method in interface android.javax.sip.header.ViaHeader
-
Set the host part of this ViaHeader to the newly supplied host
parameter.
- setHostAddress(String) - Method in class android.gov.nist.core.Host
-
Set the IP Address.
- setHostAddress(String) - Method in class android.gov.nist.javax.sip.stack.SIPTransactionStack
-
Set my address.
- setHostname(String) - Method in class android.gov.nist.core.Host
-
Set the hostname member.
- setHostName(String) - Method in class android.gov.nist.javax.sdp.fields.Email
-
Set the hostName member
- setHostPort(HostPort) - Method in class android.gov.nist.javax.sip.address.Authority
-
Set the hostPort member
- setHostPort(HostPort) - Method in class android.gov.nist.javax.sip.address.SipUri
-
Set the hostPort field of the imbedded authority field.
- setHour(int) - Method in class android.gov.nist.javax.sip.header.SIPDate
-
Set the hour member
- setICID(String) - Method in class android.gov.nist.javax.sip.header.ims.PChargingVector
-
Set the icid-value parameter
- setICID(String) - Method in interface android.gov.nist.javax.sip.header.ims.PChargingVectorHeader
-
- setICIDGeneratedAt(String) - Method in class android.gov.nist.javax.sip.header.ims.PChargingVector
-
Set the icid-generated-at parameter
- setICIDGeneratedAt(String) - Method in interface android.gov.nist.javax.sip.header.ims.PChargingVectorHeader
-
- setIK(String) - Method in class android.gov.nist.javax.sip.header.AuthenticationHeader
-
- setIK(String) - Method in interface android.gov.nist.javax.sip.header.ims.WWWAuthenticateHeaderIms
-
- setInfo(Info) - Method in class android.gov.nist.javax.sdp.MediaDescriptionImpl
-
Sets the i= field of this object.
- setInfo(Info) - Method in class android.gov.nist.javax.sdp.SessionDescriptionImpl
-
Sets the i= field of this object.
- setInfo(URI) - Method in class android.gov.nist.javax.sip.header.CallInfo
-
set the URI field
- setInfo(Info) - Method in interface android.javax.sdp.MediaDescription
-
Sets the i= field of this object.
- setInfo(Info) - Method in interface android.javax.sdp.SessionDescription
-
Sets the i= field of this object.
- setInfo(URI) - Method in interface android.javax.sip.header.CallInfoHeader
-
Sets the Information parameter of this CallInfoHeader.
- setInformation(String) - Method in class android.gov.nist.javax.sdp.fields.InformationField
-
- setInformationField(InformationField) - Method in class android.gov.nist.javax.sdp.MediaDescriptionImpl
-
Set the informationField member
- setIntegrityProtected(String) - Method in class android.gov.nist.javax.sip.header.AuthenticationHeader
-
- setIntegrityProtected(String) - Method in interface android.gov.nist.javax.sip.header.ims.AuthorizationHeaderIms
-
- setInviteTransaction(Object) - Method in class android.gov.nist.javax.sip.message.SIPRequest
-
- setInviteTransaction(SIPServerTransaction) - Method in interface android.gov.nist.javax.sip.stack.SIPServerTransaction
-
The INVITE Server Transaction corresponding to a CANCEL Server Transaction.
- setInviteTransaction(SIPServerTransaction) - Method in class android.gov.nist.javax.sip.stack.SIPServerTransactionImpl
-
The INVITE Server Transaction corresponding to a CANCEL Server Transaction.
- setIpAddress(InetAddress) - Method in class android.gov.nist.javax.sip.stack.MessageProcessor
-
- setIsBackToBackUserAgent(boolean) - Method in class android.gov.nist.javax.sip.SipStackImpl
-
Set the "back to back User Agent" flag.
- setIsdnSubAddress(String) - Method in class android.gov.nist.javax.sip.address.SipUri
-
Sets ISDN subaddress of SipURL
- setIsdnSubaddress(String) - Method in class android.gov.nist.javax.sip.address.TelephoneNumber
-
set the isdn subaddress for this structure.
- setIsdnSubAddress(String) - Method in class android.gov.nist.javax.sip.address.TelURLImpl
-
Sets ISDN subaddress of this TelURL.
- setIsdnSubAddress(String) - Method in interface android.javax.sip.address.TelURL
-
Sets ISDN subaddress of this TelURL.
- setKeepAliveTimeout(long) - Method in class android.gov.nist.javax.sip.stack.ConnectionOrientedMessageChannel
-
- setKeepAliveTimeout(String, int, long) - Method in class android.gov.nist.javax.sip.stack.ConnectionOrientedMessageProcessor
-
- setKeepAliveTimeout(String, int, String, String, int, long) - Method in class android.gov.nist.javax.sip.stack.SIPTransactionStack
-
Find suitable MessageProcessor and calls it's MessageProcessor#setKeepAliveTimeout(String, int, long) method passing
peerAddress and peerPort as arguments.
- setKey(String) - Method in class android.gov.nist.javax.sdp.fields.KeyField
-
Sets the value of this attribute.
- setKey(Key) - Method in class android.gov.nist.javax.sdp.MediaDescriptionImpl
-
Sets encryption key information.
- setKey(Key) - Method in class android.gov.nist.javax.sdp.SessionDescriptionImpl
-
Sets encryption key information.
- setKey(String) - Method in interface android.javax.sdp.Key
-
Sets the value of this attribute.
- setKey(Key) - Method in interface android.javax.sdp.MediaDescription
-
Sets encryption key information.
- setKey(Key) - Method in interface android.javax.sdp.SessionDescription
-
Sets encryption key information.
- setKeyData(String) - Method in class android.gov.nist.javax.sdp.fields.KeyField
-
Set the keyData member
- setKeyField(KeyField) - Method in class android.gov.nist.javax.sdp.MediaDescriptionImpl
-
Set the keyField member
- setLanguageRange(String) - Method in class android.gov.nist.javax.sip.header.AcceptLanguage
-
Set the languageRange.
- setLanguageTag(String) - Method in class android.gov.nist.javax.sip.header.ContentLanguage
-
set the languageTag field
- setLastResponse(SIPTransaction, SIPResponse) - Method in class android.gov.nist.javax.sip.stack.SIPDialog
-
Set the last response for this dialog.
- setLevel(int) - Method in class android.gov.nist.javax.sip.stack.ServerLog
-
- setListeningPoint(ListeningPoint) - Method in class android.gov.nist.javax.sip.SipProviderImpl
-
- setListeningPoint(ListeningPointImpl) - Method in class android.gov.nist.javax.sip.stack.MessageProcessor
-
- setListeningPoint(ListeningPoint) - Method in interface android.javax.sip.SipProvider
-
Deprecated.
Since v1.2. Note that in v1.1 a SipProvider could only
be associated to a single listening point, this restriction has been lifted
to allow a SipProvider to have a specific ListeningPoints for each transport.
For backwards compatibility, this method will add the ListeningPoint to
the list of ListeningPoints associated with the SipProvider. This method
has been replaced with SipProvider.addListeningPoint(ListeningPoint),
the same semantics apply to this method.
- setLocalAddress(InetAddress) - Method in class android.gov.nist.javax.sip.message.SIPMessage
-
- setLocalCertificates(Certificate[]) - Method in class android.gov.nist.javax.sip.stack.HandshakeCompletedListenerImpl
-
- setLocalId(String) - Method in class android.gov.nist.javax.sip.header.CallIdentifier
-
Set the localId member
- setLocalParty(SIPMessage) - Method in class android.gov.nist.javax.sip.stack.SIPDialog
-
- setLocalPort(int) - Method in class android.gov.nist.javax.sip.message.SIPMessage
-
- setLocalTag(String) - Method in class android.gov.nist.javax.sip.stack.SIPDialog
-
Set local tag for the transaction.
- setLogFileName(String) - Method in class android.gov.nist.javax.sip.stack.ServerLog
-
Set the log file name
- setLogRecordFactory(LogRecordFactory) - Method in class android.gov.nist.javax.sip.stack.SIPTransactionStack
-
Set the logger factory.
- setLogStackTraceOnMessageSend(boolean) - Method in class android.gov.nist.javax.sip.stack.SIPTransactionStack
-
- setLrParam() - Method in class android.gov.nist.javax.sip.address.SipUri
-
Sets the value of the lr parameter of this SipURI.
- setLrParam() - Method in interface android.gov.nist.javax.sip.address.SipURIExt
-
Sets the lr parameter.
- setLrParam() - Method in interface android.javax.sip.address.SipURI
-
Sets the value of the lr parameter of this SipURI.
- setMAddr(String) - Method in class android.gov.nist.javax.sip.address.SipUri
-
Set the MADDR parameter .
- setMAddr(String) - Method in class android.gov.nist.javax.sip.header.Via
-
Sets the value of the maddr parameter of this ViaHeader.
- setMAddr(String) - Method in interface android.javax.sip.header.ViaHeader
-
Sets the value of the maddr parameter of this ViaHeader.
- setMAddrParam(String) - Method in class android.gov.nist.javax.sip.address.SipUri
-
Sets the value of the maddr parameter of this SipURI.
- setMAddrParam(String) - Method in interface android.javax.sip.address.SipURI
-
Sets the value of the maddr parameter of this SipURI.
- setMajorVersion(int) - Method in class android.gov.nist.javax.sip.header.MimeVersion
-
Sets the Major-Version argument of this MimeVersionHeader to the supplied
majorVersion value.
- setMajorVersion(int) - Method in interface android.javax.sip.header.MimeVersionHeader
-
Sets the Major-Version argument of this MimeVersionHeader to the supplied
majorVersion value.
- setMapped(boolean) - Method in interface android.gov.nist.javax.sip.stack.SIPServerTransaction
-
- setMapped(boolean) - Method in class android.gov.nist.javax.sip.stack.SIPServerTransactionImpl
-
- setMatcher(Match) - Method in class android.gov.nist.core.GenericObject
-
Set the pattern matcher.
- setMatchStatusClass(boolean) - Method in class android.gov.nist.javax.sip.header.StatusLine
-
set the flag on a match template.
- setMaxConnections(int) - Method in class android.gov.nist.javax.sip.stack.SIPTransactionStack
-
Set the max # of simultaneously handled TCP connections.
- setMaxForkTime(int) - Method in class android.gov.nist.javax.sip.stack.SIPTransactionStack
-
- setMaxForwards(int) - Method in class android.gov.nist.javax.sip.header.MaxForwards
-
Set the maxForwards member
- setMaxForwards(MaxForwardsHeader) - Method in class android.gov.nist.javax.sip.message.SIPMessage
-
Set the max forwards header.
- setMaxForwards(int) - Method in interface android.javax.sip.header.MaxForwardsHeader
-
Sets the max-forwards argument of this MaxForwardsHeader to the supplied
maxForwards value.
- setMaxTxLifetimeInvite(int) - Method in class android.gov.nist.javax.sip.stack.SIPTransactionStack
-
- setMaxTxLifetimeNonInvite(int) - Method in class android.gov.nist.javax.sip.stack.SIPTransactionStack
-
- setMedia(String) - Method in class android.gov.nist.javax.sdp.fields.MediaField
-
Set the media member
- setMedia(Media) - Method in class android.gov.nist.javax.sdp.MediaDescriptionImpl
-
Set the Media field of the description.
- setMedia(Media) - Method in interface android.javax.sdp.MediaDescription
-
Set the Media field of the description.
- setMediaAuthorizationToken(String) - Method in class android.gov.nist.javax.sip.header.ims.PMediaAuthorization
-
Set the media authorization token.
- setMediaAuthorizationToken(String) - Method in interface android.gov.nist.javax.sip.header.ims.PMediaAuthorizationHeader
-
Set the media authorization token.
- setMediaDescriptions(Vector) - Method in class android.gov.nist.javax.sdp.SessionDescriptionImpl
-
Removes all MediaDescriptions from the session description.
- setMediaDescriptions(Vector) - Method in interface android.javax.sdp.SessionDescription
-
Removes all MediaDescriptions from the session description.
- setMediaField(MediaField) - Method in class android.gov.nist.javax.sdp.MediaDescriptionImpl
-
Set the mediaField member
- setMediaFormats(Vector) - Method in class android.gov.nist.javax.sdp.fields.MediaField
-
Adds a media format to the media description.
- setMediaFormats(Vector) - Method in interface android.javax.sdp.Media
-
Adds a media format to the media description.
- setMediaPort(int) - Method in class android.gov.nist.javax.sdp.fields.MediaField
-
Sets the port of the media defined by this description
- setMediaPort(int) - Method in interface android.javax.sdp.Media
-
Sets the port of the media defined by this description
- setMediaRange(MediaRange) - Method in class android.gov.nist.javax.sip.header.Accept
-
Set the mediaRange member
- setMediaRange(MediaRange) - Method in class android.gov.nist.javax.sip.header.ContentType
-
Set the mediaRange member
- setMediaType(String) - Method in class android.gov.nist.javax.sdp.fields.MediaField
-
Sets the type (audio,video etc) of the media defined by this description.
- setMediaType(String) - Method in interface android.javax.sdp.Media
-
Sets the type (audio,video etc) of the media defined by this description.
- setMessageChannel(Object) - Method in class android.gov.nist.javax.sip.message.SIPRequest
-
Set the message channel for the request ( bookkeeping field ).
- setMessageContent(String, String, String) - Method in class android.gov.nist.javax.sip.message.SIPMessage
-
Set the message content given type and subtype.
- setMessageContent(String, String, byte[]) - Method in class android.gov.nist.javax.sip.message.SIPMessage
-
Set the message content for a given type and subtype.
- setMessageContent(byte[], boolean, boolean, int) - Method in class android.gov.nist.javax.sip.message.SIPMessage
-
Set the message content for this message.
- setMessageContent(byte[]) - Method in class android.gov.nist.javax.sip.message.SIPMessage
-
Set the message content as an array of bytes.
- setMessageContent(byte[], boolean, int) - Method in class android.gov.nist.javax.sip.message.SIPMessage
-
Method to set the content - called by the parser
- setMessageFactory(StackMessageFactory) - Method in class android.gov.nist.javax.sip.stack.SIPTransactionStack
-
Set the message factory.
- setMessageListener(SIPMessageListener) - Method in class android.gov.nist.javax.sip.parser.NioPipelineParser
-
Add a class that implements a SIPMessageListener interface whose methods
get called * on successful parse and error conditons.
- setMessageListener(SIPMessageListener) - Method in class android.gov.nist.javax.sip.parser.PipelinedMsgParser
-
Add a class that implements a SIPMessageListener interface whose methods
get called * on successful parse and error conditons.
- setMessageParserFactory(MessageParserFactory) - Method in class android.gov.nist.javax.sip.stack.SIPTransactionStack
-
- setMessageProcessorFactory(MessageProcessorFactory) - Method in class android.gov.nist.javax.sip.stack.SIPTransactionStack
-
- setMethod(String) - Method in class android.gov.nist.javax.sdp.fields.KeyField
-
Sets the id of this attribute.
- setMethod(String) - Method in class android.gov.nist.javax.sip.address.SipUri
-
Set the Method
- setMethod(String) - Method in class android.gov.nist.javax.sip.header.Allow
-
Set the method member
- setMethod(String) - Method in class android.gov.nist.javax.sip.header.CSeq
-
- setMethod(String) - Method in class android.gov.nist.javax.sip.header.RAck
-
- setMethod(String) - Method in class android.gov.nist.javax.sip.header.RequestLine
-
- setMethod(String) - Method in interface android.gov.nist.javax.sip.header.SipRequestLine
-
Set the method member
- setMethod(String) - Method in class android.gov.nist.javax.sip.message.SIPRequest
-
Set the method.
- setMethod(String) - Method in interface android.javax.sdp.Key
-
Sets the id of this attribute.
- setMethod(String) - Method in interface android.javax.sip.header.AllowHeader
-
Sets the Allow header value.
- setMethod(String) - Method in interface android.javax.sip.header.CSeqHeader
-
Sets the method of CSeqHeader
- setMethod(String) - Method in interface android.javax.sip.header.RAckHeader
-
Sets the method of RAckHeader, which correlates to the method of the
CSeqHeader of the provisional response being acknowledged.
- setMethod(String) - Method in interface android.javax.sip.message.Request
-
Sets the method of Request to the newly supplied value.
- setMethodParam(String) - Method in class android.gov.nist.javax.sip.address.SipUri
-
Sets the value of the method parameter.
- setMethodParam(String) - Method in interface android.javax.sip.address.SipURI
-
Sets the value of the method parameter.
- setMethods(List<String>) - Method in class android.gov.nist.javax.sip.header.AllowEventsList
-
Sets the methods supported defined by this AllowEventsHeader.
- setMethods(List<String>) - Method in class android.gov.nist.javax.sip.header.AllowList
-
Sets the methods supported defined by this AllowHeader.
- setMinorVersion(int) - Method in class android.gov.nist.javax.sip.header.MimeVersion
-
Sets the Minor-Version argument of this MimeVersionHeader to the supplied
minorVersion value.
- setMinorVersion(int) - Method in interface android.javax.sip.header.MimeVersionHeader
-
Sets the Minor-Version argument of this MimeVersionHeader to the supplied
minorVersion value.
- setMinute(int) - Method in class android.gov.nist.javax.sip.header.SIPDate
-
Set the minute member
- setMode(String) - Method in class android.gov.nist.javax.sip.header.ims.SecurityAgree
-
Set Mode (mod parameter)
- setMode(String) - Method in interface android.gov.nist.javax.sip.header.ims.SecurityAgreeHeader
-
Set Mode (mod parameter)
- setMonth(String) - Method in class android.gov.nist.javax.sip.header.SIPDate
-
Set the month member
- setMultiParameter(String, String) - Method in class android.gov.nist.javax.sip.header.ParametersHeader
-
Introduced specifically for the P-Charging-Function-Addresses Header and
all other headers that may have multiple header parameters of the same name, but
with multiple possible values.
- setMultiParameter(NameValue) - Method in class android.gov.nist.javax.sip.header.ParametersHeader
-
Set the parameter given a name and value.
- setMyClass(Class) - Method in class android.gov.nist.core.GenericObjectList
-
- setMyClass(Class) - Method in class android.gov.nist.javax.sip.address.NetObjectList
-
set the class
- setMyClass(Class<HDR>) - Method in class android.gov.nist.javax.sip.header.SIPHeaderList
-
Set the root class for all objects inserted into my list (for assertion
check)
- setName(String) - Method in class android.gov.nist.core.NameValue
-
Set the name member
- setName(String) - Method in class android.gov.nist.javax.sdp.fields.AttributeField
-
Sets the id of this attribute.
- setName(String) - Method in class android.gov.nist.javax.sdp.fields.PhoneField
-
Set the name member
- setName(String) - Method in class android.gov.nist.javax.sip.header.ExtensionHeaderImpl
-
Set the name of the header.
- setName(String) - Method in interface android.javax.sdp.Attribute
-
Sets the id of this attribute.
- setNettype(String) - Method in class android.gov.nist.javax.sdp.fields.ConnectionField
-
Set the nettype member
- setNettype(String) - Method in class android.gov.nist.javax.sdp.fields.OriginField
-
Set the nettype member
- setNetworkType(String) - Method in class android.gov.nist.javax.sdp.fields.ConnectionField
-
Sets the type of the network for this Connection.
- setNetworkType(String) - Method in class android.gov.nist.javax.sdp.fields.OriginField
-
Sets the type of the network for this Connection.
- setNetworkType(String) - Method in interface android.javax.sdp.Connection
-
Sets the type of the network for this Connection.
- setNetworkType(String) - Method in interface android.javax.sdp.Origin
-
Sets the type of the network for this Connection.
- setNextHop(Hop) - Method in interface android.gov.nist.javax.sip.stack.SIPClientTransaction
-
Set the next hop ( if it has already been computed).
- setNextHop(Hop) - Method in class android.gov.nist.javax.sip.stack.SIPClientTransactionImpl
-
- setNextNonce(String) - Method in class android.gov.nist.javax.sip.header.AuthenticationInfo
-
Sets the NextNonce of the AuthenticationInfoHeader to the nextNonce
parameter value.
- setNextNonce(String) - Method in interface android.javax.sip.header.AuthenticationInfoHeader
-
Sets the NextNonce of the AuthenticationInfoHeader to the nextNonce
parameter value.
- setNon2XXAckPassedToListener(boolean) - Method in class android.gov.nist.javax.sip.stack.SIPTransactionStack
-
- setNonce(String) - Method in class android.gov.nist.javax.sip.header.AuthenticationHeader
-
Sets the Nonce of the WWWAuthenicateHeader to the nonce
parameter value.
- setNonce(String) - Method in interface android.javax.sip.header.AuthorizationHeader
-
Sets the Nonce of the AuthorizationHeader to the nonce
parameter value.
- setNonce(String) - Method in interface android.javax.sip.header.WWWAuthenticateHeader
-
Sets the Nonce of the WWWAuthenicateHeader to the nonce
parameter value.
- setNonceCount(int) - Method in class android.gov.nist.javax.sip.header.AuthenticationHeader
-
Set the nonce count pakrameter.
- setNonceCount(int) - Method in class android.gov.nist.javax.sip.header.AuthenticationInfo
-
Sets the Nonce Count of the AuthenticationInfoHeader to the nonceCount
parameter value.
- setNonceCount(int) - Method in interface android.javax.sip.header.AuthenticationInfoHeader
-
Sets the Nonce Count of the AuthenticationInfoHeader to the nonceCount
parameter value.
- setNonceCount(int) - Method in interface android.javax.sip.header.AuthorizationHeader
-
Sets the Nonce Count of the AuthorizationHeader to the nonceCount
parameter value.
- setNotifyOnRetransmit(boolean) - Method in interface android.gov.nist.javax.sip.ClientTransactionExt
-
Notify on retransmission from the client transaction side.
- setNotifyOnRetransmit(boolean) - Method in interface android.gov.nist.javax.sip.stack.SIPClientTransaction
-
Set this flag if you want your Listener to get Timeout.RETRANSMIT notifications each time a
retransmission occurs.
- setNotifyOnRetransmit(boolean) - Method in class android.gov.nist.javax.sip.stack.SIPClientTransactionImpl
-
- setNports(int) - Method in class android.gov.nist.javax.sdp.fields.MediaField
-
Set the nports member
- setNullRequest() - Method in class android.gov.nist.javax.sip.message.SIPMessage
-
Set a flag to indiate this is a special message ( encoded with CRLFCRLF ).
- setObject(Thread, CallAnalyzer.MetricReference, Object) - Method in class android.gov.nist.javax.sip.stack.CallAnalyzer
-
You can associate Objects for a given thread and display them later for more analysis items.
- setOffset(TypedTime) - Method in class android.gov.nist.javax.sdp.fields.ZoneAdjustment
-
Set the offset.
- setOffsetArray(int[]) - Method in class android.gov.nist.javax.sdp.fields.RepeatField
-
Set the list of offsets.
- setOffsetArray(int[]) - Method in interface android.javax.sdp.RepeatTime
-
Set the list of offsets.
- setOpaque(String) - Method in class android.gov.nist.javax.sip.header.AuthenticationHeader
-
Sets the Opaque value of the WWWAuthenicateHeader to the new opaque
parameter value.
- setOpaque(String) - Method in interface android.javax.sip.header.AuthorizationHeader
-
Sets the Opaque value of the AuthorizationHeader to the new
opaque parameter value.
- setOpaque(String) - Method in interface android.javax.sip.header.WWWAuthenticateHeader
-
Sets the Opaque value of the WWWAuthenicateHeader to the new
opaque parameter value.
- setOptionTag(String) - Method in class android.gov.nist.javax.sip.header.ProxyRequire
-
Sets the option tag value to the new supplied optionTag
parameter.
- setOptionTag(String) - Method in class android.gov.nist.javax.sip.header.Require
-
Sets the option tag value to the new supplied optionTag
parameter.
- setOptionTag(String) - Method in class android.gov.nist.javax.sip.header.Supported
-
Sets the option tag value to the new supplied optionTag
parameter.
- setOptionTag(String) - Method in class android.gov.nist.javax.sip.header.Unsupported
-
Set the option member
- setOptionTag(String) - Method in interface android.javax.sip.header.OptionTag
-
Sets the option tag value to the new supplied optionTag
parameter.
- setOrganization(String) - Method in class android.gov.nist.javax.sip.header.Organization
-
Set the organization member
- setOrganization(String) - Method in interface android.javax.sip.header.OrganizationHeader
-
Sets the organization value of the OrganizationHeader to the
organization parameter supplied.
- setOrigin(Origin) - Method in class android.gov.nist.javax.sdp.SessionDescriptionImpl
-
Sets information about the originator of the session.
- setOrigin(Origin) - Method in interface android.javax.sdp.SessionDescription
-
Sets information about the originator of the session.
- setOriginalDialog(SIPDialog) - Method in class android.gov.nist.javax.sip.stack.SIPDialog
-
In case of forking scenarios, set the original dialog that had been forked
- setOriginalRequest(SIPRequest) - Method in interface android.gov.nist.javax.sip.stack.SIPServerTransaction
-
Set the original request.
- setOriginalRequest(SIPRequest) - Method in class android.gov.nist.javax.sip.stack.SIPServerTransactionImpl
-
- setOriginalRequest(SIPRequest) - Method in interface android.gov.nist.javax.sip.stack.SIPTransaction
-
Sets the request message that this transaction handles.
- setOriginalRequest(SIPRequest) - Method in class android.gov.nist.javax.sip.stack.SIPTransactionImpl
-
- setOriginalTransaction(ClientTransactionExt) - Method in class android.gov.nist.javax.sip.ResponseEventExt
-
Set the original transaction for a forked response.
- setOriginatingIOI(String) - Method in class android.gov.nist.javax.sip.header.ims.PChargingVector
-
Set the orig-ioi parameter
- setOriginatingIOI(String) - Method in interface android.gov.nist.javax.sip.header.ims.PChargingVectorHeader
-
- setParameter(String, String) - Method in class android.gov.nist.javax.sip.address.SipUri
-
Sets the value of the specified parameter.
- setParameter(String, String) - Method in class android.gov.nist.javax.sip.address.TelephoneNumber
-
- setParameter(String, String) - Method in class android.gov.nist.javax.sip.address.TelURLImpl
-
- setParameter(String, String) - Method in class android.gov.nist.javax.sip.header.AuthenticationHeader
-
set the specified parameter.
- setParameter(String, String) - Method in class android.gov.nist.javax.sip.header.AuthenticationInfo
-
- setParameter(NameValue) - Method in class android.gov.nist.javax.sip.header.Challenge
-
set the specified parameter
- setParameter(String, String) - Method in class android.gov.nist.javax.sip.header.Contact
-
Set a parameter.
- setParameter(String, String) - Method in class android.gov.nist.javax.sip.header.extensions.References
-
- setParameter(String, Object) - Method in class android.gov.nist.javax.sip.header.ims.PAccessNetworkInfo
-
- setParameter(String, String) - Method in class android.gov.nist.javax.sip.header.ims.SecurityAgree
-
- setParameter(String, String) - Method in class android.gov.nist.javax.sip.header.ParametersHeader
-
Sets the value of the specified parameter.
- setParameter(String, int) - Method in class android.gov.nist.javax.sip.header.ParametersHeader
-
Sets the value of the specified parameter.
- setParameter(String, boolean) - Method in class android.gov.nist.javax.sip.header.ParametersHeader
-
Sets the value of the specified parameter.
- setParameter(String, float) - Method in class android.gov.nist.javax.sip.header.ParametersHeader
-
Sets the value of the specified parameter.
- setParameter(String, Object) - Method in class android.gov.nist.javax.sip.header.ParametersHeader
-
Sets the value of the specified parameter.
- setParameter(NameValue) - Method in class android.gov.nist.javax.sip.header.ParametersHeader
-
Set the parameter given a name and value.
- setParameter(String, String) - Method in interface android.javax.sip.header.Parameters
-
Sets the value of the specified parameter.
- setParameters(NameValueList) - Method in class android.gov.nist.javax.sip.address.TelephoneNumber
-
Set the list of parameters.
- setParameters(NameValueList) - Method in class android.gov.nist.javax.sip.header.ParametersHeader
-
Set the parameter list.
- setParm(String, Object) - Method in class android.gov.nist.javax.sip.address.TelephoneNumber
-
set the specified parameter
- setPassToListener() - Method in interface android.gov.nist.javax.sip.stack.SIPTransaction
-
Set the passToListener flag to true.
- setPassToListener() - Method in class android.gov.nist.javax.sip.stack.SIPTransactionImpl
-
- setPassword(String) - Method in class android.gov.nist.javax.sip.address.Authority
-
set the password.
- setPassword(String) - Method in class android.gov.nist.javax.sip.address.UserInfo
-
Set the password member
- setPatchReceivedRport(boolean) - Method in class android.gov.nist.javax.sip.stack.SIPTransactionStack
-
- setPatchRport(Boolean) - Method in class android.gov.nist.javax.sip.stack.SIPTransactionStack
-
- setPatchWebSocketHeaders(Boolean) - Method in class android.gov.nist.javax.sip.stack.SIPTransactionStack
-
- setPathName(String) - Method in class android.javax.sip.SipFactory
-
Sets the pathname that identifies the location of a
particular vendor's implementation of this specification.
- setPeerCertificates(Certificate[]) - Method in class android.gov.nist.javax.sip.stack.HandshakeCompletedListenerImpl
-
- setPeerPacketSourceAddress(InetAddress) - Method in class android.gov.nist.javax.sip.message.SIPMessage
-
- setPeerPacketSourcePort(int) - Method in class android.gov.nist.javax.sip.message.SIPMessage
-
- setPendingRouteUpdateOn202Response(SIPRequest) - Method in class android.gov.nist.javax.sip.stack.SIPDialog
-
- setPendingSubscribe(SIPClientTransaction) - Method in interface android.gov.nist.javax.sip.stack.SIPServerTransaction
-
- setPendingSubscribe(SIPClientTransaction) - Method in class android.gov.nist.javax.sip.stack.SIPServerTransactionImpl
-
- setPhoneContext(String) - Method in class android.gov.nist.javax.sip.address.TelURLImpl
-
- setPhoneContext(String) - Method in interface android.javax.sip.address.TelURL
-
Sets the phone context of this TelURL.
- setPhoneNumber(String) - Method in class android.gov.nist.javax.sdp.fields.PhoneField
-
Set the phoneNumber member
- setPhoneNumber(String) - Method in class android.gov.nist.javax.sip.address.TelephoneNumber
-
set the PhoneNumber field
- setPhoneNumber(String) - Method in class android.gov.nist.javax.sip.address.TelURLImpl
-
Set the telephone number.
- setPhoneNumber(String) - Method in interface android.javax.sip.address.TelURL
-
Sets phone number of this TelURL.
- setPhones(Vector) - Method in class android.gov.nist.javax.sdp.SessionDescriptionImpl
-
Sets a phone number to contact for further information about the session.
- setPhones(Vector) - Method in interface android.javax.sdp.SessionDescription
-
Sets a phone number to contact for further information about the session.
- setPingIntervalInMillisecs(long) - Method in class android.gov.nist.core.ThreadAuditor
-
- setPort(int) - Method in class android.gov.nist.core.HostPort
-
Set the port member
- setPort(int) - Method in class android.gov.nist.javax.sdp.fields.ConnectionAddress
-
Set the port member
- setPort(int) - Method in class android.gov.nist.javax.sdp.fields.MediaField
-
Set the port member
- setPort(int) - Method in class android.gov.nist.javax.sip.address.Authority
-
Set the port.
- setPort(int) - Method in class android.gov.nist.javax.sip.address.SipUri
-
set the port to a given value.
- setPort(int) - Method in class android.gov.nist.javax.sip.header.Via
-
Set the port part of this ViaHeader to the newly supplied port
parameter.
- setPort(int) - Method in interface android.javax.sip.address.SipURI
-
Set the port part of this SipURI to the newly supplied port
parameter.
- setPort(int) - Method in interface android.javax.sip.header.ViaHeader
-
Set the port part of this ViaHeader to the newly supplied port
parameter.
- setPortClient(int) - Method in class android.gov.nist.javax.sip.header.ims.SecurityAgree
-
Set Client Port (port-c parameter)
- setPortClient(int) - Method in interface android.gov.nist.javax.sip.header.ims.SecurityAgreeHeader
-
Set Client Port (port-c parameter)
- setPortCount(int) - Method in class android.gov.nist.javax.sdp.fields.MediaField
-
Sets the number of ports associated with this media description.
- setPortCount(int) - Method in interface android.javax.sdp.Media
-
Sets the number of ports associated with this media description.
- setPortServer(int) - Method in class android.gov.nist.javax.sip.header.ims.SecurityAgree
-
Set Server Port (port-s parameter)
- setPortServer(int) - Method in interface android.gov.nist.javax.sip.header.ims.SecurityAgreeHeader
-
Set Server Port (port-s parameter)
- setPostDial(String) - Method in class android.gov.nist.javax.sip.address.TelephoneNumber
-
set the PostDial field
- setPostDial(String) - Method in class android.gov.nist.javax.sip.address.TelURLImpl
-
Sets post dial of this TelURL.
- setPostDial(String) - Method in interface android.javax.sip.address.TelURL
-
Sets post dial of this TelURL.
- setPostParseExcutorSize(SipStackImpl, int, int) - Static method in class android.gov.nist.javax.sip.parser.PostParseExecutorServices
-
- setPreconditionConfirmStatus(String) - Method in class android.gov.nist.javax.sdp.fields.PreconditionFields
-
Set attribute line for confirmation precondition request, given
a string value encoded like the "conf" attribute value
- setPreconditionConfirmStatus(String, String) - Method in class android.gov.nist.javax.sdp.fields.PreconditionFields
-
IETF RFC3312
- setPreconditionCurr(String) - Method in class android.gov.nist.javax.sdp.fields.PreconditionFields
-
Set attribute line for current precondition state, given
a string value encoded like the "curr" attribute value
- setPreconditionCurr(String, String) - Method in class android.gov.nist.javax.sdp.fields.PreconditionFields
-
Set the value of the attributes with the name "curr"
for current precondition.
- setPreconditionDes(String) - Method in class android.gov.nist.javax.sdp.fields.PreconditionFields
-
Set attribute line for desired precondition state, given
a string value encoded like the "des" attribute value
- setPreconditionDes(String, String, String) - Method in class android.gov.nist.javax.sdp.fields.PreconditionFields
-
Set the value of the attributes with the name "des"
for desired precondition.
- setPreconditionFields(Vector) - Method in class android.gov.nist.javax.sdp.MediaDescriptionImpl
-
Set the Media Description's Precondition Fields
- setPreconditionFields(Vector) - Method in interface android.javax.sdp.MediaDescription
-
Set PreconditionFields for the Media Description
- setPreconditions(Vector) - Method in class android.gov.nist.javax.sdp.fields.PreconditionFields
-
Set Preconditions
- setPreconditions(PreconditionFields) - Method in class android.gov.nist.javax.sdp.MediaDescriptionImpl
-
Set the Media Description's Precondition Fields
- setPreconditions(PreconditionFields) - Method in interface android.javax.sdp.MediaDescription
-
Set PreconditionFields for the Media Description
- setPreference(float) - Method in class android.gov.nist.javax.sip.header.ims.SecurityAgree
-
Set Preference.
- setPreference(float) - Method in interface android.gov.nist.javax.sip.header.ims.SecurityAgreeHeader
-
Set Preference
- setPrettyEncode(boolean) - Static method in class android.gov.nist.javax.sip.header.SIPHeaderList
-
- setPrettyEncoding(boolean) - Method in class android.gov.nist.javax.sip.header.HeaderFactoryImpl
-
Set pretty encoding on / off.
- setPriority(String) - Method in class android.gov.nist.javax.sip.header.Priority
-
Set the priority member
- setPriority(String) - Method in interface android.javax.sip.header.PriorityHeader
-
Set priority of PriorityHeader
- setPrivacy(String) - Method in class android.gov.nist.javax.sip.header.ims.Privacy
-
set the privacy type.
- setPrivacy(String) - Method in interface android.gov.nist.javax.sip.header.ims.PrivacyHeader
-
Set Privacy header value
- setProduct(List) - Method in class android.gov.nist.javax.sip.header.Server
-
Sets the product value of the UserAgentHeader.
- setProduct(List) - Method in class android.gov.nist.javax.sip.header.UserAgent
-
Sets the product value of the UserAgentHeader.
- setProduct(List) - Method in interface android.javax.sip.header.ServerHeader
-
Sets the List of product values of the ServerHeader.
- setProduct(List) - Method in interface android.javax.sip.header.UserAgentHeader
-
Sets the List of product values of the ServerHeader.
- setProperty(String, String) - Method in class android.gov.nist.javax.sip.MergedSystemProperties
-
- setProto(String) - Method in class android.gov.nist.javax.sdp.fields.MediaField
-
Set the proto member
- setProtocol(String) - Method in class android.gov.nist.javax.sdp.fields.MediaField
-
Sets the protocol over which this media should be transmitted.
- setProtocol(String) - Method in class android.gov.nist.javax.sip.header.ims.SecurityAgree
-
Set Protocol (prot paramater)
- setProtocol(String) - Method in interface android.gov.nist.javax.sip.header.ims.SecurityAgreeHeader
-
Set Protocol (prot paramater)
- setProtocol(String) - Method in class android.gov.nist.javax.sip.header.Protocol
-
- setProtocol(String) - Method in class android.gov.nist.javax.sip.header.Reason
-
Set the protocol
- setProtocol(String) - Method in class android.gov.nist.javax.sip.header.Via
-
Sets the value of the protocol parameter.
- setProtocol(String) - Method in interface android.javax.sdp.Media
-
Sets the protocol over which this media should be transmitted.
- setProtocol(String) - Method in interface android.javax.sip.header.ReasonHeader
-
Sets the protocol of the ReasonHeader, for example SIP or Q.850.
- setProtocol(String) - Method in interface android.javax.sip.header.ViaHeader
-
Sets the value of the protocol parameter.
- setProtocolName(String) - Method in class android.gov.nist.javax.sip.header.Protocol
-
Set the protocolName member
- setProtocolVersion(String) - Method in class android.gov.nist.javax.sip.header.Protocol
-
Set the protocolVersion member
- setProtocolVersion(String) - Method in class android.gov.nist.javax.sip.header.Via
-
set the Protocol Version
- setProtoVersion(int) - Method in class android.gov.nist.javax.sdp.fields.ProtoVersionField
-
Set the protoVersion member
- setPubGruuParam(String) - Method in class android.gov.nist.javax.sip.header.Contact
-
- setPurpose(String) - Method in class android.gov.nist.javax.sip.header.CallInfo
-
set the purpose field
- setPurpose(String) - Method in interface android.javax.sip.header.CallInfoHeader
-
Sets the purpose parameter of the info of this CallInfoHeader.
- setQHeader(NameValue) - Method in class android.gov.nist.javax.sip.address.SipUri
-
Set the query header when provided as a name-value pair.
- setQheaders(NameValueList) - Method in class android.gov.nist.javax.sip.address.SipUri
-
Set the qheaders member
- setQop(String) - Method in class android.gov.nist.javax.sip.header.AuthenticationHeader
-
Sets the Qop value of the WWWAuthenicateHeader to the new qop
parameter value.
- setQop(String) - Method in class android.gov.nist.javax.sip.header.AuthenticationInfo
-
Sets the Qop value of the AuthenticationInfoHeader to the new
qop parameter value.
- setQop(String) - Method in interface android.javax.sip.header.AuthenticationInfoHeader
-
Sets the Qop value of the AuthenticationInfoHeader to the new
qop parameter value.
- setQop(String) - Method in interface android.javax.sip.header.AuthorizationHeader
-
Sets the MessageQop value of the AuthorizationHeader to the new
qop parameter value.
- setQop(String) - Method in interface android.javax.sip.header.WWWAuthenticateHeader
-
Sets the Qop value of the WWWAuthenicateHeader to the new
qop parameter value.
- setQuotedParameter(String, String) - Method in interface android.gov.nist.javax.sip.header.ParametersExt
-
Sets the value of the specified parameter.
- setQuotedParameter(String, String) - Method in class android.gov.nist.javax.sip.header.ParametersHeader
-
Sets the value of the specified parameter.
- setQuotedValue() - Method in class android.gov.nist.core.NameValue
-
A flag that indicates that doublequotes should be put around the value
when encoded (for example name=value when value is doublequoted).
- setQValue(float) - Method in class android.gov.nist.javax.sip.header.Accept
-
Set the q value
- setQValue(float) - Method in class android.gov.nist.javax.sip.header.AcceptEncoding
-
Set the qvalue member
- setQValue(float) - Method in class android.gov.nist.javax.sip.header.AcceptLanguage
-
Sets q-value for media-range in AcceptLanguageHeader.
- setQValue(float) - Method in class android.gov.nist.javax.sip.header.Contact
-
set the Q-value parameter
- setQValue(float) - Method in interface android.javax.sip.header.AcceptEncodingHeader
-
Sets q-value for the encoding in this encoding value.
- setQValue(float) - Method in interface android.javax.sip.header.AcceptHeader
-
Sets q-value for media-range in AcceptHeader.
- setQValue(float) - Method in interface android.javax.sip.header.AcceptLanguageHeader
-
Sets q-value for media-range in AcceptLanguageHeader.
- setQValue(float) - Method in interface android.javax.sip.header.ContactHeader
-
Sets the qValue value of the Name Address.
- setRealm(String) - Method in class android.gov.nist.javax.sip.header.AuthenticationHeader
-
Sets the Realm of the WWWAuthenicateHeader to the realm
parameter value.
- setRealm(String) - Method in interface android.javax.sip.header.AuthorizationHeader
-
Sets the Realm of the AuthorizationHeader to the realm
parameter value.
- setRealm(String) - Method in interface android.javax.sip.header.WWWAuthenticateHeader
-
Sets the Realm of the WWWAuthenicateHeader to the realm
parameter value.
- setReasonCode(String) - Method in class android.gov.nist.javax.sip.header.SubscriptionState
-
Sets the reason code value of the SubscriptionStateHeader.
- setReasonCode(String) - Method in interface android.javax.sip.header.SubscriptionStateHeader
-
Sets the reason code value of the SubscriptionStateHeader.
- setReasonPhrase(String) - Method in interface android.gov.nist.javax.sip.header.SipStatusLine
-
Set the reasonPhrase member
- setReasonPhrase(String) - Method in class android.gov.nist.javax.sip.header.StatusLine
-
- setReasonPhrase(String) - Method in class android.gov.nist.javax.sip.message.SIPResponse
-
Set the reason phrase.
- setReasonPhrase(String) - Method in interface android.javax.sip.message.Response
-
Sets reason phrase of Response.
- setReceived(String) - Method in class android.gov.nist.javax.sip.header.Via
-
Sets the received parameter of ViaHeader.
- setReceived(String) - Method in interface android.javax.sip.header.ViaHeader
-
Sets the received parameter of ViaHeader.
- setReceiveUdpBufferSize(int) - Method in class android.gov.nist.javax.sip.stack.SIPTransactionStack
-
Size of the receive UDP buffer.
- setRefresher(String) - Method in class android.gov.nist.javax.sip.header.extensions.SessionExpires
-
- setRefresher(String) - Method in interface android.gov.nist.javax.sip.header.extensions.SessionExpiresHeader
-
- setRegistrationState(String) - Method in class android.gov.nist.javax.sip.header.ims.PServedUser
-
- setRegistrationState(String) - Method in interface android.gov.nist.javax.sip.header.ims.PServedUserHeader
-
- setReInviteFlag(boolean) - Method in class android.gov.nist.javax.sip.stack.SIPDialog
-
- setRel(String) - Method in class android.gov.nist.javax.sip.header.extensions.References
-
- setRel(String) - Method in interface android.gov.nist.javax.sip.header.extensions.ReferencesHeader
-
- setReleaseReferencesStrategy(ReleaseReferencesStrategy) - Method in interface android.gov.nist.javax.sip.DialogExt
-
If set to true it will release all references that it no longer needs.
- setReleaseReferencesStrategy(ReleaseReferencesStrategy) - Method in class android.gov.nist.javax.sip.stack.SIPDialog
-
- setReleaseReferencesStrategy(ReleaseReferencesStrategy) - Method in interface android.gov.nist.javax.sip.stack.SIPTransaction
-
- setReleaseReferencesStrategy(ReleaseReferencesStrategy) - Method in class android.gov.nist.javax.sip.stack.SIPTransactionImpl
-
- setReleaseReferencesStrategy(ReleaseReferencesStrategy) - Method in class android.gov.nist.javax.sip.stack.SIPTransactionStack
-
- setReleaseReferencesStrategy(ReleaseReferencesStrategy) - Method in interface android.gov.nist.javax.sip.TransactionExt
-
If set to true it will release all references that it no longer needs.
- setReliableConnectionKeepAliveTimeout(int) - Method in class android.gov.nist.javax.sip.stack.SIPTransactionStack
-
- setRemoteAddress(InetAddress) - Method in class android.gov.nist.javax.sip.message.SIPMessage
-
- setRemoteIpAddress(String) - Method in class android.gov.nist.javax.sip.RequestEventExt
-
- setRemoteIpAddress(String) - Method in class android.gov.nist.javax.sip.ResponseEventExt
-
Get the remote IP addr.
- setRemoteParty(SIPMessage) - Method in class android.gov.nist.javax.sip.stack.SIPDialog
-
Set the remote party for this Dialog.
- setRemotePort(int) - Method in class android.gov.nist.javax.sip.message.SIPMessage
-
- setRemotePort(int) - Method in class android.gov.nist.javax.sip.RequestEventExt
-
- setRemotePort(int) - Method in class android.gov.nist.javax.sip.ResponseEventExt
-
Set the remote port from which response was received.
- setRemoteSequenceNumber(long) - Method in class android.gov.nist.javax.sip.stack.SIPDialog
-
Set the remote sequence number for the dialog.
- setRemoteTag(String) - Method in class android.gov.nist.javax.sip.stack.SIPDialog
-
Set the remote tag.
- setRemoteTarget(ContactHeader) - Method in class android.gov.nist.javax.sip.stack.SIPDialog
-
Add a route list extacted from the contact list of the incoming message.
- setRepeatInterval(TypedTime) - Method in class android.gov.nist.javax.sdp.fields.RepeatField
-
- setRepeatInterval(int) - Method in class android.gov.nist.javax.sdp.fields.RepeatField
-
Set the "repeat interval" in seconds.
- setRepeatInterval(int) - Method in interface android.javax.sdp.RepeatTime
-
Set the "repeat interval" in seconds.
- setRepeatTimes(Vector) - Method in class android.gov.nist.javax.sdp.TimeDescriptionImpl
-
Returns the list of repeat times (r= fields) specified in the
SessionDescription.
- setRepeatTimes(Vector) - Method in interface android.javax.sdp.TimeDescription
-
Returns the list of repeat times (r= fields) specified in the SessionDescription.
- setRequestInterface(ServerRequestInterface) - Method in interface android.gov.nist.javax.sip.stack.SIPServerTransaction
-
Sets the real RequestInterface this transaction encapsulates.
- setRequestInterface(ServerRequestInterface) - Method in class android.gov.nist.javax.sip.stack.SIPServerTransactionImpl
-
- setRequestLine(RequestLine) - Method in class android.gov.nist.javax.sip.message.SIPRequest
-
Set the request line of the SIP Request.
- setRequestLineDefaults() - Method in class android.gov.nist.javax.sip.message.SIPRequest
-
Patch up the request line as necessary.
- setRequestURI(URI) - Method in class android.gov.nist.javax.sip.message.SIPRequest
-
Sets the RequestURI of Request.
- setRequestURI(URI) - Method in interface android.javax.sip.message.Request
-
Sets the RequestURI of Request.
- setResponse(String) - Method in class android.gov.nist.javax.sip.header.AuthenticationHeader
-
Set the Response.
- setResponse(String) - Method in class android.gov.nist.javax.sip.header.AuthenticationInfo
-
Sets the Response of the
AuthenticationInfoHeader to the new response
parameter value.
- setResponse(String) - Method in interface android.javax.sip.header.AuthenticationInfoHeader
-
Sets the Response of the AuthenticationInfoHeader to the new response
parameter value.
- setResponse(String) - Method in interface android.javax.sip.header.AuthorizationHeader
-
Sets the Response of the AuthorizationHeader to the new response
parameter value.
- setResponseInterface(ServerResponseInterface) - Method in interface android.gov.nist.javax.sip.stack.SIPClientTransaction
-
Sets the real ResponseInterface this transaction encapsulates.
- setResponseInterface(ServerResponseInterface) - Method in class android.gov.nist.javax.sip.stack.SIPClientTransactionImpl
-
- setResponseTags(SIPResponse) - Method in class android.gov.nist.javax.sip.stack.SIPDialog
-
Check the tags of the response against the tags of the Dialog.
- setRetransmission(boolean) - Method in class android.gov.nist.javax.sip.message.SIPResponse
-
- setRetransmission(boolean) - Method in class android.gov.nist.javax.sip.ResponseEventExt
-
- setRetransmissionTicks() - Method in class android.gov.nist.javax.sip.stack.SIPDialog
-
- setRetransmitTimer(int) - Method in interface android.gov.nist.javax.sip.stack.SIPTransaction
-
Sets the value of the retransmit timer to the newly supplied timer value.
- setRetransmitTimer(int) - Method in class android.gov.nist.javax.sip.stack.SIPTransactionImpl
-
- setRetransmitTimer(int) - Method in interface android.javax.sip.Transaction
-
Sets the value of the retransmit timer to the newly supplied timer value.
- setRetryAfter(int) - Method in class android.gov.nist.javax.sip.header.RetryAfter
-
Sets the retry after value of the RetryAfterHeader.
- setRetryAfter(int) - Method in class android.gov.nist.javax.sip.header.SubscriptionState
-
Sets the retry after value of the SubscriptionStateHeader.
- setRetryAfter(int) - Method in interface android.javax.sip.header.RetryAfterHeader
-
Sets the retry after value of the RetryAfterHeader.
- setRetryAfter(int) - Method in interface android.javax.sip.header.SubscriptionStateHeader
-
Sets the retry after value of the SubscriptionStateHeader.
- setRouter(Router) - Method in class android.gov.nist.javax.sip.stack.SIPTransactionStack
-
Set the router algorithm.
- setRPort() - Method in class android.gov.nist.javax.sip.header.Via
-
Set the RPort flag parameter
- setRPort() - Method in interface android.javax.sip.header.ViaHeader
-
Set the rport part of this ViaHeader.
- setRSeqNumber(int) - Method in class android.gov.nist.javax.sip.header.RAck
-
Deprecated.
- setRSeqNumber(int) - Method in interface android.javax.sip.header.RAckHeader
-
Sets the sequence number value of the RSeqHeader of the provisional
response being acknowledged.
- setRSequenceNumber(long) - Method in class android.gov.nist.javax.sip.header.RAck
-
- setRtpmapAttribute(boolean) - Method in class android.gov.nist.javax.sdp.SdpEncoderImpl
-
Specifies whether to generate "a=rtpmap:" attributes for static RTP/AVP format strings.
- setRtpmapAttribute(boolean) - Method in interface android.javax.sdp.SdpEncoder
-
Specifies whether to generate "a=rtpmap:" attributes for static RTP/AVP format strings.
- setScheme(String) - Method in class android.gov.nist.javax.sip.address.SipUri
-
Constructor given the scheme.
- setScheme(String) - Method in class android.gov.nist.javax.sip.header.AuthenticationHeader
-
Sets the scheme of the challenge information for this
AuthenticationHeaderHeader.
- setScheme(String) - Method in class android.gov.nist.javax.sip.header.AuthenticationInfo
-
Sets authentication scheme name of the AuthenticationInfoHeader to the scheme
parameter value.
- setScheme(String) - Method in class android.gov.nist.javax.sip.header.Challenge
-
Set the scheme member
- setScheme(String) - Method in class android.gov.nist.javax.sip.header.Credentials
-
Set the scheme member
- setScheme(String) - Method in interface android.javax.sip.header.AuthorizationHeader
-
Sets the scheme of the Response information for this AuthorizationHeader.
- setScheme(String) - Method in interface android.javax.sip.header.WWWAuthenticateHeader
-
Sets the scheme of the challenge information for this WWWAuthenticateHeader.
- setSecond(int) - Method in class android.gov.nist.javax.sip.header.SIPDate
-
Set the second member
- setSecure(boolean) - Method in class android.gov.nist.javax.sip.address.SipUri
-
Sets the scheme of this URI to sip or sips depending on whether the
argument is true or false.
- setSecure(boolean) - Method in interface android.javax.sip.address.SipURI
-
Sets the scheme of this URI to sip or sips depending on whether the
argument is true or false.
- setSecurityMechanism(String) - Method in class android.gov.nist.javax.sip.header.ims.SecurityAgree
-
Set security mechanism.
- setSecurityMechanism(String) - Method in interface android.gov.nist.javax.sip.header.ims.SecurityAgreeHeader
-
Set security mechanism.
- setSendUdpBufferSize(int) - Method in class android.gov.nist.javax.sip.stack.SIPTransactionStack
-
Size of the send UDP buffer.
- setSentBy(HostPort) - Method in class android.gov.nist.javax.sip.header.Via
-
Set the sentBy member
- setSentBy(String) - Method in class android.gov.nist.javax.sip.ListeningPointImpl
-
- setSentBy(String) - Method in class android.gov.nist.javax.sip.stack.MessageProcessor
-
Set the sentby string.
- setSentBy(String) - Method in interface android.javax.sip.ListeningPoint
-
Sets the sentBy string for this ListeningPoint.
- setSentProtocol(Protocol) - Method in class android.gov.nist.javax.sip.header.Via
-
Set the sentProtocol member
- setSeparator(String) - Method in class android.gov.nist.core.NameValue
-
Set the separator for the encoding method below.
- setSeparator(String) - Method in class android.gov.nist.core.NameValueList
-
- setSeqNumber(long) - Method in class android.gov.nist.javax.sip.header.CSeq
-
- setSeqNumber(long) - Method in class android.gov.nist.javax.sip.header.RSeq
-
- setSeqNumber(long) - Method in interface android.javax.sip.header.CSeqHeader
-
Sets the sequence number value of the CSeqHeader.
- setSequenceNumber(int) - Method in class android.gov.nist.javax.sip.header.CSeq
-
For backwards compatibility
- setSequenceNumber(int) - Method in class android.gov.nist.javax.sip.header.RSeq
-
Deprecated.
- setSequenceNumber(int) - Method in interface android.javax.sip.header.CSeqHeader
-
- setSequenceNumber(int) - Method in interface android.javax.sip.header.RSeqHeader
-
Sets the sequence number value of the RSeqHeader of the provisional
response.
- setSessId(long) - Method in class android.gov.nist.javax.sdp.fields.OriginField
-
Set the sessId member
- setSessionCase(String) - Method in class android.gov.nist.javax.sip.header.ims.PServedUser
-
- setSessionCase(String) - Method in interface android.gov.nist.javax.sip.header.ims.PServedUserHeader
-
- setSessionId(String) - Method in class android.gov.nist.javax.sdp.fields.OriginField
-
This is a work around for some implementations that do not set a long
session id.
- setSessionId(long) - Method in class android.gov.nist.javax.sdp.fields.OriginField
-
Sets the unique identity of the session.
- setSessionId(long) - Method in interface android.javax.sdp.Origin
-
Sets the unique identity of the session.
- setSessionName(String) - Method in class android.gov.nist.javax.sdp.fields.SessionNameField
-
Set the sessionName member
- setSessionName(SessionName) - Method in class android.gov.nist.javax.sdp.SessionDescriptionImpl
-
Sets the name of the session.
- setSessionName(SessionName) - Method in interface android.javax.sdp.SessionDescription
-
Sets the name of the session.
- setSessionVersion(long) - Method in class android.gov.nist.javax.sdp.fields.OriginField
-
Sets the unique version of the session.
- setSessionVersion(long) - Method in interface android.javax.sdp.Origin
-
Sets the unique version of the session.
- setSessVersion(long) - Method in class android.gov.nist.javax.sdp.fields.OriginField
-
Set the sessVersion member
- setSessVersion(String) - Method in class android.gov.nist.javax.sdp.fields.OriginField
-
Set the session version as a string.
- setSign(String) - Method in class android.gov.nist.javax.sdp.fields.ZoneAdjustment
-
Set the sign.
- setSingleThreaded() - Method in class android.gov.nist.javax.sip.stack.SIPTransactionStack
-
Set the flag that instructs the stack to only start a single thread for
sequentially processing incoming udp messages (thus serializing the
processing).
- setSIPHeader(SIPHeader) - Method in exception android.gov.nist.javax.sip.message.SIPDuplicateHeaderException
-
- setSipInstanceParam(String) - Method in class android.gov.nist.javax.sip.header.Contact
-
- setSIPMessage(SIPMessage) - Method in exception android.gov.nist.javax.sip.message.SIPDuplicateHeaderException
-
- setSipProvider(SipProviderImpl) - Method in class android.gov.nist.javax.sip.ListeningPointImpl
-
Set the sip provider for this structure.
- setSipProvider(SipProviderImpl) - Method in class android.gov.nist.javax.sip.stack.SIPDialog
-
- setSipStack(SipStackImpl) - Method in class android.gov.nist.core.net.DefaultNetworkLayer
-
- setSipStack(SipStackImpl) - Method in interface android.gov.nist.core.net.NetworkLayer
-
Set the sip stack impl so that the network layer can access it to query properties
- setSipStack(SipStackImpl) - Method in class android.gov.nist.core.net.SslNetworkLayer
-
- setSipStack(SipStack) - Method in interface android.gov.nist.core.ServerLogger
-
- setSipStack(SipStack) - Method in class android.gov.nist.javax.sip.stack.ServerLog
-
- setSipTimerTask(Object) - Method in class android.gov.nist.javax.sip.stack.SIPStackTimerTask
-
- setSipVersion(String) - Method in class android.gov.nist.javax.sip.header.RequestLine
-
- setSipVersion(String) - Method in interface android.gov.nist.javax.sip.header.SipRequestLine
-
Set the sipVersion member
- setSipVersion(String) - Method in interface android.gov.nist.javax.sip.header.SipStatusLine
-
Set the sipVersion member
- setSipVersion(String) - Method in class android.gov.nist.javax.sip.header.StatusLine
-
- setSIPVersion(String) - Method in class android.gov.nist.javax.sip.message.SIPMessage
-
- setSIPVersion(String) - Method in class android.gov.nist.javax.sip.message.SIPRequest
-
Set the sip version.
- setSIPVersion(String) - Method in class android.gov.nist.javax.sip.message.SIPResponse
-
- setSIPVersion(String) - Method in interface android.javax.sip.message.Message
-
Sets the protocol version of SIP being used by this Message.
- setSize(int) - Method in class android.gov.nist.javax.sip.message.SIPMessage
-
Set the size of all the headers.
- setSNum(String) - Method in class android.gov.nist.javax.sip.header.AuthenticationInfo
-
Sets the SNum of the AuthenticationInfoHeader to the sNum
parameter value.
- setSPIClient(int) - Method in class android.gov.nist.javax.sip.header.ims.SecurityAgree
-
Set Client SPI (spi-c parameter)
- setSPIClient(int) - Method in interface android.gov.nist.javax.sip.header.ims.SecurityAgreeHeader
-
Set Client SPI (spi-c parameter)
- setSPIServer(int) - Method in class android.gov.nist.javax.sip.header.ims.SecurityAgree
-
Set Server SPI (spi-s parameter)
- setSPIServer(int) - Method in interface android.gov.nist.javax.sip.header.ims.SecurityAgreeHeader
-
Set Server SPI (spi-s parameter)
- setSRand(String) - Method in class android.gov.nist.javax.sip.header.AuthenticationInfo
-
Sets the SRand of the AuthenticationInfoHeader to the sRand
parameter value.
- setSslHandshakeTimeout(long) - Method in class android.gov.nist.javax.sip.stack.SIPTransactionStack
-
- setSslRenegotiationEnabled(boolean) - Method in class android.gov.nist.javax.sip.stack.SIPTransactionStack
-
- setStackCongestionControlTimeout(int) - Method in class android.gov.nist.javax.sip.stack.SIPTransactionStack
-
- setStackIpAddress(String) - Method in class android.gov.nist.javax.sip.stack.ServerLog
-
- setStackLogger(StackLogger) - Static method in class android.gov.nist.core.Debug
-
- setStackName(String) - Method in class android.gov.nist.javax.sip.stack.SIPTransactionStack
-
Set the descriptive name of the stack.
- setStackProperties(Properties) - Method in class android.gov.nist.core.CommonLogger
-
- setStackProperties(Properties) - Method in class android.gov.nist.core.CommonLoggerLog4j
-
- setStackProperties(Properties) - Method in class android.gov.nist.core.LogWriter
-
- setStackProperties(Properties) - Method in interface android.gov.nist.core.ServerLogger
-
- setStackProperties(Properties) - Method in interface android.gov.nist.core.StackLogger
-
Stack creation properties.
- setStackProperties(Properties) - Method in class android.gov.nist.javax.sip.stack.ServerLog
-
- setStale(boolean) - Method in class android.gov.nist.javax.sip.header.AuthenticationHeader
-
Sets the value of the stale parameter of the WWWAuthenicateHeader to the
stale parameter value.
- setStale(boolean) - Method in interface android.javax.sip.header.WWWAuthenticateHeader
-
Sets the value of the stale parameter of the WWWAuthenicateHeader to the
stale parameter value.
- setStart(Date) - Method in class android.gov.nist.javax.sdp.fields.TimeField
-
Sets the start time of the conference/session.
- setStart(Date) - Method in interface android.javax.sdp.Time
-
Sets the start time of the conference/session.
- setStartTime(long) - Method in class android.gov.nist.javax.sdp.fields.TimeField
-
Set the startTime member
- setState(String) - Method in class android.gov.nist.javax.sip.header.SubscriptionState
-
Sets the state value of the SubscriptionStateHeader.
- setState(int) - Method in interface android.gov.nist.javax.sip.stack.SIPClientTransaction
-
Sets a timeout after which the connection is closed (provided the server does not use the
connection for outgoing requests in this time period) and calls the superclass to set
state.
- setState(int) - Method in class android.gov.nist.javax.sip.stack.SIPClientTransactionImpl
-
- setState(int) - Method in class android.gov.nist.javax.sip.stack.SIPDialog
-
Set the state for this dialog.
- setState(int) - Method in interface android.gov.nist.javax.sip.stack.SIPServerTransaction
-
Sets a timeout after which the connection is closed (provided the server does not use the
connection for outgoing requests in this time period) and calls the superclass to set
state.
- setState(int) - Method in class android.gov.nist.javax.sip.stack.SIPServerTransactionImpl
-
- setState(int) - Method in interface android.gov.nist.javax.sip.stack.SIPTransaction
-
Changes the state of this transaction.
- setState(int) - Method in class android.gov.nist.javax.sip.stack.SIPTransactionImpl
-
- setState(String) - Method in interface android.javax.sip.header.SubscriptionStateHeader
-
Sets the state value of the SubscriptionStateHeader.
- setStatusCode(int) - Method in interface android.gov.nist.javax.sip.header.SipStatusLine
-
Set the statusCode member
- setStatusCode(int) - Method in class android.gov.nist.javax.sip.header.StatusLine
-
- setStatusCode(int) - Method in class android.gov.nist.javax.sip.message.SIPResponse
-
set the status code.
- setStatusCode(int) - Method in interface android.javax.sip.message.Response
-
Sets the status-code of Response.
- setStatusLine(StatusLine) - Method in class android.gov.nist.javax.sip.message.SIPResponse
-
Set the status line field.
- setStop(Date) - Method in class android.gov.nist.javax.sdp.fields.TimeField
-
Sets the stop time of the session.
- setStop(Date) - Method in interface android.javax.sdp.Time
-
Sets the stop time of the session.
- setStopTime(long) - Method in class android.gov.nist.javax.sdp.fields.TimeField
-
Set the stopTime member
- setStrict(boolean) - Method in class android.gov.nist.javax.sip.message.MessageFactoryImpl
-
- setSubject(String) - Method in class android.gov.nist.javax.sip.header.Subject
-
Sets the subject value of the SubjectHeader to the supplied string
subject value.
- setSubject(String) - Method in interface android.javax.sip.header.SubjectHeader
-
Sets the subject value of the SubjectHeader to the supplied string
subject value.
- setSubserviceIdentifiers(String) - Method in class android.gov.nist.javax.sip.header.ims.PAssertedService
-
- setSubserviceIdentifiers(String) - Method in interface android.gov.nist.javax.sip.header.ims.PAssertedServiceHeader
-
- setSubserviceIdentifiers(String) - Method in class android.gov.nist.javax.sip.header.ims.PPreferredService
-
- setSubserviceIdentifiers(String) - Method in interface android.gov.nist.javax.sip.header.ims.PPreferredServiceHeader
-
- setSubtype(String) - Method in class android.gov.nist.javax.sip.header.MediaRange
-
Set the subtype member
- setTag(String) - Method in class android.gov.nist.javax.sip.header.From
-
Set the tag member
- setTag(String) - Method in class android.gov.nist.javax.sip.header.To
-
Set the tag member.
- setTag(String) - Method in interface android.javax.sip.header.FromHeader
-
Sets the tag parameter of the FromHeader.
- setTag(String) - Method in interface android.javax.sip.header.ToHeader
-
Sets the tag parameter of the ToHeader.
- setTargetName(String) - Method in class android.gov.nist.javax.sip.header.AuthenticationInfo
-
Sets the TargetName of the AuthenticationInfoHeader to the targetName
parameter value.
- setTcpPostParsingThreadPoolSize(int) - Method in class android.gov.nist.javax.sip.stack.SIPTransactionStack
-
If all calls are occurring on a single TCP socket then the stack would process them in single thread.
- setTelephoneNumber(TelephoneNumber) - Method in class android.gov.nist.javax.sip.address.TelURLImpl
-
Set the telephone number.
- setTelephoneSubscriber(TelephoneNumber) - Method in class android.gov.nist.javax.sip.address.SipUri
-
Set the telephone subscriber field.
- setTempGruuParam(String) - Method in class android.gov.nist.javax.sip.header.Contact
-
- setTerminateDialogOnCleanUp(boolean) - Method in interface android.gov.nist.javax.sip.stack.SIPClientTransaction
-
will terminate a null state dialog when the transaction terminates
Default: true
- setTerminateDialogOnCleanUp(boolean) - Method in class android.gov.nist.javax.sip.stack.SIPClientTransactionImpl
-
- setTerminatingIOI(String) - Method in class android.gov.nist.javax.sip.header.ims.PChargingVector
-
Set the term-ioi parameter
- setTerminatingIOI(String) - Method in interface android.gov.nist.javax.sip.header.ims.PChargingVectorHeader
-
- setTest(boolean) - Method in class android.gov.nist.javax.sip.message.MessageFactoryImpl
-
This is for testing -- allows you to generate invalid requests
- setText(String) - Method in class android.gov.nist.javax.sip.header.Reason
-
Set the text.
- setText(String) - Method in class android.gov.nist.javax.sip.header.Warning
-
Sets text of WarningHeader
- setText(String) - Method in interface android.javax.sip.header.ReasonHeader
-
Sets the text value of the ReasonHeader.
- setText(String) - Method in interface android.javax.sip.header.WarningHeader
-
Sets the text of WarningHeader to the newly supplied text value.
- setThreadActive(boolean) - Method in class android.gov.nist.core.ThreadAuditor.ThreadHandle
-
- setThreadPoolSize(int) - Method in class android.gov.nist.javax.sip.stack.SIPTransactionStack
-
Set the thread pool size for processing incoming UDP messages.
- setThreadPriority(int) - Method in class android.gov.nist.javax.sip.stack.SIPTransactionStack
-
- setTime(int) - Method in class android.gov.nist.javax.sdp.fields.TypedTime
-
- setTime(long) - Method in class android.gov.nist.javax.sdp.fields.ZoneAdjustment
-
Set the time.
- setTime(Time) - Method in class android.gov.nist.javax.sdp.TimeDescriptionImpl
-
Sets the Time field.
- setTime(long) - Method in class android.gov.nist.javax.sip.header.TimeStamp
-
- setTime(Time) - Method in interface android.javax.sdp.TimeDescription
-
Sets the Time field.
- setTime(long) - Method in interface android.javax.sip.header.TimeStampHeader
-
Sets the timestamp value of this TimeStampHeader to the new timestamp
value passed to this method.
- setTimeDelay(int) - Method in class android.gov.nist.javax.sip.header.TimeStamp
-
- setTimeDelay(int) - Method in interface android.javax.sip.header.TimeStampHeader
-
Sets the new delay value of the TimestampHeader to the delay parameter
passed to this method
- setTimeDescriptions(Vector) - Method in class android.gov.nist.javax.sdp.SessionDescriptionImpl
-
Sets a TimeField indicating the start, stop, repetition and time zone
information of the session.
- setTimeDescriptions(Vector) - Method in interface android.javax.sdp.SessionDescription
-
Sets a TimeField indicating the start, stop, repetition and time zone
information of the
session.
- setTimeout(int) - Method in class android.gov.nist.javax.sip.stack.BlockingQueueDispatchAuditor
-
- setTimer(SipTimer) - Method in class android.gov.nist.javax.sip.stack.SIPTransactionStack
-
- setTimerD(int) - Method in interface android.gov.nist.javax.sip.stack.SIPTransaction
-
- setTimerD(int) - Method in class android.gov.nist.javax.sip.stack.SIPTransactionImpl
-
- setTimerD(int) - Method in interface android.gov.nist.javax.sip.TransactionExt
-
Sets the value of Timer D (in ms)
- setTimerT2(int) - Method in interface android.gov.nist.javax.sip.stack.SIPTransaction
-
- setTimerT2(int) - Method in class android.gov.nist.javax.sip.stack.SIPTransactionImpl
-
- setTimerT2(int) - Method in interface android.gov.nist.javax.sip.TransactionExt
-
Sets the value of Timer T2 (in ms)
- setTimerT4(int) - Method in interface android.gov.nist.javax.sip.stack.SIPTransaction
-
- setTimerT4(int) - Method in class android.gov.nist.javax.sip.stack.SIPTransactionImpl
-
- setTimerT4(int) - Method in interface android.gov.nist.javax.sip.TransactionExt
-
Sets the value of Timer T4 (in ms)
- setTimeStamp(float) - Method in class android.gov.nist.javax.sip.header.TimeStamp
-
- setTimeStamp(float) - Method in interface android.javax.sip.header.TimeStampHeader
-
- setTlsSecurityPolicy(TlsSecurityPolicy) - Method in class android.gov.nist.javax.sip.SipStackImpl
-
- setTo(ToHeader) - Method in class android.gov.nist.javax.sip.message.SIPMessage
-
- setToTag(String) - Method in class android.gov.nist.javax.sip.header.extensions.Join
-
Set the to-tag member
- setToTag(String) - Method in interface android.gov.nist.javax.sip.header.extensions.JoinHeader
-
Sets the tag parameter of the FromHeader.
- setToTag(String) - Method in class android.gov.nist.javax.sip.header.extensions.Replaces
-
Set the to-tag member
- setToTag(String) - Method in interface android.gov.nist.javax.sip.header.extensions.ReplacesHeader
-
Sets the tag parameter of the FromHeader.
- setToTag(String) - Method in class android.gov.nist.javax.sip.message.SIPMessage
-
Set the to tag.
- setTraceLevel(int) - Method in class android.gov.nist.javax.sip.stack.ServerLog
-
Set the trace level for the stack.
- setTransaction(Object) - Method in class android.gov.nist.javax.sip.message.SIPRequest
-
Book keeping field to set the current tx for the request.
- setTransactionMapped(boolean) - Method in interface android.gov.nist.javax.sip.stack.SIPServerTransaction
-
Set if the transaction is known to stack.
- setTransactionMapped(boolean) - Method in interface android.gov.nist.javax.sip.stack.SIPTransaction
-
- setTransactionMapped(boolean) - Method in class android.gov.nist.javax.sip.stack.SIPTransactionImpl
-
- setTransport(String) - Method in class android.gov.nist.javax.sip.header.Protocol
-
Set the transport member
- setTransport(String) - Method in class android.gov.nist.javax.sip.header.Via
-
Sets the value of the transport.
- setTransport(String) - Method in interface android.javax.sip.header.ViaHeader
-
Sets the value of the transport.
- setTransportParam(String) - Method in class android.gov.nist.javax.sip.address.SipUri
-
Sets the value of the "transport" parameter.
- setTransportParam(String) - Method in interface android.javax.sip.address.SipURI
-
Sets the value of the "transport" parameter.
- setTtl(int) - Method in class android.gov.nist.javax.sdp.fields.ConnectionAddress
-
Set the ttl member
- setTTL(int) - Method in class android.gov.nist.javax.sip.header.Via
-
Sets the value of the ttl parameter.
- setTTL(int) - Method in interface android.javax.sip.header.ViaHeader
-
Sets the value of the ttl parameter.
- setTTLParam(int) - Method in class android.gov.nist.javax.sip.address.SipUri
-
Sets the value of the ttl parameter.
- setTTLParam(int) - Method in interface android.javax.sip.address.SipURI
-
Sets the value of the ttl parameter.
- setType(String) - Method in class android.gov.nist.javax.sdp.fields.BandwidthField
-
Sets the bandwidth type.
- setType(String) - Method in class android.gov.nist.javax.sdp.fields.KeyField
-
Set the type member
- setType(String) - Method in class android.gov.nist.javax.sip.header.MediaRange
-
Set the type member
- setType(String) - Method in interface android.javax.sdp.BandWidth
-
Sets the bandwidth type.
- setTypedTime(boolean) - Method in class android.gov.nist.javax.sdp.fields.RepeatField
-
Sets whether the field will be output as a typed time or a integer value.
- setTypedTime(boolean) - Method in class android.gov.nist.javax.sdp.fields.TimeField
-
Sets whether the field will be output as a typed time or a integer value.
- setTypedTime(boolean) - Method in class android.gov.nist.javax.sdp.fields.ZoneField
-
Sets whether the field will be output as a typed time or a integer value.
- setTypedTime(boolean) - Method in class android.gov.nist.javax.sdp.SdpEncoderImpl
-
Specifies whether to try to write "typed-time" fields instead of raw integer
values.
- setTypedTime(boolean) - Method in interface android.javax.sdp.RepeatTime
-
Sets whether the field will be output as a typed time or a integer value.
- setTypedTime(boolean) - Method in interface android.javax.sdp.SdpEncoder
-
Specifies whether to try to write "typed-time" fields instead of raw integer
values.
- setTypedTime(boolean) - Method in interface android.javax.sdp.Time
-
Sets whether the field will be output as a typed time or a integer value.
- setTypedTime(boolean) - Method in interface android.javax.sdp.TimeZoneAdjustment
-
Sets whether the field will be output as a typed time or a integer value.
- setUnit(String) - Method in class android.gov.nist.javax.sdp.fields.TypedTime
-
- setUnrecognizedHeadersList(LinkedList<String>) - Method in class android.gov.nist.javax.sip.message.SIPMessage
-
- setURI(String) - Method in class android.gov.nist.javax.sdp.fields.URIField
-
- setURI(URI) - Method in class android.gov.nist.javax.sdp.SessionDescriptionImpl
-
Sets the uri to the location of more details about the session.
- setURI(URI) - Method in class android.gov.nist.javax.sip.address.AddressImpl
-
Sets the URI address of this Address.
- setURI(URI) - Method in class android.gov.nist.javax.sip.header.AuthenticationHeader
-
Sets the URI of the WWWAuthenicateHeader to the uri parameter
value.
- setURI(URI) - Method in class android.gov.nist.javax.sip.header.ProxyAuthenticate
-
- setUri(URI) - Method in class android.gov.nist.javax.sip.header.RequestLine
-
- setUri(URI) - Method in interface android.gov.nist.javax.sip.header.SipRequestLine
-
Set the URI.
- setURI(URI) - Method in class android.gov.nist.javax.sip.header.WWWAuthenticate
-
- setURI(URI) - Method in interface android.javax.sdp.SessionDescription
-
Sets the uri to the location of more details about the session.
- setURI(URI) - Method in interface android.javax.sip.address.Address
-
Sets the URI of this Address.
- setURI(URI) - Method in interface android.javax.sip.header.AuthorizationHeader
-
Sets the URI of the AuthorizationHeader to the uri
parameter value.
- setURI(URI) - Method in interface android.javax.sip.header.WWWAuthenticateHeader
-
Deprecated.
Since v1.2. URI is not a supported parameter for this header.
- setUriParameter(NameValue) - Method in class android.gov.nist.javax.sip.address.SipUri
-
Set the parameter as given.
- setUriParm(String, Object) - Method in class android.gov.nist.javax.sip.address.SipUri
-
Set a given URI parameter.
- setUriParms(NameValueList) - Method in class android.gov.nist.javax.sip.address.SipUri
-
Set the uriParms member
- setURIRouteFlag() - Method in class android.gov.nist.javax.sip.stack.HopImpl
-
Set the URIRoute flag.
- setUseDirect(boolean) - Method in class android.gov.nist.javax.sip.stack.ByteBufferFactory
-
- setUser(String) - Method in class android.gov.nist.javax.sip.address.AddressImpl
-
Set the user name for the imbedded URI.
- setUser(String) - Method in class android.gov.nist.javax.sip.address.Authority
-
Set the user name of the userInfo member.
- setUser(String) - Method in class android.gov.nist.javax.sip.address.SipUri
-
Sets the user of SipURI.
- setUser(String) - Method in class android.gov.nist.javax.sip.address.UserInfo
-
Set the user member
- setUser(String) - Method in interface android.javax.sip.address.SipURI
-
Sets the user of SipURI.
- setUserInfo(UserInfo) - Method in class android.gov.nist.javax.sip.address.Authority
-
Set the userInfo member
- setUserName(String) - Method in class android.gov.nist.javax.sdp.fields.Email
-
Set the userName member
- setUsername(String) - Method in class android.gov.nist.javax.sdp.fields.OriginField
-
Sets the name of the session originator.
- setUsername(String) - Method in class android.gov.nist.javax.sip.header.AuthenticationHeader
-
Sets the Username of the AuthorizationHeader to the username
parameter value.
- setUsername(String) - Method in interface android.javax.sdp.Origin
-
Sets the name of the session originator.
- setUsername(String) - Method in interface android.javax.sip.header.AuthorizationHeader
-
Sets the Username of the AuthorizationHeader to the username
parameter value.
- setUserParam(String) - Method in class android.gov.nist.javax.sip.address.SipUri
-
Sets the value of the user parameter.
- setUserParam(String) - Method in interface android.javax.sip.address.SipURI
-
Sets the value of the user parameter.
- setUserPassword(String) - Method in class android.gov.nist.javax.sip.address.SipUri
-
Set the user password.
- setUserPassword(String) - Method in interface android.javax.sip.address.SipURI
-
Sets the user password associated with the user of SipURI.
- setUserType(int) - Method in class android.gov.nist.javax.sip.address.UserInfo
-
Set the user type (to TELEPHONE_SUBSCRIBER or USER).
- setUtranCellID3GPP(String) - Method in class android.gov.nist.javax.sip.header.ims.PAccessNetworkInfo
-
Set the UtranCellID field.
- setUtranCellID3GPP(String) - Method in interface android.gov.nist.javax.sip.header.ims.PAccessNetworkInfoHeader
-
- setValue(String) - Method in class android.gov.nist.core.NameValue
-
- setValue(String) - Method in class android.gov.nist.javax.sdp.fields.AttributeField
-
Sets the value of this attribute.
- setValue(int) - Method in class android.gov.nist.javax.sdp.fields.BandwidthField
-
Sets the bandwidth value.
- setValue(String) - Method in class android.gov.nist.javax.sdp.fields.EmailField
-
Set the value.
- setValue(String) - Method in class android.gov.nist.javax.sdp.fields.InformationField
-
Set the value.
- setValue(String) - Method in class android.gov.nist.javax.sdp.fields.PhoneField
-
Sets the value.
- setValue(String) - Method in class android.gov.nist.javax.sdp.fields.SessionNameField
-
Sets the value
- setValue(String) - Method in class android.gov.nist.javax.sip.header.ExtensionHeaderImpl
-
Set the value of the header.
- setValue(String) - Method in class android.gov.nist.javax.sip.header.extensions.Join
-
- setValue(String) - Method in class android.gov.nist.javax.sip.header.extensions.MinSE
-
- setValue(String) - Method in class android.gov.nist.javax.sip.header.extensions.References
-
- setValue(String) - Method in class android.gov.nist.javax.sip.header.extensions.ReferredBy
-
- setValue(String) - Method in class android.gov.nist.javax.sip.header.extensions.Replaces
-
- setValue(String) - Method in class android.gov.nist.javax.sip.header.extensions.SessionExpires
-
- setValue(String) - Method in class android.gov.nist.javax.sip.header.ims.PAccessNetworkInfo
-
- setValue(String) - Method in class android.gov.nist.javax.sip.header.ims.PAssertedIdentity
-
- setValue(String) - Method in class android.gov.nist.javax.sip.header.ims.PAssertedService
-
- setValue(String) - Method in class android.gov.nist.javax.sip.header.ims.PAssociatedURI
-
- setValue(String) - Method in class android.gov.nist.javax.sip.header.ims.Path
-
- setValue(String) - Method in class android.gov.nist.javax.sip.header.ims.PCalledPartyID
-
- setValue(String) - Method in class android.gov.nist.javax.sip.header.ims.PChargingFunctionAddresses
-
- setValue(String) - Method in class android.gov.nist.javax.sip.header.ims.PChargingVector
-
- setValue(String) - Method in class android.gov.nist.javax.sip.header.ims.PMediaAuthorization
-
- setValue(String) - Method in class android.gov.nist.javax.sip.header.ims.PPreferredIdentity
-
- setValue(String) - Method in class android.gov.nist.javax.sip.header.ims.PPreferredService
-
- setValue(String) - Method in class android.gov.nist.javax.sip.header.ims.PProfileKey
-
- setValue(String) - Method in class android.gov.nist.javax.sip.header.ims.Privacy
-
Suppress direct setting of values.
- setValue(String) - Method in class android.gov.nist.javax.sip.header.ims.PServedUser
-
- setValue(String) - Method in class android.gov.nist.javax.sip.header.ims.PUserDatabase
-
- setValue(String) - Method in class android.gov.nist.javax.sip.header.ims.PVisitedNetworkID
-
- setValue(String) - Method in class android.gov.nist.javax.sip.header.ims.SecurityClient
-
- setValue(String) - Method in class android.gov.nist.javax.sip.header.ims.SecurityServer
-
- setValue(String) - Method in class android.gov.nist.javax.sip.header.ims.SecurityVerify
-
- setValue(String) - Method in class android.gov.nist.javax.sip.header.ims.ServiceRoute
-
- setValue(String) - Method in class android.gov.nist.javax.sip.header.SIPETag
-
This method needs to be added for backwards compatibility to
avoid ClassCast exception on V1.1 applications
- setValue(String) - Method in class android.gov.nist.javax.sip.header.SIPIfMatch
-
For v 1.1 backwards compatibility.
- setValue(String) - Method in interface android.javax.sdp.Attribute
-
Sets the value of this attribute.
- setValue(int) - Method in interface android.javax.sdp.BandWidth
-
Sets the bandwidth value.
- setValue(String) - Method in interface android.javax.sdp.EMail
-
Set the value.
- setValue(String) - Method in interface android.javax.sdp.Info
-
Set the value.
- setValue(String) - Method in interface android.javax.sdp.Phone
-
Sets the value.
- setValue(String) - Method in interface android.javax.sdp.SessionName
-
Sets the value
- setValue(String) - Method in interface android.javax.sip.header.ExtensionHeader
-
Sets the value parameter of the ExtensionHeader.
- setValueAllowNull(String) - Method in class android.gov.nist.javax.sdp.fields.AttributeField
-
Allow for null value when setting the value.
- setValueAsObject(Object) - Method in class android.gov.nist.core.NameValue
-
Set the value member
- setVersion(int) - Method in class android.gov.nist.javax.sdp.fields.ProtoVersionField
-
Sets the version.
- setVersion(Version) - Method in class android.gov.nist.javax.sdp.SessionDescriptionImpl
-
Sets the version of SDP in use.
- setVersion(Version) - Method in interface android.javax.sdp.SessionDescription
-
Sets the version of SDP in use.
- setVersion(int) - Method in interface android.javax.sdp.Version
-
Sets the version.
- setVia(List) - Method in class android.gov.nist.javax.sip.message.SIPMessage
-
Set A list of via headers.
- setViaHost(String) - Method in interface android.gov.nist.javax.sip.stack.SIPClientTransaction
-
Set the port of the recipient.
- setViaHost(String) - Method in class android.gov.nist.javax.sip.stack.SIPClientTransactionImpl
-
- setViaPort(int) - Method in interface android.gov.nist.javax.sip.stack.SIPClientTransaction
-
Set the port of the recipient.
- setViaPort(int) - Method in class android.gov.nist.javax.sip.stack.SIPClientTransactionImpl
-
- setVisitedNetworkID(String) - Method in class android.gov.nist.javax.sip.header.ims.PVisitedNetworkID
-
Set the visited network ID as a string.
- setVisitedNetworkID(Token) - Method in class android.gov.nist.javax.sip.header.ims.PVisitedNetworkID
-
Set the visited network ID as a token
- setVisitedNetworkID(String) - Method in interface android.gov.nist.javax.sip.header.ims.PVisitedNetworkIDHeader
-
Set the visited network ID as a string.
- setVisitedNetworkID(Token) - Method in interface android.gov.nist.javax.sip.header.ims.PVisitedNetworkIDHeader
-
Set the visited network ID as a token
- setWildCard() - Method in class android.gov.nist.javax.sip.header.Contact
-
- setWildCard() - Method in interface android.javax.sip.header.ContactHeader
-
Sets a wildcard on this contact address that is "*" is assigned to the
contact header so that the header will have the format of Contact: *.
- setWildCardFlag() - Method in class android.gov.nist.javax.sip.address.AddressImpl
-
Mark this a wild card address type.
- setWildCardFlag(boolean) - Method in class android.gov.nist.javax.sip.header.Contact
-
Set the wildCardFlag member
- setWkday(String) - Method in class android.gov.nist.javax.sip.header.SIPDate
-
Set the wkday member
- setYear(int) - Method in class android.gov.nist.javax.sip.header.SIPDate
-
Set the year member
- setZero() - Method in class android.gov.nist.javax.sdp.fields.TimeField
-
Sets the start and stop times to zero (in NTP).
- setZero() - Method in interface android.javax.sdp.Time
-
Sets the start and stop times to zero (in NTP).
- setZoneAdjustments(Hashtable) - Method in class android.gov.nist.javax.sdp.fields.ZoneField
-
Sets the Hashtable of adjustment times, where:
key = Date.
- setZoneAdjustments(Vector) - Method in class android.gov.nist.javax.sdp.SessionDescriptionImpl
-
Sets the time zone adjustment for the TimeField.
- setZoneAdjustments(Vector) - Method in interface android.javax.sdp.SessionDescription
-
Sets the time zone adjustment for the TimeField.
- setZoneAdjustments(Hashtable) - Method in interface android.javax.sdp.TimeZoneAdjustment
-
Sets the Hashtable of adjustment times, where:
key = Date.
- shutdown() - Method in class android.gov.nist.javax.sip.ThreadAffinityExecutor
-
- shutdownNow() - Method in class android.gov.nist.javax.sip.ThreadAffinityExecutor
-
- shutdownThreadpool() - Static method in class android.gov.nist.javax.sip.parser.PostParseExecutorServices
-
- sign - Variable in class android.gov.nist.javax.sdp.fields.ZoneAdjustment
-
- SIGNATURE - Static variable in class android.gov.nist.javax.sip.header.AuthenticationHeader
-
- SIGNATURE - Static variable in interface android.gov.nist.javax.sip.header.ParameterNames
-
- SIGNED_BY - Static variable in class android.gov.nist.javax.sip.header.AuthenticationHeader
-
- SIGNED_BY - Static variable in interface android.gov.nist.javax.sip.header.ParameterNames
-
- SINGLETON - Static variable in class android.gov.nist.core.net.DefaultNetworkLayer
-
single default network layer; for flexibility, it may be better not to
make it a singleton, but singleton seems to make sense currently.
- SIP - Static variable in class android.gov.nist.javax.sip.address.GenericURI
-
- SIP - Static variable in class android.gov.nist.javax.sip.address.NetObject
-
- SIP - Static variable in interface android.gov.nist.javax.sip.parser.TokenNames
-
- SIP - Static variable in interface android.gov.nist.javax.sip.parser.TokenTypes
-
- SIP_ETAG - Static variable in interface android.gov.nist.javax.sip.header.SIPHeaderNames
-
- SIP_ETAG - Static variable in interface android.gov.nist.javax.sip.parser.TokenTypes
-
- SIP_IF_MATCH - Static variable in interface android.gov.nist.javax.sip.header.SIPHeaderNames
-
- SIP_IF_MATCH - Static variable in interface android.gov.nist.javax.sip.parser.TokenTypes
-
- SIP_INSTANCE - Static variable in interface android.gov.nist.javax.sip.header.ParameterNames
-
- SIP_PACKAGE - Static variable in interface android.gov.nist.core.PackageNames
-
- SIP_URI_SCHEME - Static variable in interface android.gov.nist.javax.sip.address.ParameterNames
-
- SIP_VERSION_STRING - Static variable in interface android.gov.nist.javax.sip.SIPConstants
-
constant SIP_VERSION_STRING
- SIPClientTransaction - Interface in android.gov.nist.javax.sip.stack
-
- SIPClientTransactionImpl - Class in android.gov.nist.javax.sip.stack
-
Represents a client transaction.
- SIPClientTransactionImpl(SIPTransactionStack, MessageChannel) - Constructor for class android.gov.nist.javax.sip.stack.SIPClientTransactionImpl
-
Creates a new client transaction.
- SIPClientTransactionImpl.TransactionTimer - Class in android.gov.nist.javax.sip.stack
-
- SIPClientTransactionImpl.TransactionTimer() - Constructor for class android.gov.nist.javax.sip.stack.SIPClientTransactionImpl.TransactionTimer
-
- SIPConstants - Interface in android.gov.nist.javax.sip
-
Default constants for SIP.
- SIPDate - Class in android.gov.nist.javax.sip.header
-
Implements a parser class for tracking expiration time
when specified as a Date value.
- SIPDate() - Constructor for class android.gov.nist.javax.sip.header.SIPDate
-
Initializer, sets all the fields to invalid values.
- SIPDate(long) - Constructor for class android.gov.nist.javax.sip.header.SIPDate
-
Construct a SIP date from the time offset given in miliseconds
- SIPDateHeader - Class in android.gov.nist.javax.sip.header
-
Date Header.
- SIPDateHeader() - Constructor for class android.gov.nist.javax.sip.header.SIPDateHeader
-
Default constructor.
- SIPDialog - Class in android.gov.nist.javax.sip.stack
-
Tracks dialogs.
- SIPDialog(SIPTransaction) - Constructor for class android.gov.nist.javax.sip.stack.SIPDialog
-
Constructor given the first transaction.
- SIPDialog(SIPClientTransaction, SIPResponse) - Constructor for class android.gov.nist.javax.sip.stack.SIPDialog
-
Constructor given a transaction and a response.
- SIPDialog(SipProviderImpl, SIPResponse) - Constructor for class android.gov.nist.javax.sip.stack.SIPDialog
-
create a sip dialog with a response ( no tx)
- SIPDialog(SIPClientTransaction, SIPTransaction) - Constructor for class android.gov.nist.javax.sip.stack.SIPDialog
-
Creates a new dialog based on a received NOTIFY.
- SIPDialog.AckSendingStrategyImpl - Class in android.gov.nist.javax.sip.stack
-
- SIPDialog.AckSendingStrategyImpl() - Constructor for class android.gov.nist.javax.sip.stack.SIPDialog.AckSendingStrategyImpl
-
- SIPDialog.ReInviteSender - Class in android.gov.nist.javax.sip.stack
-
This task waits till a pending ACK has been recorded and then sends out a
re-INVITE.
- SIPDialog.ReInviteSender(ClientTransaction) - Constructor for class android.gov.nist.javax.sip.stack.SIPDialog.ReInviteSender
-
- SIPDialogErrorEvent - Class in android.gov.nist.javax.sip.stack
-
An event that indicates that a dialog has encountered an error.
- SIPDialogErrorEvent(SIPDialog, DialogTimeoutEvent.Reason) - Constructor for class android.gov.nist.javax.sip.stack.SIPDialogErrorEvent
-
- SIPDialogErrorEvent(SIPDialog, SIPClientTransaction, DialogTimeoutEvent.Reason) - Constructor for class android.gov.nist.javax.sip.stack.SIPDialogErrorEvent
-
- SIPDialogEventListener - Interface in android.gov.nist.javax.sip.stack
-
Interface implemented by classes that want to be notified of asynchronous
dialog events.
- SIPDuplicateHeaderException - Exception in android.gov.nist.javax.sip.message
-
Duplicate header exception: thrown when there is more
than one header of a type where there should only be one.
- SIPDuplicateHeaderException(String) - Constructor for exception android.gov.nist.javax.sip.message.SIPDuplicateHeaderException
-
- SIPETag - Class in android.gov.nist.javax.sip.header
-
the SIP-ETag header.
- SIPETag() - Constructor for class android.gov.nist.javax.sip.header.SIPETag
-
Default constructor
- SIPETag(String) - Constructor for class android.gov.nist.javax.sip.header.SIPETag
-
- SIPETagHeader - Interface in android.javax.sip.header
-
This interface represents the SIP-ETag header, as defined by
RFC3903.
- SIPETagParser - Class in android.gov.nist.javax.sip.parser
-
Parser for SIP-ETag header.
- SIPETagParser(String) - Constructor for class android.gov.nist.javax.sip.parser.SIPETagParser
-
Creates a new instance of PriorityParser
- SIPETagParser(Lexer) - Constructor for class android.gov.nist.javax.sip.parser.SIPETagParser
-
Constructor
- sipEvent - Variable in class android.gov.nist.javax.sip.EventWrapper
-
- SIPEventInterceptor - Interface in android.gov.nist.javax.sip.stack
-
This interface is the solution for https://jain-sip.dev.java.net/issues/show_bug.cgi?id=337
It allows to wrap the JSIP pipeline and execute custom analysis logic as SIP messages advance
through the pipeline checkpoints.
- sipEventInterceptor - Variable in class android.gov.nist.javax.sip.stack.SIPTransactionStack
-
- SipException - Exception in android.javax.sip
-
A SipException is thrown when a general SIP exception is encountered, when
no other specialized exception defined in this specification can handle
the error.
- SipException() - Constructor for exception android.javax.sip.SipException
-
Constructs a new SipException
- SipException(String) - Constructor for exception android.javax.sip.SipException
-
Constructs a new SipException with the specified error
message.
- SipException(String, Throwable) - Constructor for exception android.javax.sip.SipException
-
Constructs a new SipException with the specified error
message and specialized cause that triggered this error condition.
- SipFactory - Class in android.javax.sip
-
The SipFactory is a singleton class which applications can use a single
access point to obtain proprietary implementations of this specification.
- SIPHeader - Class in android.gov.nist.javax.sip.header
-
Root class from which all SIPHeader objects are subclassed.
- SIPHeader(String) - Constructor for class android.gov.nist.javax.sip.header.SIPHeader
-
Constructor
- SIPHeader() - Constructor for class android.gov.nist.javax.sip.header.SIPHeader
-
Default constructor
- sipHeader - Variable in exception android.gov.nist.javax.sip.message.SIPDuplicateHeaderException
-
- SIPHeaderList<HDR extends SIPHeader> - Class in android.gov.nist.javax.sip.header
-
This is the root class for all lists of SIP headers.
- SIPHeaderList(Class<HDR>, String) - Constructor for class android.gov.nist.javax.sip.header.SIPHeaderList
-
Constructor
- SIPHeaderNames - Interface in android.gov.nist.javax.sip.header
-
SIPHeader names that are supported by this parser
- SIPHeaderNamesCache - Class in android.gov.nist.javax.sip.header
-
- SIPHeaderNamesCache() - Constructor for class android.gov.nist.javax.sip.header.SIPHeaderNamesCache
-
- SIPHeaderNamesIms - Interface in android.gov.nist.javax.sip.header.ims
-
- SIPHEADERS_PACKAGE - Static variable in interface android.gov.nist.core.PackageNames
-
- SIPIfMatch - Class in android.gov.nist.javax.sip.header
-
the SIP-If-Match header.
- SIPIfMatch() - Constructor for class android.gov.nist.javax.sip.header.SIPIfMatch
-
Default constructor
- SIPIfMatch(String) - Constructor for class android.gov.nist.javax.sip.header.SIPIfMatch
-
- SIPIfMatchHeader - Interface in android.javax.sip.header
-
This interface represents the SIP-If-Match header, as defined by
RFC3903.
- SIPIfMatchParser - Class in android.gov.nist.javax.sip.parser
-
Parser for SIP-If-Match header.
- SIPIfMatchParser(String) - Constructor for class android.gov.nist.javax.sip.parser.SIPIfMatchParser
-
Creates a new instance of PriorityParser
- SIPIfMatchParser(Lexer) - Constructor for class android.gov.nist.javax.sip.parser.SIPIfMatchParser
-
Constructor
- SipListener - Interface in android.javax.sip
-
This interface represents the application view to a SIP stack therefore
defines the application's communication channel to the SIP stack.
- SipListenerExt - Interface in android.gov.nist.javax.sip
-
This interface extends the
SipListener interface and adds the following events to it :
DialogTimeoutEvent- these are timeout notifications emitted as events by the
SipProvider.
- sipMessage - Variable in exception android.gov.nist.javax.sip.message.SIPDuplicateHeaderException
-
- SIPMessage - Class in android.gov.nist.javax.sip.message
-
This is the main SIP Message structure.
- SIPMessage() - Constructor for class android.gov.nist.javax.sip.message.SIPMessage
-
Constructor: Initializes lists and list headers.
- sipMessageFactory - Variable in class android.gov.nist.javax.sip.stack.SIPTransactionStack
-
- sipMessageListener - Variable in class android.gov.nist.javax.sip.parser.NioPipelineParser
-
The message listener that is registered with this parser.
- sipMessageListener - Variable in class android.gov.nist.javax.sip.parser.PipelinedMsgParser
-
The message listener that is registered with this parser.
- SIPMessageListener - Interface in android.gov.nist.javax.sip.parser
-
Interface that provides methods for processing good
and bad messages for the PipelinedMessageParser.
- SIPMessageValve - Interface in android.gov.nist.javax.sip.stack
-
This interface has callbacks that are notified for every SIP message arriving at the container.
- sipMessageValves - Variable in class android.gov.nist.javax.sip.stack.SIPTransactionStack
-
- sipMonth - Variable in class android.gov.nist.javax.sip.header.SIPDate
-
sipMonth member
- SIPObject - Class in android.gov.nist.javax.sip.header
-
Root class for all singleton objects in this package:
specializes the gov.nist.sip.header.GenericObject class for SIPHeader
related objects.
- SIPObject() - Constructor for class android.gov.nist.javax.sip.header.SIPObject
-
default Constructor
- SIPObjectList - Class in android.gov.nist.javax.sip.header
-
Root class for all the collection objects in this list:
a wrapper class on the GenericObjectList class for lists of objects
that can appear in SIPObjects.
- SIPObjectList(String) - Constructor for class android.gov.nist.javax.sip.header.SIPObjectList
-
Construct a SIPObject List given a list name.
- SIPObjectList() - Constructor for class android.gov.nist.javax.sip.header.SIPObjectList
-
Construct an empty SIPObjectList.
- sipProvider - Variable in class android.gov.nist.javax.sip.ListeningPointImpl
-
Provider back pointer
- SipProvider - Interface in android.javax.sip
-
This interface represents the messaging entity of a SIP stack and as
such is the interface that defines the messaging and transactional
component view of the SIP stack.
- SipProviderExt - Interface in android.gov.nist.javax.sip
-
Extensions to SipProvider under consideration for Version 2.0.
- SipProviderImpl - Class in android.gov.nist.javax.sip
-
Implementation of the JAIN-SIP provider interface.
- SipProviderImpl(SipStackImpl) - Constructor for class android.gov.nist.javax.sip.SipProviderImpl
-
Creates a new instance of SipProviderImpl
- sipProviders - Variable in class android.gov.nist.javax.sip.SipStackImpl
-
- SIPRequest - Class in android.gov.nist.javax.sip.message
-
The SIP Request structure.
- SIPRequest() - Constructor for class android.gov.nist.javax.sip.message.SIPRequest
-
Constructor.
- SipRequestLine - Interface in android.gov.nist.javax.sip.header
-
The SIP Request Line.
- SIPResponse - Class in android.gov.nist.javax.sip.message
-
SIP Response structure.
- SIPResponse() - Constructor for class android.gov.nist.javax.sip.message.SIPResponse
-
Constructor.
- SIPS - Static variable in class android.gov.nist.javax.sip.address.GenericURI
-
- SIPS - Static variable in class android.gov.nist.javax.sip.address.NetObject
-
- SIPS - Static variable in interface android.gov.nist.javax.sip.parser.TokenNames
-
- SIPS - Static variable in interface android.gov.nist.javax.sip.parser.TokenTypes
-
- SIPS_URI_SCHEME - Static variable in interface android.gov.nist.javax.sip.address.ParameterNames
-
- SIPServerTransaction - Interface in android.gov.nist.javax.sip.stack
-
- SIPServerTransactionImpl - Class in android.gov.nist.javax.sip.stack
-
Represents a server transaction.
- SIPServerTransactionImpl(SIPTransactionStack, MessageChannel) - Constructor for class android.gov.nist.javax.sip.stack.SIPServerTransactionImpl
-
Creates a new server transaction.
- sipStack - Variable in class android.gov.nist.javax.sip.ListeningPointImpl
-
Our stack
- sipStack - Variable in class android.gov.nist.javax.sip.SipProviderImpl
-
- sipStack - Variable in class android.gov.nist.javax.sip.stack.CongestionControlMessageValve
-
- sipStack - Variable in class android.gov.nist.javax.sip.stack.ConnectionOrientedMessageChannel
-
- sipStack - Variable in class android.gov.nist.javax.sip.stack.MessageProcessor
-
Our stack (that created us).
- sipStack - Variable in class android.gov.nist.javax.sip.stack.SIPTransactionImpl
-
- sipStack - Variable in class android.gov.nist.javax.sip.stack.UDPMessageChannel
-
SIP Stack structure for this channel.
- SipStack - Interface in android.javax.sip
-
This interface represents the management interface of a SIP stack
implementing this specification and as such is the interface that defines the
management/architectural view of the SIP stack.
- SipStackExt - Interface in android.gov.nist.javax.sip
-
SIP Stack extensions to be added to the next spec revision.
- SipStackImpl - Class in android.gov.nist.javax.sip
-
Implementation of SipStack.
- SipStackImpl() - Constructor for class android.gov.nist.javax.sip.SipStackImpl
-
Creates a new instance of SipStackImpl.
- SipStackImpl(Properties) - Constructor for class android.gov.nist.javax.sip.SipStackImpl
-
Constructor for the stack.
- sipStackImpl - Variable in class android.gov.nist.javax.sip.stack.timers.AffinitityExecutorSipTimer
-
- sipStackImpl - Variable in class android.gov.nist.javax.sip.stack.timers.DefaultSipTimer
-
- sipStackImpl - Variable in class android.gov.nist.javax.sip.stack.timers.ScheduledExecutorSipTimer
-
- SIPStackTimerTask - Class in android.gov.nist.javax.sip.stack
-
A subclass of TimerTask which runs TimerTask code within a try/catch block to
avoid killing the SIPTransactionStack timer thread.
- SIPStackTimerTask() - Constructor for class android.gov.nist.javax.sip.stack.SIPStackTimerTask
-
- SipStatusLine - Interface in android.gov.nist.javax.sip.header
-
The SIP Status line.
- SipTimer - Interface in android.gov.nist.javax.sip.stack.timers
-
Interface to implement to plug a new Timer implementation.
- SIPTransaction - Interface in android.gov.nist.javax.sip.stack
-
- SIPTransactionErrorEvent - Class in android.gov.nist.javax.sip.stack
-
An event that indicates that a transaction has encountered an error.
- SIPTransactionEventListener - Interface in android.gov.nist.javax.sip.stack
-
Interface implemented by classes that want to be notified of asynchronous
transacion events.
- SIPTransactionImpl - Class in android.gov.nist.javax.sip.stack
-
Abstract class to support both client and server transactions.
- SIPTransactionImpl(SIPTransactionStack, MessageChannel) - Constructor for class android.gov.nist.javax.sip.stack.SIPTransactionImpl
-
Transaction constructor.
- SIPTransactionStack - Class in android.gov.nist.javax.sip.stack
-
This is the sip stack.
- SIPTransactionStack() - Constructor for class android.gov.nist.javax.sip.stack.SIPTransactionStack
-
Default constructor.
- SIPTransactionStack(StackMessageFactory) - Constructor for class android.gov.nist.javax.sip.stack.SIPTransactionStack
-
Construcor for the stack.
- SIPTransactionStack.PingTimer - Class in android.gov.nist.javax.sip.stack
-
- SIPTransactionStack.PingTimer(ThreadAuditor.ThreadHandle) - Constructor for class android.gov.nist.javax.sip.stack.SIPTransactionStack.PingTimer
-
- SipUri - Class in android.gov.nist.javax.sip.address
-
Implementation of the SipURI interface.
- SipUri() - Constructor for class android.gov.nist.javax.sip.address.SipUri
-
- SipURI - Interface in android.javax.sip.address
-
This class represents SIP URIs, that may have either a sip: or
sips: scheme.
- SipURIExt - Interface in android.gov.nist.javax.sip.address
-
URI Interface extensions that will be added to version 2.0 of the JSR 32 spec.
- sipURL(boolean) - Method in class android.gov.nist.javax.sip.parser.URLParser
-
Parse and return a structure for a SIP URL.
- sipVersion - Variable in class android.gov.nist.javax.sip.header.RequestLine
-
sipVersion field
- sipVersion - Variable in class android.gov.nist.javax.sip.header.StatusLine
-
sipVersion field
- sipVersion() - Method in class android.gov.nist.javax.sip.parser.Parser
-
- sipWkDay - Variable in class android.gov.nist.javax.sip.header.SIPDate
-
sipWkDay member
- size() - Method in class android.gov.nist.core.DuplicateNameValueList
-
- size() - Method in class android.gov.nist.core.MultiValueMapImpl
-
- size() - Method in class android.gov.nist.core.NameValueList
-
Return the size of the embedded map
- size() - Method in class android.gov.nist.javax.sip.header.SIPHeaderList
-
Get the number of headers in the list.
- size - Variable in class android.gov.nist.javax.sip.message.SIPMessage
-
- SLASH - Static variable in class android.gov.nist.core.GenericObject
-
- SLASH - Static variable in class android.gov.nist.core.GenericObjectList
-
- SLASH - Static variable in class android.gov.nist.core.LexerCore
-
- SLASH - Static variable in interface android.gov.nist.core.Separators
-
- SLASH - Static variable in interface android.gov.nist.javax.sip.parser.TokenTypes
-
- SNUM - Static variable in interface android.gov.nist.javax.sip.header.ParameterNames
-
- sock - Variable in class android.gov.nist.javax.sip.stack.ConnectionOrientedMessageProcessor
-
- sock - Variable in class android.gov.nist.javax.sip.stack.UDPMessageProcessor
-
- socket - Variable in class android.gov.nist.javax.sip.stack.NioTcpMessageProcessor.ChangeRequest
-
- socketChannel - Variable in class android.gov.nist.javax.sip.stack.NioTcpMessageChannel
-
- socketTimeoutAuditor - Variable in class android.gov.nist.javax.sip.stack.NIOHandler
-
- SocketTimeoutAuditor - Class in android.gov.nist.javax.sip.stack
-
- SocketTimeoutAuditor(long, NIOHandler) - Constructor for class android.gov.nist.javax.sip.stack.SocketTimeoutAuditor
-
- SP - Static variable in class android.gov.nist.core.GenericObject
-
- SP - Static variable in class android.gov.nist.core.GenericObjectList
-
- SP - Static variable in class android.gov.nist.core.LexerCore
-
- SP - Static variable in interface android.gov.nist.core.Separators
-
- SP - Static variable in interface android.gov.nist.javax.sip.parser.TokenTypes
-
- SPI_C - Static variable in interface android.gov.nist.javax.sip.header.ims.ParameterNamesIms
-
- SPI_S - Static variable in interface android.gov.nist.javax.sip.header.ims.ParameterNamesIms
-
- SPorHT() - Method in class android.gov.nist.core.LexerCore
-
- sprint(String) - Method in class android.gov.nist.core.GenericObject
-
Add a new string to the accumulated string representation.
- sprint(Object) - Method in class android.gov.nist.core.GenericObject
-
Pretty printing function accumulator for objects.
- sprint(int) - Method in class android.gov.nist.core.GenericObject
-
Pretty printing accumulator function for ints
- sprint(short) - Method in class android.gov.nist.core.GenericObject
-
Pretty printing accumulator function for shorts
- sprint(char) - Method in class android.gov.nist.core.GenericObject
-
Pretty printing accumulator function for chars
- sprint(long) - Method in class android.gov.nist.core.GenericObject
-
Pretty printing accumulator function for longs
- sprint(boolean) - Method in class android.gov.nist.core.GenericObject
-
Pretty printing accumulator function for booleans
- sprint(double) - Method in class android.gov.nist.core.GenericObject
-
Pretty printing accumulator function for doubles
- sprint(float) - Method in class android.gov.nist.core.GenericObject
-
Pretty printing accumulator function for floats
- sprint(String) - Method in class android.gov.nist.javax.sdp.fields.SDPObject
-
- SRAND - Static variable in interface android.gov.nist.javax.sip.header.ParameterNames
-
- sslEngine - Variable in class android.gov.nist.javax.sip.stack.SSLStateMachine
-
- SslNetworkLayer - Class in android.gov.nist.core.net
-
extended implementation of a network layer that allows to define a private java
keystores/truststores
- SslNetworkLayer(SipStackImpl, String, String, char[], char[], String, String) - Constructor for class android.gov.nist.core.net.SslNetworkLayer
-
- SSLStateMachine - Class in android.gov.nist.javax.sip.stack
-
This is a helper state machine that negotiates the SSL connection automatically
without ever blocking any threads.
- SSLStateMachine(SSLEngine, NioTlsChannelInterface) - Constructor for class android.gov.nist.javax.sip.stack.SSLStateMachine
-
- SSLStateMachine.MessageSendCallback - Interface in android.gov.nist.javax.sip.stack
-
- SSLStateMachine.MessageSendItem - Class in android.gov.nist.javax.sip.stack
-
Each time we send a SIP message it will be associated with the originating channel.send() method
which keep additional information about the transport in its context.
- SSLStateMachine.MessageSendItem(ByteBuffer, SSLStateMachine.MessageSendCallback) - Constructor for class android.gov.nist.javax.sip.stack.SSLStateMachine.MessageSendItem
-
- STACK_PACKAGE - Static variable in interface android.gov.nist.core.PackageNames
-
- stackAddress - Variable in class android.gov.nist.javax.sip.stack.SIPTransactionStack
-
- stackInetAddress - Variable in class android.gov.nist.javax.sip.stack.SIPTransactionStack
-
- StackLogger - Interface in android.gov.nist.core
-
interface that loggers should implement so that the stack can log to various
loggers impl such as log4j, commons logging, sl4j, ...
- stackLogger - Variable in class android.gov.nist.javax.sip.stack.ServerLog
-
- StackMessageFactory - Interface in android.gov.nist.javax.sip.stack
-
An interface for generating new requests and responses.
- stackName - Variable in class android.gov.nist.javax.sip.stack.SIPTransactionStack
-
- stackTraces - Variable in class android.gov.nist.javax.sip.stack.CallAnalyzer.ThreadInfo
-
- STALE - Static variable in class android.gov.nist.javax.sip.header.AuthenticationHeader
-
- STALE - Static variable in interface android.gov.nist.javax.sip.header.ParameterNames
-
- STAR - Static variable in class android.gov.nist.core.GenericObject
-
- STAR - Static variable in class android.gov.nist.core.GenericObjectList
-
- STAR - Static variable in class android.gov.nist.core.LexerCore
-
- STAR - Static variable in interface android.gov.nist.core.Separators
-
- STAR - Static variable in interface android.gov.nist.javax.sip.parser.TokenTypes
-
- START - Static variable in class android.gov.nist.core.LexerCore
-
- START - Static variable in interface android.gov.nist.javax.sip.parser.TokenTypes
-
- start() - Method in class android.gov.nist.javax.sip.SipStackImpl
-
- start(int) - Method in class android.gov.nist.javax.sip.stack.BlockingQueueDispatchAuditor
-
- start() - Method in class android.gov.nist.javax.sip.stack.MessageProcessor
-
Start our thread.
- start() - Method in class android.gov.nist.javax.sip.stack.NioTcpMessageProcessor
-
- start() - Method in class android.gov.nist.javax.sip.stack.sctp.SCTPMessageProcessor
-
- start() - Method in class android.gov.nist.javax.sip.stack.TCPMessageProcessor
-
Start the processor.
- start(SipStackImpl, Properties) - Method in class android.gov.nist.javax.sip.stack.timers.AffinitityExecutorSipTimer
-
- start(SipStackImpl, Properties) - Method in class android.gov.nist.javax.sip.stack.timers.DefaultSipTimer
-
- start(SipStackImpl, Properties) - Method in class android.gov.nist.javax.sip.stack.timers.ScheduledExecutorSipTimer
-
- start(SipStackImpl, Properties) - Method in interface android.gov.nist.javax.sip.stack.timers.SipTimer
-
Start the SIP Timer, called when the stack is created.
- start() - Method in class android.gov.nist.javax.sip.stack.TLSMessageProcessor
-
Start the processor.
- start() - Method in class android.gov.nist.javax.sip.stack.UDPMessageProcessor
-
Start our processor thread.
- start() - Method in interface android.javax.sip.SipStack
-
This method initiates the active processing of the stack.
- startAnalysis(CallAnalyzer.MetricReference) - Method in class android.gov.nist.javax.sip.stack.CallAnalyzer
-
Start the analysis job that will check the status of the requests periodically and make thread dumps
if some request is stuck.
- started - Variable in class android.gov.nist.javax.sip.stack.timers.DefaultSipTimer
-
- startHandshakeWatchdog() - Method in class android.gov.nist.javax.sip.stack.HandshakeCompletedListenerImpl
-
- startRetransmitTimer(SIPServerTransaction, Response) - Method in class android.gov.nist.javax.sip.stack.SIPDialog
-
Start the retransmit timer.
- startsId() - Method in class android.gov.nist.core.LexerCore
-
- startsIdNoWhiteSpace() - Method in class android.gov.nist.core.LexerCore
-
- startsSafeToken() - Method in class android.gov.nist.core.LexerCore
-
- startTime - Variable in class android.gov.nist.javax.sdp.fields.TimeField
-
- startTimer() - Method in class android.gov.nist.javax.sip.parser.Pipeline
-
- startTimer(SIPServerTransaction) - Method in class android.gov.nist.javax.sip.stack.SIPDialog
-
Start the dialog timer.
- startTransactionTimer() - Method in class android.gov.nist.javax.sip.stack.SIPClientTransactionImpl
-
Start the timer task.
- startTransactionTimer() - Method in class android.gov.nist.javax.sip.stack.SIPServerTransactionImpl
-
- startTransactionTimer() - Method in interface android.gov.nist.javax.sip.stack.SIPTransaction
-
Start the timer that runs the transaction state machine.
- startTransactionTimerJ(long) - Method in class android.gov.nist.javax.sip.stack.SIPServerTransactionImpl
-
Start the timer task.
- state - Variable in class android.gov.nist.javax.sip.header.SubscriptionState
-
- staticQueue - Static variable in class android.gov.nist.javax.sip.parser.PostParseExecutorServices
-
- staticQueueAuditor - Static variable in class android.gov.nist.javax.sip.parser.PostParseExecutorServices
-
- STATUS - Static variable in class android.gov.nist.javax.sdp.fields.PreconditionFields
-
- STATUS_E2E - Static variable in class android.gov.nist.javax.sdp.fields.PreconditionFields
-
- STATUS_LOCAL - Static variable in class android.gov.nist.javax.sdp.fields.PreconditionFields
-
- STATUS_REMOTE - Static variable in class android.gov.nist.javax.sdp.fields.PreconditionFields
-
- statusCode - Variable in class android.gov.nist.javax.sip.header.StatusLine
-
status code field
- statusCode() - Method in class android.gov.nist.javax.sip.parser.StatusLineParser
-
- StatusLine - Class in android.gov.nist.javax.sip.header
-
Status Line (for SIPReply) messages.
- StatusLine() - Constructor for class android.gov.nist.javax.sip.header.StatusLine
-
Default Constructor
- statusLine - Variable in class android.gov.nist.javax.sip.message.SIPResponse
-
- StatusLineParser - Class in android.gov.nist.javax.sip.parser
-
Parser for the SIP status line.
- StatusLineParser(String) - Constructor for class android.gov.nist.javax.sip.parser.StatusLineParser
-
- StatusLineParser(Lexer) - Constructor for class android.gov.nist.javax.sip.parser.StatusLineParser
-
- stop() - Method in class android.gov.nist.javax.sip.EventScanner
-
Stop the event scanner.
- stop() - Method in class android.gov.nist.javax.sip.SipProviderImpl
-
Stop processing messages for this provider.
- stop() - Method in class android.gov.nist.javax.sip.SipStackImpl
-
- stop() - Method in class android.gov.nist.javax.sip.stack.BlockingQueueDispatchAuditor
-
- stop() - Method in class android.gov.nist.javax.sip.stack.CallAnalyzer
-
Stop everything
- stop() - Method in class android.gov.nist.javax.sip.stack.MessageProcessor
-
Stop method.
- stop() - Method in class android.gov.nist.javax.sip.stack.NIOHandler
-
- stop() - Method in class android.gov.nist.javax.sip.stack.NioTcpMessageProcessor
-
- stop() - Method in class android.gov.nist.javax.sip.stack.sctp.SCTPMessageProcessor
-
- stop() - Method in class android.gov.nist.javax.sip.stack.TCPMessageProcessor
-
Stop the message processor.
- stop() - Method in class android.gov.nist.javax.sip.stack.timers.AffinitityExecutorSipTimer
-
- stop() - Method in class android.gov.nist.javax.sip.stack.timers.DefaultSipTimer
-
- stop() - Method in class android.gov.nist.javax.sip.stack.timers.ScheduledExecutorSipTimer
-
- stop() - Method in interface android.gov.nist.javax.sip.stack.timers.SipTimer
-
Stop the Timer (called when the stack is stop or reinitialized)
- stop() - Method in class android.gov.nist.javax.sip.stack.TLSMessageProcessor
-
Stop the message processor.
- stop() - Method in class android.gov.nist.javax.sip.stack.UDPMessageProcessor
-
Shut down the message processor.
- stop() - Method in interface android.javax.sip.SipStack
-
This methods initiates the shutdown of the stack.
- stopAnalysis(CallAnalyzer.MetricReference) - Method in class android.gov.nist.javax.sip.stack.CallAnalyzer
-
Stop the analysis for a given metric, the analysis periodic job will be stopped and stack
traces will no longer be produced.
- stopExpiresTimer() - Method in interface android.gov.nist.javax.sip.stack.SIPClientTransaction
-
Stop the ExPIRES timer if it is running.
- stopExpiresTimer() - Method in class android.gov.nist.javax.sip.stack.SIPClientTransactionImpl
-
- stopStack() - Method in class android.gov.nist.javax.sip.stack.SIPTransactionStack
-
Stop stack.
- stopTime - Variable in class android.gov.nist.javax.sdp.fields.TimeField
-
- stopTimer() - Method in class android.gov.nist.javax.sip.parser.Pipeline
-
- stopTimer() - Method in class android.gov.nist.javax.sip.stack.SIPDialog
-
Stop the dialog timer.
- store(OutputStream, String) - Method in class android.gov.nist.javax.sip.MergedSystemProperties
-
- store(Writer, String) - Method in class android.gov.nist.javax.sip.MergedSystemProperties
-
- storeFirstTransactionInfo(SIPDialog, SIPTransaction) - Method in class android.gov.nist.javax.sip.stack.SIPDialog
-
- storeToXML(OutputStream, String, String) - Method in class android.gov.nist.javax.sip.MergedSystemProperties
-
- storeToXML(OutputStream, String) - Method in class android.gov.nist.javax.sip.MergedSystemProperties
-
- STRENGTH - Static variable in class android.gov.nist.javax.sdp.fields.PreconditionFields
-
- STRENGTH_FAILURE - Static variable in class android.gov.nist.javax.sdp.fields.PreconditionFields
-
- STRENGTH_MANDATORY - Static variable in class android.gov.nist.javax.sdp.fields.PreconditionFields
-
- STRENGTH_NONE - Static variable in class android.gov.nist.javax.sdp.fields.PreconditionFields
-
- STRENGTH_OPTIONAL - Static variable in class android.gov.nist.javax.sdp.fields.PreconditionFields
-
- STRENGTH_UNKNOWN - Static variable in class android.gov.nist.javax.sdp.fields.PreconditionFields
-
- string - Variable in class android.gov.nist.javax.sip.header.AlertInfo
-
String field
- StringMsgParser - Class in android.gov.nist.javax.sip.parser
-
Parse SIP message and parts of SIP messages such as URI's etc from memory and
return a structure.
- StringMsgParser() - Constructor for class android.gov.nist.javax.sip.parser.StringMsgParser
-
- StringMsgParserFactory - Class in android.gov.nist.javax.sip.parser
-
Default Mesasge Parser Factory Implementation
- StringMsgParserFactory() - Constructor for class android.gov.nist.javax.sip.parser.StringMsgParserFactory
-
- stringPropertyNames() - Method in class android.gov.nist.javax.sip.MergedSystemProperties
-
- stringRepresentation - Variable in class android.gov.nist.core.GenericObject
-
- StringTokenizer - Class in android.gov.nist.core
-
Base string token splitter.
- StringTokenizer() - Constructor for class android.gov.nist.core.StringTokenizer
-
- StringTokenizer(String) - Constructor for class android.gov.nist.core.StringTokenizer
-
- stuckTimeBeforeDump - Variable in class android.gov.nist.javax.sip.stack.CallAnalyzer.MetricAnalysisConfiguration
-
- SUBJECT - Static variable in interface android.gov.nist.javax.sip.header.SIPHeaderNames
-
- Subject - Class in android.gov.nist.javax.sip.header
-
Supported SIP Header.
- Subject() - Constructor for class android.gov.nist.javax.sip.header.Subject
-
Default Constructor.
- subject - Variable in class android.gov.nist.javax.sip.header.Subject
-
subject field
- SUBJECT - Static variable in interface android.gov.nist.javax.sip.parser.TokenTypes
-
- SubjectHeader - Interface in android.javax.sip.header
-
The Subject header field provides a summary or indicates the nature of the
call, allowing call filtering without having to parse the session
description.
- SubjectParser - Class in android.gov.nist.javax.sip.parser
-
Parser for Subject header.
- SubjectParser(String) - Constructor for class android.gov.nist.javax.sip.parser.SubjectParser
-
Creates a new instance of SubjectParser
- SubjectParser(Lexer) - Constructor for class android.gov.nist.javax.sip.parser.SubjectParser
-
Constructor
- subList(int, int) - Method in class android.gov.nist.javax.sip.header.SIPHeaderList
-
Get a sublist of the list.
- submit(Callable<T>) - Method in class android.gov.nist.javax.sip.ThreadAffinityExecutor
-
- submit(Runnable, T) - Method in class android.gov.nist.javax.sip.ThreadAffinityExecutor
-
- submit(Runnable) - Method in class android.gov.nist.javax.sip.ThreadAffinityExecutor
-
- SUBSCRIBE - Static variable in interface android.gov.nist.javax.sip.parser.TokenNames
-
- SUBSCRIBE - Static variable in interface android.gov.nist.javax.sip.parser.TokenTypes
-
- SUBSCRIBE - Static variable in interface android.javax.sip.message.Request
-
Subscribe is an extension method that is used to request current state
and state updates from a remote node.
- SUBSCRIPTION_STATE - Static variable in interface android.gov.nist.javax.sip.header.SIPHeaderNames
-
- SUBSCRIPTION_STATE - Static variable in interface android.gov.nist.javax.sip.parser.TokenTypes
-
- SubscriptionState - Class in android.gov.nist.javax.sip.header
-
SubscriptionState header
- SubscriptionState() - Constructor for class android.gov.nist.javax.sip.header.SubscriptionState
-
Creates a new instance of SubscriptionState
- SubscriptionStateHeader - Interface in android.javax.sip.header
-
This interface represents the Subscription State header, as
defined by
RFC3265, this
header is not part of RFC3261.
- SubscriptionStateParser - Class in android.gov.nist.javax.sip.parser
-
Parser for SubscriptionState header.
- SubscriptionStateParser(String) - Constructor for class android.gov.nist.javax.sip.parser.SubscriptionStateParser
-
Creates a new instance of SubscriptionStateParser
- SubscriptionStateParser(Lexer) - Constructor for class android.gov.nist.javax.sip.parser.SubscriptionStateParser
-
Constructor
- subtype - Variable in class android.gov.nist.javax.sip.header.MediaRange
-
subtype field
- SUN - Static variable in class android.gov.nist.javax.sip.header.SIPDate
-
- SUN - Static variable in interface android.gov.nist.javax.sip.parser.TokenNames
-
- SUPPORTED - Static variable in interface android.gov.nist.javax.sip.header.SIPHeaderNames
-
- Supported - Class in android.gov.nist.javax.sip.header
-
Supported SIP Header.
- Supported() - Constructor for class android.gov.nist.javax.sip.header.Supported
-
default constructor
- Supported(String) - Constructor for class android.gov.nist.javax.sip.header.Supported
-
Constructor
- SUPPORTED - Static variable in interface android.gov.nist.javax.sip.parser.TokenTypes
-
- SupportedHeader - Interface in android.javax.sip.header
-
The Supported header field enumerates all the extensions supported by
the UAC or UAS.
- SupportedList - Class in android.gov.nist.javax.sip.header
-
A list of supported headers.
- SupportedList() - Constructor for class android.gov.nist.javax.sip.header.SupportedList
-
Default Constructor
- SupportedParser - Class in android.gov.nist.javax.sip.parser
-
Parser for Supported header.
- SupportedParser(String) - Constructor for class android.gov.nist.javax.sip.parser.SupportedParser
-
Creates a new instance of SupportedParser
- SupportedParser(Lexer) - Constructor for class android.gov.nist.javax.sip.parser.SupportedParser
-
Constructor
- suspendEncoding() - Method in class android.gov.nist.javax.sip.stack.Base64.OutputStream
-
Suspends encoding of the stream.