* a HTTP message header. This delegates parsing of headers if
* they represent special headers, like content type or cookies.
*/
public SegmentConsumer() {
this.language = new LanguageParser();
this.cookies = new CookieParser();
this.header = new Message();
this.length = -1;
}