Home | History | Annotate | Download | only in header

Lines Matching refs:headerName

60         return this.headerName;
78 this.headerName = hname;
156 buffer.append(headerName).append(':').append(Separators.NEWLINE);
161 if (this.headerName.equals(SIPHeaderNames.WWW_AUTHENTICATE)
162 || this.headerName.equals(SIPHeaderNames.PROXY_AUTHENTICATE)
163 || this.headerName.equals(SIPHeaderNames.AUTHORIZATION)
164 || this.headerName.equals(SIPHeaderNames.PROXY_AUTHORIZATION)
166 (this.headerName.equals(SIPHeaderNames.VIA) || this.headerName.equals(SIPHeaderNames.ROUTE) || this.headerName.equals(SIPHeaderNames.RECORD_ROUTE))) // Less confusing to read
176 buffer.append(headerName).append(Separators.COLON).append(Separators.SP);
454 retval.headerName = this.headerName;
490 * Encode the body of this header (the stuff that follows headerName). A.K.A
507 if (!this.headerName.equals(PrivacyHeader.NAME))
644 return this.headerName.hashCode();