Invokes parser for content type header field.
AcceptContactHeader acceptContact = new AcceptContactHeader();
this.headerName(TokenTypes.ACCEPT_CONTACT);
// first symbol must be star (RFC 3841)
lexer.match(TokenTypes.STAR);
this.lexer.SPorHT();
super.parse(acceptContact);
this.lexer.match('\n");
return acceptContact;