Home | History | Annotate | Download | only in header

Lines Matching refs:headerName

45     protected String headerName;
54 headerName = hname;
67 return headerName;
72 *@return String headerName
76 return this.headerName;
84 headerName = hdrname;
89 * the headerName:
122 buffer.append(this.headerName).append(COLON).append(SP);
128 /** Encode the body of this header (the stuff that follows headerName).
151 return this.headerName.hashCode();