JAIN-SIP 2.0 API

Uses of Interface
javax.sip.header.UserAgentHeader

Packages that use UserAgentHeader
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 UserAgentHeader in javax.sip.header
 

Methods in javax.sip.header that return UserAgentHeader
 UserAgentHeader HeaderFactory.createUserAgentHeader(List product)
          Creates a new UserAgentHeader based on the newly supplied List of product values.
 

Uses of UserAgentHeader in javax.sip.message
 

Methods in javax.sip.message with parameters of type UserAgentHeader
 void MessageFactory.setDefaultUserAgentHeader(UserAgentHeader userAgent)
          Set the common UserAgent header for all Requests created from this message factory.
 


JAIN-SIP 2.0 API


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