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

gov.nist.javax.sip.header
Interface ViaHeaderExt

All Known Implementing Classes:
Via

public interface ViaHeaderExt

Author:
jean.deruelle@gmail.com

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
 

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.