Searched defs:parse (Results 26 - 50 of 348) sorted by relevance

1234567891011>>

/external/nist-sip/java/gov/nist/javax/sip/parser/
H A DAllowParser.java45 * @param allow the header to parse
53 * @param lexer the lexer to use to parse the header
60 * parse the Allow String header
64 public SIPHeader parse() throws ParseException { method in class:AllowParser
67 dbg_enter("AllowParser.parse");
101 dbg_leave("AllowParser.parse");
H A DAuthenticationInfoParser.java45 * @param authenticationInfo the header to parse
53 * @param lexer the lexer to use to parse the header
60 * parse the AuthenticationInfo String header
64 public SIPHeader parse() throws ParseException { method in class:AuthenticationInfoParser
67 dbg_enter("AuthenticationInfoParser.parse");
95 dbg_leave("AuthenticationInfoParser.parse");
H A DAuthorizationParser.java45 * @param authorization Authorization message to parse
60 * parse the String message
64 public SIPHeader parse() throws ParseException { method in class:AuthorizationParser
65 dbg_enter("parse");
69 super.parse(auth);
72 dbg_leave("parse");
H A DCSeqParser.java55 public SIPHeader parse() throws ParseException { method in class:CSeqParser
H A DCallIDParser.java43 * @param callID message to parse
58 * parse the String message
62 public SIPHeader parse() throws ParseException { method in class:CallIDParser
64 dbg_enter("parse");
79 dbg_leave("parse");
H A DCallInfoParser.java45 * @param callInfo the header to parse
53 * @param lexer the lexer to use to parse the header
60 * parse the CallInfo String header
64 public SIPHeader parse() throws ParseException { method in class:CallInfoParser
66 if (debug) dbg_enter("CallInfoParser.parse");
84 super.parse(callInfo);
101 super.parse(callInfo);
109 if (debug) dbg_leave("CallInfoParser.parse");
H A DContactParser.java54 public SIPHeader parse() throws ParseException { method in class:ContactParser
66 super.parse(contact);
69 super.parse(contact);
H A DContentDispositionParser.java46 * @param contentDisposition the header to parse
54 * @param lexer the lexer to use to parse the header
61 * parse the ContentDispositionHeader String header
65 public SIPHeader parse() throws ParseException { method in class:ContentDispositionParser
68 dbg_enter("ContentDispositionParser.parse");
82 super.parse(cd);
92 dbg_leave("ContentDispositionParser.parse");
H A DContentEncodingParser.java48 * @param contentEncoding the header to parse
56 * @param lexer the lexer to use to parse the header
63 * parse the ContentEncodingHeader String header
67 public SIPHeader parse() throws ParseException { method in class:ContentEncodingParser
70 dbg_enter("ContentEncodingParser.parse");
107 dbg_leave("ContentEncodingParser.parse");
H A DContentLanguageParser.java46 * @param contentLanguage the header to parse
54 * @param lexer the lexer to use to parse the header
61 * parse the ContentLanguageHeader String header
65 public SIPHeader parse() throws ParseException { method in class:ContentLanguageParser
68 dbg_enter("ContentLanguageParser.parse");
100 dbg_leave("ContentLanguageParser.parse");
H A DContentLengthParser.java52 public SIPHeader parse() throws ParseException { method in class:ContentLengthParser
H A DContentTypeParser.java56 public SIPHeader parse() throws ParseException { method in class:ContentTypeParser
60 dbg_enter("ContentTypeParser.parse");
77 super.parse(contentType);
81 dbg_leave("ContentTypeParser.parse");
H A DDateParser.java41 * @param date message to parse to set
56 public SIPHeader parse() throws ParseException { method in class:DateParser
58 dbg_enter("DateParser.parse");
77 dbg_leave("DateParser.parse");
H A DErrorInfoParser.java46 * @param errorInfo the header to parse
54 * @param lexer the lexer to use to parse the header
61 * parse the ErrorInfo String header
65 public SIPHeader parse() throws ParseException { method in class:ErrorInfoParser
68 dbg_enter("ErrorInfoParser.parse");
87 super.parse(errorInfo);
99 dbg_leave("ErrorInfoParser.parse");
H A DEventParser.java46 * @param event the header to parse
54 * @param lexer the lexer to use to parse the header
61 * parse the String message
65 public SIPHeader parse() throws ParseException { method in class:EventParser
68 dbg_enter("EventParser.parse");
80 super.parse(event);
91 dbg_leave("EventParser.parse");
H A DExpiresParser.java46 * @param text is the text of the header to parse
63 public SIPHeader parse() throws ParseException { method in class:ExpiresParser
66 dbg_enter("parse");
85 dbg_leave("parse");
H A DFromParser.java51 public SIPHeader parse() throws ParseException { method in class:FromParser
59 super.parse(from);
H A DInReplyToParser.java46 * @param inReplyTo the header to parse
54 * @param lexer the lexer to use to parse the header
61 * parse the String message
65 public SIPHeader parse() throws ParseException { method in class:InReplyToParser
68 dbg_enter("InReplyToParser.parse");
121 dbg_leave("InReplyToParser.parse");
H A DMaxForwardsParser.java51 public SIPHeader parse() throws ParseException { method in class:MaxForwardsParser
H A DMimeVersionParser.java46 * @param mimeVersion the header to parse
54 * @param lexer the lexer to use to parse the header
61 * parse the String message
65 public SIPHeader parse() throws ParseException { method in class:MimeVersionParser
68 dbg_enter("MimeVersionParser.parse");
92 dbg_leave("MimeVersionParser.parse");
H A DMinExpiresParser.java48 * @param minExpires the header to parse
56 * @param lexer the lexer to use to parse the header
63 * parse the String message
67 public SIPHeader parse() throws ParseException { method in class:MinExpiresParser
69 dbg_enter("MinExpiresParser.parse");
89 dbg_leave("MinExpiresParser.parse");
H A DOrganizationParser.java44 * @param organization the header to parse
52 * @param lexer the lexer to use to parse the header
59 * parse the String header
63 public SIPHeader parse() throws ParseException { method in class:OrganizationParser
66 dbg_enter("OrganizationParser.parse");
81 dbg_leave("OrganizationParser.parse");
H A DProxyAuthenticateParser.java44 * @param proxyAuthenticate message to parse
59 * parse the String message
63 public SIPHeader parse() throws ParseException { method in class:ProxyAuthenticateParser
66 super.parse(proxyAuthenticate);
84 ProxyAuthenticate pa= (ProxyAuthenticate) pap.parse();
H A DProxyAuthorizationParser.java45 * @param proxyAuthorization -- header to parse
60 * parse the String message
64 public SIPHeader parse() throws ParseException { method in class:ProxyAuthorizationParser
67 super.parse(proxyAuth);
86 ProxyAuthorization pa= (ProxyAuthorization) pap.parse();
91 pap.parse();
H A DProxyRequireParser.java45 * @param require the header to parse
53 * @param lexer the lexer to use to parse the header
60 * parse the String message
64 public SIPHeader parse() throws ParseException { method in class:ProxyRequireParser
67 dbg_enter("ProxyRequireParser.parse");
102 dbg_leave("ProxyRequireParser.parse");
118 ProxyRequireList rl= (ProxyRequireList) parser.parse();

Completed in 186 milliseconds

1234567891011>>