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

gov.nist.javax.sip.header
Interface ViaHeaderExt

All Superinterfaces:
Cloneable, Header, Parameters, Serializable, ViaHeader
All Known Implementing Classes:
Via

public interface ViaHeaderExt
extends ViaHeader

Author:
jean.deruelle@gmail.com

Field Summary
 
Fields inherited from interface javax.sip.header.ViaHeader
NAME
 
Method Summary
 String getSentByField()
          Returns hostname:port as a string equivalent to the "sent-by" field
 String getSentProtocolField()
          Returns transport to the "sent-protocol" field
 
Methods inherited from interface javax.sip.header.ViaHeader
equals, getBranch, getHost, getMAddr, getPort, getProtocol, getReceived, getRPort, getTransport, getTTL, setBranch, setHost, setMAddr, setPort, setProtocol, setReceived, setRPort, setTransport, setTTL
 
Methods inherited from interface javax.sip.header.Parameters
getParameter, getParameterNames, removeParameter, setParameter
 
Methods inherited from interface javax.sip.header.Header
clone, getName, hashCode, toString
 

Method Detail

getSentByField

String getSentByField()
Returns hostname:port as a string equivalent to the "sent-by" field

Returns:
"sent-by" field
Since:
2.0

getSentProtocolField

String getSentProtocolField()
Returns transport to the "sent-protocol" field

Returns:
"sent-protocol" field
Since:
2.0

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.