NIST SIP Parser and Stack (v1.2) API

Uses of Class
gov.nist.javax.sip.address.AddressImpl

Packages that use AddressImpl
gov.nist.javax.sip.header Contains implementations of the SIP headers as defined in JAIN-SIP 1.1 and an implementation of the JAIN-SIP header factory. 
gov.nist.javax.sip.parser Parsers for SIP Headers, URL's and addresses. 
gov.nist.javax.sip.stack This package contains the classes for building a SIP stack.  
 

Uses of AddressImpl in gov.nist.javax.sip.header
 

Constructors in gov.nist.javax.sip.header with parameters of type AddressImpl
Route(AddressImpl address)
          Default constructor given an address.
ReplyTo(AddressImpl address)
          Default constructor given an address.
RecordRoute(AddressImpl address)
          constructor
 

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

Methods in gov.nist.javax.sip.parser that return AddressImpl
 AddressImpl StringMsgParser.parseAddress(String address)
          Parse an address (nameaddr or address spec) and return and address structure.
 AddressImpl AddressParser.address()
           
 

Uses of AddressImpl in gov.nist.javax.sip.stack
 

Methods in gov.nist.javax.sip.stack with parameters of type AddressImpl
static void IOHandler.sendRequest(AddressImpl addr, String request)
          Forward a given request to the address given.
 


NIST SIP Parser and Stack (v1.2) API

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.