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

gov.nist.javax.sip.address
Interface SipURIExt

All Known Implementing Classes:
SipUri

public interface SipURIExt

URI Interface extensions that will be added to version 2.0 of the JSR 32 spec.

Since:
2.0
Author:
mranga

Method Summary
 boolean hasGrParam()
          Returns whether the gr parameter is set.
 void removeHeader(String headerName)
          Strip a specific header tacked to the URI.
 void removeHeaders()
          Strip the headers that are tacked to the URI.
 void setGrParam(String value)
          Sets the gr parameter.
 

Method Detail

removeHeaders

void removeHeaders()
Strip the headers that are tacked to the URI.

Since:
2.0

removeHeader

void removeHeader(String headerName)
Strip a specific header tacked to the URI.

Parameters:
headerName - -- the name of the header.
Since:
2.0

hasGrParam

boolean hasGrParam()
Returns whether the gr parameter is set.

Since:
2.0

setGrParam

void setGrParam(String value)
Sets the gr parameter.

Parameters:
value - -- the GRUU param value.
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.