Searched refs:allowEvents (Results 1 – 3 of 3) sorted by relevance
48 public AllowEventsParser(String allowEvents) { in AllowEventsParser() argument49 super(allowEvents); in AllowEventsParser()74 AllowEvents allowEvents = new AllowEvents(); in parse() local75 allowEvents.setHeaderName(SIPHeaderNames.ALLOW_EVENTS); in parse()80 allowEvents.setEventType(token.getTokenValue()); in parse()82 list.add(allowEvents); in parse()88 allowEvents = new AllowEvents(); in parse()91 allowEvents.setEventType(token.getTokenValue()); in parse()93 list.add(allowEvents); in parse()
82 AllowEvents allowEvents = (AllowEvents) li.next(); in getMethods() local83 ll.add(allowEvents.getEventType()); in getMethods()106 AllowEvents allowEvents = new AllowEvents(); in setMethods() local107 allowEvents.setEventType((String) it.next()); in setMethods()108 this.add(allowEvents); in setMethods()
164 AllowEvents allowEvents = new AllowEvents(); in createAllowEventsHeader() local165 allowEvents.setEventType(eventType); in createAllowEventsHeader()166 return allowEvents; in createAllowEventsHeader()