JAIN-SIP 2.0 API

Uses of Interface
javax.sip.header.ViaHeader

Packages that use ViaHeader
javax.sip This package contains the main interfaces that model the architecture from both an application developer and a stack vendor view. 
javax.sip.header

This package contains all the headers interfaces supported by this specification. 

javax.sip.message This package contains the interfaces representing SIP messages. 
 

Uses of ViaHeader in javax.sip
 

Methods in javax.sip that return ViaHeader
 ViaHeader ListeningPoint.createViaHeader()
          Create a Via header for this listening point.
 

Uses of ViaHeader in javax.sip.header
 

Methods in javax.sip.header that return ViaHeader
 ViaHeader HeaderFactory.createViaHeader(String host, int port, String transport, String branch)
          Creates a new ViaHeader based on the newly supplied uri and branch values.
 

Uses of ViaHeader in javax.sip.message
 

Methods in javax.sip.message that return ViaHeader
 ViaHeader Message.getTopmostViaHeader()
          Get the topmost Via header.
 


JAIN-SIP 2.0 API


See conditions of use.
Submit a bug report or feature request.