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

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

Packages that use Via
gov.nist.javax.sip This is the root of the JAIN implementation of SIP. 
gov.nist.javax.sip.message Class definitions for SIP messages and message factory. 
gov.nist.javax.sip.stack This package implements the main protocol abstractions that are defined by the SIP RFC 3261. 
 

Uses of Via in gov.nist.javax.sip
 

Methods in gov.nist.javax.sip that return Via
 Via ListeningPointImpl.getViaHeader()
           
 

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

Methods in gov.nist.javax.sip.message that return Via
 Via SIPMessage.getTopmostVia()
          Get the topmost via header.
 

Methods in gov.nist.javax.sip.message with parameters of type Via
 SIPRequest SIPResponse.createRequest(SipUri requestURI, Via via, CSeq cseq, From from, To to)
          Generate a request from a response.
 

Method parameters in gov.nist.javax.sip.message with type arguments of type Via
 void SIPMessage.setHeader(SIPHeaderList<Via> sipHeaderList)
          Set the header given a list of headers.
 

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

Methods in gov.nist.javax.sip.stack that return Via
 Via SIPClientTransaction.getOutgoingViaHeader()
          get the via header for an outgoing request.
 Via MessageChannel.getViaHeader()
          Get the Via header for this transport.
 Via MessageProcessor.getViaHeader()
          Get the Via header to assign for this message processor.
 Via SIPTransaction.getViaHeader()
          Returns the Via header for this channel.
 


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.