NIST SIP Parser and Stack (v1.2) API
A B C D E F G H I J K L M N O P Q R S T U V W _

N

NAME - Static variable in interface javax.sip.header.WWWAuthenticateHeader
Name of WWWAuthenticateHeader
NAME - Static variable in interface javax.sip.header.WarningHeader
Name of WarningHeader
NAME - Static variable in interface javax.sip.header.ViaHeader
Name of ViaHeader
NAME - Static variable in interface javax.sip.header.UserAgentHeader
Name of UserAgentHeader
NAME - Static variable in interface javax.sip.header.UnsupportedHeader
Name of UnsupportedHeader
NAME - Static variable in interface javax.sip.header.ToHeader
Name of the ToHeader
NAME - Static variable in interface javax.sip.header.TimeStampHeader
Name of TimeStampHeader
NAME - Static variable in interface javax.sip.header.SupportedHeader
Name of SupportedHeader
NAME - Static variable in interface javax.sip.header.SubscriptionStateHeader
Name of SubscriptionStateHeader
NAME - Static variable in interface javax.sip.header.SubjectHeader
Name of SubjectHeader
NAME - Static variable in interface javax.sip.header.ServerHeader
Name of ServerHeader
NAME - Static variable in interface javax.sip.header.RSeqHeader
Name of RSeqHeader
NAME - Static variable in interface javax.sip.header.RouteHeader
Name of RouteHeader
NAME - Static variable in interface javax.sip.header.RetryAfterHeader
Name of RetryAfterHeader
NAME - Static variable in interface javax.sip.header.RequireHeader
Name of RequireHeader
NAME - Static variable in interface javax.sip.header.ReplyToHeader
Name of ReplyToHeader
NAME - Static variable in interface javax.sip.header.RecordRouteHeader
Name of RecordRouteHeader
NAME - Static variable in interface javax.sip.header.ReasonHeader
Name of ReasonHeader
NAME - Static variable in interface javax.sip.header.RAckHeader
Name of RAckHeader.
NAME - Static variable in interface javax.sip.header.ProxyRequireHeader
Name of ProxyRequireHeader
NAME - Static variable in interface javax.sip.header.ProxyAuthorizationHeader
Name of ProxyAuthorizationHeader
NAME - Static variable in interface javax.sip.header.ProxyAuthenticateHeader
Name of ProxyAuthenticateHeader
NAME - Static variable in interface javax.sip.header.PriorityHeader
Name of PriorityHeader
NAME - Static variable in interface javax.sip.header.OrganizationHeader
Name of OrganizationHeader
NAME - Static variable in interface javax.sip.header.MinExpiresHeader
Name of ExpiresHeader
NAME - Static variable in interface javax.sip.header.MimeVersionHeader
Name of MimeVersionHeader
NAME - Static variable in interface javax.sip.header.MaxForwardsHeader
Name of MaxForwardsHeader
NAME - Static variable in interface javax.sip.header.InReplyToHeader
Name of InReplyToHeader
NAME - Static variable in interface javax.sip.header.FromHeader
Name of FromHeader
NAME - Static variable in interface javax.sip.header.ExpiresHeader
Name of ExpiresHeader
NAME - Static variable in interface javax.sip.header.EventHeader
Name of EventHeader
NAME - Static variable in interface javax.sip.header.ErrorInfoHeader
Name of the ErroInfoHeader
NAME - Static variable in interface javax.sip.header.DateHeader
Name of DateHeader
NAME - Static variable in interface javax.sip.header.CSeqHeader
Name of the CSeqHeader
NAME - Static variable in interface javax.sip.header.ContentTypeHeader
Name of ContentTypeHeader
NAME - Static variable in interface javax.sip.header.ContentLengthHeader
Name of ContentLengthHeader
NAME - Static variable in interface javax.sip.header.ContentLanguageHeader
Name of ContentLanguageHeader
NAME - Static variable in interface javax.sip.header.ContentEncodingHeader
Name of ContentEncodingHeader
NAME - Static variable in interface javax.sip.header.ContentDispositionHeader
Name of ContentDispositionHeader
NAME - Static variable in interface javax.sip.header.ContactHeader
Name of ContactHeader
NAME - Static variable in interface javax.sip.header.CallInfoHeader
Name of CallInfoHeader
NAME - Static variable in interface javax.sip.header.CallIdHeader
Name of CallIdHeader
NAME - Static variable in interface javax.sip.header.AuthorizationHeader
Name of AuthorizationHeader
NAME - Static variable in interface javax.sip.header.AuthenticationInfoHeader
Name of the AlertInfoHeader
NAME - Static variable in interface javax.sip.header.AllowHeader
Name of AllowHeader
NAME - Static variable in interface javax.sip.header.AllowEventsHeader
Name of AllowEventsHeader
NAME - Static variable in interface javax.sip.header.AlertInfoHeader
Name of the AlertInfoHeader
NAME - Static variable in interface javax.sip.header.AcceptLanguageHeader
Name of AcceptLanguageHeader
NAME - Static variable in interface javax.sip.header.AcceptHeader
Name of AcceptHeader
NAME - Static variable in interface javax.sip.header.AcceptEncodingHeader
Name of AcceptEncodingHeader
NAME_ADDR - Static variable in class gov.nist.javax.sip.address.AddressImpl
Constant field.
NameMap - class gov.nist.javax.sip.header.NameMap.
A mapping class that returns the SIPHeader for a given header name.
NameMap() - Constructor for class gov.nist.javax.sip.header.NameMap
 
