OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InReplyToHeader
(Results
1 - 8
of
8
) sorted by null
/external/nist-sip/java/javax/sip/header/
InReplyToHeader.java
3
public interface
InReplyToHeader
extends CallIdHeader {
HeaderFactory.java
87
InReplyToHeader
createInReplyToHeader(String callId) throws ParseException;
/external/nist-sip/java/gov/nist/javax/sip/header/
InReplyToList.java
33
* In-Reply-To SIP header. Keeps a list of
InReplyToHeader
57
super(InReplyTo.class,
InReplyToHeader
.NAME);
InReplyTo.java
44
public class InReplyTo extends SIPHeader implements
InReplyToHeader
{
68
* Sets the Call-Id of the
InReplyToHeader
. The CallId parameter uniquely
71
* @param callId - the string value of the Call-Id of this
InReplyToHeader
.
84
* Returns the Call-Id of
InReplyToHeader
. The CallId parameter uniquely
87
* @return the String value of the Call-Id of this
InReplyToHeader
SIPHeaderNames.java
47
public static final String IN_REPLY_TO =
InReplyToHeader
.NAME; //4
HeaderFactoryImpl.java
523
* Creates a new
InReplyToHeader
based on the newly supplied callId
529
* @return the newly created
InReplyToHeader
object.
532
public
InReplyToHeader
createInReplyToHeader(String callId)
[
all
...]
/external/nist-sip/java/gov/nist/javax/sip/parser/
ParserFactory.java
63
InReplyToHeader
.NAME.toLowerCase(),
Lexer.java
133
addKeyword(
InReplyToHeader
.NAME.toUpperCase(),
Completed in 532 milliseconds