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

gov.nist.javax.sip.header
Interface HeaderExt

All Superinterfaces:
Cloneable, Header, Serializable
All Known Implementing Classes:
Accept, AcceptEncoding, AcceptEncodingList, AcceptLanguage, AcceptLanguageList, AcceptList, AddressHeaderIms, AddressParametersHeader, AlertInfo, AlertInfoList, Allow, AllowEvents, AllowEventsList, AllowList, AuthenticationHeader, AuthenticationInfo, AuthenticationInfoList, Authorization, AuthorizationList, CallID, CallInfo, CallInfoList, Contact, ContactList, ContentDisposition, ContentEncoding, ContentEncodingList, ContentLanguage, ContentLanguageList, ContentLength, ContentType, CSeq, ErrorInfo, ErrorInfoList, Event, Expires, ExtensionHeaderImpl, ExtensionHeaderList, From, InReplyTo, InReplyToList, Join, MaxForwards, MimeVersion, MinExpires, MinSE, Organization, PAccessNetworkInfo, ParametersHeader, PAssertedIdentity, PAssertedIdentityList, PAssertedService, PAssociatedURI, PAssociatedURIList, Path, PathList, PCalledPartyID, PChargingFunctionAddresses, PChargingVector, PMediaAuthorization, PMediaAuthorizationList, PPreferredIdentity, PPreferredService, PProfileKey, Priority, Privacy, PrivacyList, ProxyAuthenticate, ProxyAuthenticateList, ProxyAuthorization, ProxyAuthorizationList, ProxyRequire, ProxyRequireList, PServedUser, PUserDatabase, PVisitedNetworkID, PVisitedNetworkIDList, RAck, Reason, ReasonList, RecordRoute, RecordRouteList, ReferredBy, ReferTo, Replaces, ReplyTo, Require, RequireList, RetryAfter, Route, RouteList, RSeq, SecurityAgree, SecurityClient, SecurityClientList, SecurityServer, SecurityServerList, SecurityVerify, SecurityVerifyList, Server, ServiceRoute, ServiceRouteList, SessionExpires, SIPDateHeader, SIPETag, SIPHeader, SIPHeaderList, SIPIfMatch, Subject, SubscriptionState, Supported, SupportedList, TimeStamp, To, Unsupported, UnsupportedList, UserAgent, Via, ViaList, Warning, WarningList, WWWAuthenticate, WWWAuthenticateList

public interface HeaderExt
extends Header

Extensions to the Header interface supported by the implementation and will be included in the next spec release.

Author:
jean.deruelle@gmail.com

Method Summary
 String getValue()
          Gets the header value (i.e. what follows the name:) as a string
 
Methods inherited from interface javax.sip.header.Header
clone, equals, getName, hashCode, toString
 

Method Detail

getValue

String getValue()
Gets the header value (i.e. what follows the name:) as a string

Returns:
the header value (i.e. what follows the name:)
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.