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 _

H

H261 - Static variable in interface javax.sdp.SdpConstants
Static RTP/AVP payload type for the H261 video codec.
H263 - Static variable in interface javax.sdp.SdpConstants
Static RTP/AVP payload type for the H263 video codec.
handleEvent(EventObject) - Method in class gov.nist.javax.sip.SipProviderImpl
Handle the SIP event - because we have only one listener and we are already in the context of a separate thread, we dont need to enque the event and signal another thread.
handleException(Exception) - Static method in class gov.nist.core.InternalErrorHandler
Handle an unexpected exception.
handleException(ParseException, SIPMessage, Class, String, String) - Method in class gov.nist.javax.sip.stack.UDPMessageChannel
Implementation of the ParseExceptionListener interface.
handleException(ParseException, SIPMessage, Class, String, String) - Method in class gov.nist.javax.sip.stack.TCPMessageChannel
Exception processor for exceptions detected from the parser.
handleException(ParseException, SIPMessage, Class, String, String) - Method in interface gov.nist.javax.sip.parser.ParseExceptionListener
This gets called from the parser when a parse error is generated.
handleException(SIPServerException) - Method in class gov.nist.javax.sip.stack.UDPMessageChannel
Handle an exception - construct a sip reply and send it back to the caller.
handleException(SIPServerException) - Method in class gov.nist.javax.sip.stack.TCPMessageChannel
Exception processor for exceptions detected from the application.
handleException(SIPServerException) - Method in class gov.nist.javax.sip.stack.SIPTransaction
 
handleException(SIPServerException) - Method in class gov.nist.javax.sip.stack.MessageChannel
Handle an exception.
handleException(String) - Static method in class gov.nist.core.InternalErrorHandler
Handle an unexpected condition (and print the error code).
HANDLING - Static variable in interface gov.nist.javax.sip.header.ParameterNames
 
hasComment() - Method in class gov.nist.javax.sip.header.Via
comment of the Via Header.
hasComment() - Method in class gov.nist.javax.sip.header.RetryAfter
Boolean function
hasDelay() - Method in class gov.nist.javax.sip.header.TimeStamp
return true if delay exists
hasDisplayName() - Method in class gov.nist.javax.sip.address.AddressImpl
return true if DisplayName exist.
hashCode() - Method in class gov.nist.javax.sip.header.Route
Hashcode so this header can be inserted into a set.
hasIsdnSubaddress() - Method in class gov.nist.javax.sip.address.TelephoneNumber
return true if the isdn subaddress exists.
hasKey() - Method in interface javax.sdp.Key
Determines if this attribute has an associated value.
hasLrParam() - Method in interface javax.sip.address.SipURI
Returns whether the the lr parameter is set.
hasLrParam() - Method in class gov.nist.javax.sip.address.SipUri
Returns whether the the lr parameter is set.
hasMoreChars() - Method in class gov.nist.core.StringTokenizer
 
hasNameValue(String) - Method in class gov.nist.core.NameValueList
Returns a boolean telling if this NameValueList has a record with this name
hasParameter(String) - Method in class gov.nist.javax.sip.address.SipUri
Boolean to check if a parameter of a given name exists.
hasParameter(String) - Method in class gov.nist.javax.sip.header.ParametersHeader
Return true if has a parameter.
hasParameter(String) - Method in class gov.nist.javax.sip.header.Challenge
boolean function
hasParameters() - Method in class gov.nist.javax.sip.header.ParametersHeader
Return true if you have a parameter and false otherwise.
hasParameters() - Method in class gov.nist.javax.sip.header.Challenge
Boolean function
hasParm(String) - Method in class gov.nist.javax.sip.address.TelephoneNumber
return true if this header has parameters.
hasPort() - Method in class gov.nist.javax.sip.header.Via
port of the Via Header.
hasPort() - Method in class gov.nist.core.HostPort
Returns boolean value indicating if Header has port
hasPostDial() - Method in class gov.nist.javax.sip.address.TelephoneNumber
returns true if th PostDial field exists
hasQValue() - Method in class gov.nist.javax.sip.header.AcceptLanguage
Return true if the q value has been set.
hasQValue() - Method in class gov.nist.javax.sip.header.Accept
Return true if the q value has been set.
hasReachedZero() - Method in class gov.nist.javax.sip.header.MaxForwards
Boolean function
hasTag() - Method in class gov.nist.javax.sip.header.To
Boolean function
hasTag() - Method in class gov.nist.javax.sip.header.From
Boolean function
hasTransport() - Method in class gov.nist.javax.sip.address.SipUri
Return true if the transport parameter is defined.
hasValue() - Method in interface javax.sdp.Attribute
Determines if this attribute has an associated value.
HAT - Static variable in interface gov.nist.javax.sip.parser.TokenTypes
 
HAT - Static variable in class gov.nist.core.LexerCore
 
Header - interface javax.sip.header.Header.
This interface is the super interface of all SIP headers supported explicitly by JAIN SIP.
HeaderAddress - interface javax.sip.header.HeaderAddress.
This interface represents methods for manipulating Address object values for any header that contains a Address value.
HeaderFactory - interface javax.sip.header.HeaderFactory.
This interface provides factory methods that allow an application to create Header object from a particular implementation of JAIN SIP.
HeaderFactoryImpl - class gov.nist.javax.sip.header.HeaderFactoryImpl.
Implementation of the JAIN SIP HeaderFactory
HeaderFactoryImpl() - Constructor for class gov.nist.javax.sip.header.HeaderFactoryImpl
Default constructor.
HeaderParser - class gov.nist.javax.sip.parser.HeaderParser.
Generic header parser class.
HIDDEN - Static variable in interface gov.nist.javax.sip.header.ParameterNames
 
HIDE - Static variable in interface gov.nist.javax.sip.parser.TokenTypes
 
Hop - interface javax.sip.address.Hop.
The Hop interface defines a location a request can transit on the way to its destination, i.e. a route.
HopImpl - class gov.nist.javax.sip.stack.HopImpl.
Routing algorithms return a list of hops to which the request is routed.
HopImpl(String) - Constructor for class gov.nist.javax.sip.stack.HopImpl
Creates new Hop
HopImpl(String, int, String) - Constructor for class gov.nist.javax.sip.stack.HopImpl
Create new hop given host, port and transport.
Host - class gov.nist.core.Host.
Stores hostname.
host() - Method in class gov.nist.core.HostNameParser
 
Host() - Constructor for class gov.nist.core.Host
default constructor
Host(String) - Constructor for class gov.nist.core.Host
Constructor given host name or IP address.
Host(String, int) - Constructor for class gov.nist.core.Host
constructor
HostNameParser - class gov.nist.core.HostNameParser.
Parser for host names.
HostNameParser(Lexer) - Constructor for class gov.nist.core.HostNameParser
The lexer is initialized with the buffer.
HostNameParser(String) - Constructor for class gov.nist.core.HostNameParser
 
HostPort - class gov.nist.core.HostPort.
Holds the hostname:port.
hostPort() - Method in class gov.nist.core.HostNameParser
 
HostPort() - Constructor for class gov.nist.core.HostPort
Default constructor
HT - Static variable in interface gov.nist.javax.sip.parser.TokenTypes
 
HT - Static variable in interface gov.nist.core.Separators
 
HT - Static variable in class gov.nist.core.LexerCore
 

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.