Searched refs:SUBSCRIBE (Results 1 - 14 of 14) sorted by relevance

/external/smack/src/org/jivesoftware/smackx/pubsub/
H A DSubscribeExtension.java27 super(PubSubElementType.SUBSCRIBE);
33 super(PubSubElementType.SUBSCRIBE, nodeId);
H A DPubSubElementType.java44 SUBSCRIBE("subscribe", PubSubNamespace.BASIC), enum constant in enum:PubSubElementType
/external/nist-sip/java/javax/sip/message/
H A DRequest.java20 String SUBSCRIBE = "SUBSCRIBE"; field in interface:Request
/external/nist-sip/java/gov/nist/javax/sip/parser/
H A DTokenNames.java48 public static final String SUBSCRIBE = Request.SUBSCRIBE; field in interface:TokenNames
H A DParser.java88 || token.getTokenType() == SUBSCRIBE
H A DTokenTypes.java90 public static final int SUBSCRIBE = START + 53; field in interface:TokenTypes
H A DLexer.java106 addKeyword(TokenNames.SUBSCRIBE, TokenTypes.SUBSCRIBE);
/external/nist-sip/java/gov/nist/javax/sip/message/
H A DSIPRequest.java93 * Set of target refresh methods, currently: INVITE, UPDATE, SUBSCRIBE, NOTIFY, REFER
112 targetRefreshMethods.add(Request.SUBSCRIBE);
129 putName(Request.SUBSCRIBE);
277 || requestLine.getMethod().equals(Request.SUBSCRIBE)
304 Request.SUBSCRIBE))) {
/external/nist-sip/java/gov/nist/javax/sip/stack/
H A DSIPDialog.java1375 * @param subscribeTx - the transaction started with the SUBSCRIBE that we sent
1377 * @return -- a new dialog created from the subscribe original SUBSCRIBE transaction.
1491 if (sipRequest.getMethod().equals(Request.SUBSCRIBE))
1961 if (method.equals(Request.SUBSCRIBE)) {
2085 if (!this.getMethod().equals(Request.SUBSCRIBE))
2086 throw new SipException("Trying to send NOTIFY without SUBSCRIBE Dialog!");
2387 // SUBSCRIBE,
2693 && (this.getMethod().equals(Request.SUBSCRIBE) || this.getMethod().equals(
2746 .equals(Request.SUBSCRIBE))) {
2769 || cseqMethod.equals(Request.SUBSCRIBE) || cseqMetho
[all...]
H A DSIPClientTransaction.java905 if (getMethod().equals(Request.SUBSCRIBE)
908 * If no "Expires" header is present in a SUBSCRIBE request, the implied default is
1401 || (method.equals(Request.SUBSCRIBE)
H A DSIPTransactionStack.java416 dialogCreatingMethods.add(Request.SUBSCRIBE);
775 * Find a matching client SUBSCRIBE to the incoming notify. NOTIFY requests are matched to
776 * such SUBSCRIBE requests if they contain the same "Call-ID", a "To" header "tag" parameter
777 * which matches the "From" header "tag" parameter of the SUBSCRIBE, and the same "Event"
808 if (!ct.getMethod().equals(Request.SUBSCRIBE))
H A DSIPServerTransaction.java1253 * 200-class responses to SUBSCRIBE requests also MUST contain an "Expires" header. The
1257 if (this.getMethod().equals(Request.SUBSCRIBE) && response.getStatusCode() / 100 == 2) {
1260 throw new SipException("Expires header is mandatory in 2xx response of SUBSCRIBE");
1265 * If no "Expires" header is present in a SUBSCRIBE request, the implied default
/external/nist-sip/java/gov/nist/javax/sip/
H A DSipStackImpl.java673 || em.equalsIgnoreCase(Request.SUBSCRIBE)
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.osgi.services_3.2.100.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 238 milliseconds