NameValue - class gov.nist.core.NameValue.
Generic structure for storing name-value pairs.
NameValue() - Constructor for class gov.nist.core.NameValue
 
NameValue(String, Object) - Constructor for class gov.nist.core.NameValue
 
NameValueList - class gov.nist.core.NameValueList.
Implements a simple NameValue association with a quick lookup function (via a hash table) this class is not thread safe because it uses HashTables.
NameValueList() - Constructor for class gov.nist.core.NameValueList
default constructor.
NameValueList(String) - Constructor for class gov.nist.core.NameValueList
 
NC - Static variable in interface gov.nist.javax.sip.header.ParameterNames
 
NC - Static variable in class gov.nist.javax.sip.header.AuthenticationHeader
 
needsLogging - Static variable in class gov.nist.core.LogWriter
Flag to indicate that logging is enabled.
needsLogging() - Static method in class gov.nist.javax.sip.stack.ServerLog
Global check for whether to log or not.
needsLogging(int) - Static method in class gov.nist.javax.sip.stack.ServerLog
Check to see if logging is enabled at a level (avoids unecessary message formatting.
NET_PACKAGE - Static variable in interface gov.nist.core.PackageNames
 
NetObject - class gov.nist.javax.sip.address.NetObject.
Root object for all objects in this package.
NetObject() - Constructor for class gov.nist.javax.sip.address.NetObject
Default constructor
NetObjectList - class gov.nist.javax.sip.address.NetObjectList.
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 NetObjects.
NetObjectList() - Constructor for class gov.nist.javax.sip.address.NetObjectList
Construct an empty NetObjectList.
NetObjectList(String) - Constructor for class gov.nist.javax.sip.address.NetObjectList
Construct a NetObject List given a list name.
NetObjectList(String, Class) - Constructor for class gov.nist.javax.sip.address.NetObjectList
Construct a NetObject List given a list name and a class for the objects that go into the list.
NetObjectList(String, String) - Constructor for class gov.nist.javax.sip.address.NetObjectList
Construct a NetObject List given a list name and a class for the objects that go into the list.
NEWLINE - Static variable in interface gov.nist.core.Separators
 
newSIPServerRequest(SIPRequest, MessageChannel) - Method in class gov.nist.javax.sip.NistSipMessageFactoryImpl
Construct a new SIP Server Request.
newSIPServerRequest(SIPRequest, MessageChannel) - Method in interface gov.nist.javax.sip.stack.SIPStackMessageFactory
Make a new SIPServerResponse given a SIPRequest and a message channel.
newSIPServerResponse(SIPResponse, MessageChannel) - Method in class gov.nist.javax.sip.NistSipMessageFactoryImpl
Generate a new server response for the stack.
newSIPServerResponse(SIPResponse, MessageChannel) - Method in interface gov.nist.javax.sip.stack.SIPStackMessageFactory
Generate a new server response for the stack.
NEXT_NONCE - Static variable in interface gov.nist.javax.sip.header.ParameterNames
 
next() - Method in class gov.nist.javax.sip.address.NetObjectList
returns the next element
next() - Method in class gov.nist.javax.sip.header.SIPObjectList
Get the next object of this list (assumes that first() has been called prior to calling this method.)
next() - Method in class gov.nist.javax.sip.header.SIPHeaderList
Get the next element in the list .
next(ListIterator) - Method in class gov.nist.javax.sip.address.NetObjectList
returns the next element
next(ListIterator) - Method in class gov.nist.javax.sip.header.SIPObjectList
Get the next object of this list.
next(ListIterator) - Method in class gov.nist.javax.sip.header.SIPHeaderList
Get the next item for an iterative scan of the list
nextToken() - Method in class gov.nist.core.StringTokenizer
 
NistSipMessageFactoryImpl - class gov.nist.javax.sip.NistSipMessageFactoryImpl.
Implements all the support classes that are necessary for the nist-sip stack on which the jain-sip stack has been based.
NistSipMessageFactoryImpl(SipStackImpl) - Constructor for class gov.nist.javax.sip.NistSipMessageFactoryImpl
 
NistSipMessageHandlerImpl - class gov.nist.javax.sip.NistSipMessageHandlerImpl.
An adapter class from the JAIN implementation objects to the NIST-SIP stack.
NistSipMessageHandlerImpl() - Constructor for class gov.nist.javax.sip.NistSipMessageHandlerImpl
 
NO_RESOURCE - Static variable in interface javax.sip.header.SubscriptionStateHeader
Reason Code: The subscription has been terminated because the resource state which was being monitored no longer exists.
NON_URGENT - Static variable in interface javax.sip.header.PriorityHeader
Non-urgent priority constant
NON_URGENT - Static variable in class gov.nist.javax.sip.header.Priority
constant NON_URGENT field
NON_URGENT - Static variable in interface gov.nist.javax.sip.header.ParameterNames
 
NONCE - Static variable in interface gov.nist.javax.sip.header.ParameterNames
 
NONCE - Static variable in class gov.nist.javax.sip.header.AuthenticationHeader
 
NONCE_COUNT - Static variable in interface gov.nist.javax.sip.header.ParameterNames
 
NORMAL - Static variable in interface javax.sip.header.PriorityHeader
Normal priority constant
NORMAL - Static variable in class gov.nist.javax.sip.header.Priority
constant NORMAL field
NORMAL - Static variable in interface gov.nist.javax.sip.header.ParameterNames
 
NOT_ACCEPTABLE - Static variable in interface javax.sip.message.Response
The resource identified by the request is only capable of generating response entities that have content characteristics not acceptable according to the Accept header field sent in the request.
NOT_ACCEPTABLE_HERE - Static variable in interface javax.sip.message.Response
The response has the same meaning as 606 (Not Acceptable), but only applies to the specific resource addressed by the Request-URI and the request may succeed elsewhere.
NOT_FOUND - Static variable in interface javax.sip.message.Response
The server has definitive information that the user does not exist at the domain specified in the Request-URI.
NOT_IMPLEMENTED - Static variable in interface javax.sip.message.Response
The server does not support the functionality required to fulfill the request.
NOTIFY - Static variable in interface javax.sip.message.Request
Notify is an extension method that informs subscribers of changes in state to which the subscriber has a subscription.
NOTIFY - Static variable in interface gov.nist.javax.sip.parser.TokenTypes
 
NOTIFY - Static variable in interface gov.nist.javax.sip.parser.TokenNames
 
notifyClose(MessageChannel) - Method in interface gov.nist.javax.sip.stack.ChannelNotifier
Notify application on channel close
notifyOpen(MessageChannel) - Method in interface gov.nist.javax.sip.stack.ChannelNotifier
Notify application on channel open.
NOV - Static variable in class gov.nist.javax.sip.header.SIPDate
 
NOV - Static variable in interface gov.nist.javax.sip.parser.TokenNames
 
NTP_CONST - Static variable in interface javax.sdp.TimeDescription
Constant used to translate between NTP time used in SDP and "native" Java time.
NTP_CONST - Static variable in interface javax.sdp.SdpConstants
Constant used to translate between NTP time used in SDP and "native" Java time.
NULL - Static variable in interface gov.nist.javax.sip.parser.TokenTypes
 
NULL - Static variable in class gov.nist.core.LexerCore
 
number() - Method in class gov.nist.core.LexerCore
Get and consume the next number.
NV - Static variable in interface javax.sdp.SdpConstants
Static RTP/AVP payload type for the NV video codec

NIST SIP Parser and Stack (v1.2) API
A B C D E F G H I J K L M N O P Q R S T U V W _
A product of the NIST/ITL Advanced Networking Technologies Division.
See conditions of use.
Get the latest distribution.
Submit a bug report or feature request.