Home | History | Annotate | Download | only in parser

Lines Matching refs:allowEvents

33  * Parser for AllowEvents header.
46 * @param allowEvents the header to parse
48 public AllowEventsParser(String allowEvents) {
49 super(allowEvents);
61 * parse the AllowEvents String header
74 AllowEvents allowEvents = new AllowEvents();
75 allowEvents.setHeaderName(SIPHeaderNames.ALLOW_EVENTS);
80 allowEvents.setEventType(token.getTokenValue());
82 list.add(allowEvents);
88 allowEvents = new AllowEvents();
91 allowEvents.setEventType(token.getTokenValue());
93 list.add(allowEvents);