NIST-SIP: The Reference Implementation for JAIN-SIP 1.2

Uses of Class
gov.nist.javax.sip.header.StatusLine

Packages that use StatusLine
gov.nist.javax.sip.message Class definitions for SIP messages and message factory. 
gov.nist.javax.sip.parser Parsers for SIP Headers, URL's and addresses. 
 

Uses of StatusLine in gov.nist.javax.sip.message
 

Methods in gov.nist.javax.sip.message that return StatusLine
 StatusLine SIPResponse.getStatusLine()
          Get the status line of the response.
 

Methods in gov.nist.javax.sip.message with parameters of type StatusLine
 void SIPResponse.setStatusLine(StatusLine sl)
          Set the status line field.
 

Uses of StatusLine in gov.nist.javax.sip.parser
 

Methods in gov.nist.javax.sip.parser that return StatusLine
 StatusLine StatusLineParser.parse()
           
 StatusLine StringMsgParser.parseSIPStatusLine(String statusLine)
          Parse the SIP Response message status line
 


NIST-SIP: The Reference Implementation for JAIN-SIP 1.2

A product of the NIST/ITL Advanced Networking Technologies Division.
See conditions of use.
Submit a bug report or feature request.