HomeSort by relevance Sort by last modified time
    Searched refs:AllowEventsHeader (Results 1 - 8 of 8) sorted by null

  /external/nist-sip/java/javax/sip/header/
AllowEventsHeader.java 5 public interface AllowEventsHeader extends Header {
HeaderFactory.java 24 AllowEventsHeader createAllowEventsHeader(String eventType)
  /external/nist-sip/java/gov/nist/javax/sip/header/
AllowEvents.java 45 implements javax.sip.header.AllowEventsHeader {
70 * Sets the eventType defined in this AllowEventsHeader.
73 * in this AllowEventsHeader
86 * Gets the eventType of the AllowEventsHeader.
88 * @return the String object identifing the eventTypes of AllowEventsHeader.
AllowEventsList.java 62 super(AllowEvents.class, AllowEventsHeader.NAME);
66 * Gets an Iterator of all the methods of the AllowEventsHeader. Returns an empty
74 * AllowEventsHeader.
89 * Sets the methods supported defined by this AllowEventsHeader.
95 * in this AllowEventsHeader
SIPHeaderNames.java 108 public static final String ALLOW_EVENTS = AllowEventsHeader.NAME; //45
HeaderFactoryImpl.java 151 * Creates a new AllowEventsHeader based on the newly supplied event type
157 * @return the newly created AllowEventsHeader object.
160 public AllowEventsHeader createAllowEventsHeader(String eventType)
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/parser/
ParserFactory.java 223 AllowEventsHeader.NAME.toLowerCase(),
Lexer.java 116 addKeyword(AllowEventsHeader.NAME.toUpperCase(),

Completed in 129 milliseconds