Uses of Interface
org.lastbamboo.common.sip.stack.message.header.SipHeaderValue

Packages that use SipHeaderValue
org.lastbamboo.common.sip.stack.message   
org.lastbamboo.common.sip.stack.message.header   
 

Uses of SipHeaderValue in org.lastbamboo.common.sip.stack.message
 

Methods in org.lastbamboo.common.sip.stack.message that return types with arguments of type SipHeaderValue
 List<SipHeaderValue> SipMessage.getRouteSet()
          Accessor for the list of routes for this message.
 List<SipHeaderValue> DoubleCrlfKeepAlive.getRouteSet()
           
 List<SipHeaderValue> AbstractSipMessage.getRouteSet()
           
 

Methods in org.lastbamboo.common.sip.stack.message with parameters of type SipHeaderValue
static InetAddress SipMessageUtils.extractSentByFromVia(SipHeaderValue via)
          Extracts the sent-by host from a Via header.
 

Uses of SipHeaderValue in org.lastbamboo.common.sip.stack.message.header
 

Classes in org.lastbamboo.common.sip.stack.message.header that implement SipHeaderValue
 class SipHeaderValueImpl
          Class representing a single SIP header value.
 

Methods in org.lastbamboo.common.sip.stack.message.header that return SipHeaderValue
 SipHeaderValue SipHeaderImpl.getValue()
           
 SipHeaderValue SipHeader.getValue()
          Accessor for the header value.
 

Methods in org.lastbamboo.common.sip.stack.message.header that return types with arguments of type SipHeaderValue
 List<SipHeaderValue> SipHeaderImpl.getValues()
           
 List<SipHeaderValue> SipHeader.getValues()
          Accessor for the header values.
 

Methods in org.lastbamboo.common.sip.stack.message.header with parameters of type SipHeaderValue
 void SipHeaderImpl.addValue(SipHeaderValue headerValue)
           
 void SipHeader.addValue(SipHeaderValue headerValue)
          Adds the value of the specified header to the value for this header.
 

Constructors in org.lastbamboo.common.sip.stack.message.header with parameters of type SipHeaderValue
SipHeaderImpl(String headerName, SipHeaderValue headerValue)
          Creates a new SIP header with the specified name and value.
 

Constructor parameters in org.lastbamboo.common.sip.stack.message.header with type arguments of type SipHeaderValue
SipHeaderImpl(String headerName, List<SipHeaderValue> headerValues)
          Creates a new SIP header with the specified name and values.
 



Copyright © 2013 LittleShoot. All Rights Reserved.