OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ParseException
(Results
26 - 50
of
354
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/nist-sip/java/javax/sip/header/
EventHeader.java
3
import java.text.
ParseException
;
9
void setEventId(String eventId) throws
ParseException
;
12
void setEventType(String eventType) throws
ParseException
;
ReasonHeader.java
3
import java.text.
ParseException
;
13
void setProtocol(String protocol) throws
ParseException
;
16
void setText(String text) throws
ParseException
;
ViaHeader.java
3
import java.text.
ParseException
;
10
void setBranch(String branch) throws
ParseException
;
13
void setHost(String host) throws
ParseException
;
16
void setMAddr(String mAddr) throws
ParseException
;
22
void setProtocol(String protocol) throws
ParseException
;
25
void setReceived(String received) throws
ParseException
;
31
void setTransport(String transport) throws
ParseException
;
HeaderFactory.java
3
import java.text.
ParseException
;
15
throws
ParseException
;
18
throws
ParseException
;
25
throws
ParseException
;
27
AllowHeader createAllowHeader(String method) throws
ParseException
;
30
throws
ParseException
;
33
throws
ParseException
;
35
CallIdHeader createCallIdHeader(String callId) throws
ParseException
;
44
String contentDispositionType) throws
ParseException
;
47
throws
ParseException
;
[
all
...]
WarningHeader.java
3
import java.text.
ParseException
;
23
void setAgent(String agent) throws
ParseException
;
29
void setText(String text) throws
ParseException
;
ErrorInfoHeader.java
3
import java.text.
ParseException
;
13
void setErrorMessage(String errorMessage) throws
ParseException
;
FromHeader.java
3
import java.text.
ParseException
;
9
void setTag(String tag) throws
ParseException
;
Parameters.java
3
import java.text.
ParseException
;
8
void setParameter(String name, String value) throws
ParseException
;
PriorityHeader.java
3
import java.text.
ParseException
;
14
void setPriority(String priority) throws
ParseException
;
RetryAfterHeader.java
3
import java.text.
ParseException
;
10
void setComment(String comment) throws
ParseException
;
ServerHeader.java
3
import java.text.
ParseException
;
11
void setProduct(List product) throws
ParseException
;
ToHeader.java
3
import java.text.
ParseException
;
9
void setTag(String tag) throws
ParseException
;
UserAgentHeader.java
3
import java.text.
ParseException
;
11
void setProduct(List product) throws
ParseException
;
/external/apache-http/src/org/apache/http/message/
HeaderValueParser.java
37
import org.apache.http.
ParseException
;
94
* @throws
ParseException
in case of a parse error
98
ParserCursor cursor) throws
ParseException
;
111
* @throws
ParseException
in case of a parse error
115
ParserCursor cursor) throws
ParseException
;
197
* @throws
ParseException
in case of a parse error
201
ParserCursor cursor) throws
ParseException
;
216
ParserCursor cursor) throws
ParseException
;
LineParser.java
36
import org.apache.http.
ParseException
;
78
* @throws
ParseException
in case of a parse error
82
ParserCursor cursor) throws
ParseException
;
118
* @throws
ParseException
in case of a parse error
122
ParserCursor cursor) throws
ParseException
;
134
* @throws
ParseException
in case of a parse error
138
ParserCursor cursor) throws
ParseException
;
154
* @throws
ParseException
in case of a parse error
157
throws
ParseException
/external/nist-sip/java/gov/nist/javax/sip/header/ims/
PChargingVectorHeader.java
34
import java.text.
ParseException
;
117
* @throws
ParseException
119
public void setICID(String icid) throws
ParseException
;
130
* @throws
ParseException
-- if bad host value.
132
public void setICIDGeneratedAt(String host) throws
ParseException
;
144
* @throws
ParseException
147
public void setOriginatingIOI(String origIOI) throws
ParseException
;
158
* @throws
ParseException
160
public void setTerminatingIOI(String termIOI) throws
ParseException
;
PChargingFunctionAddressesHeader.java
37
import java.text.
ParseException
;
93
* @throws
ParseException
95
public void setChargingCollectionFunctionAddress(String ccfAddress) throws
ParseException
;
100
* @throws
ParseException
102
public void addChargingCollectionFunctionAddress(String ccfAddress) throws
ParseException
;
107
* @throws
ParseException
if the address was not removed
109
public void removeChargingCollectionFunctionAddress(String ccfAddress) throws
ParseException
;
120
* @throws
ParseException
122
public void setEventChargingFunctionAddress(String ecfAddress)throws
ParseException
;
127
* @throws
ParseException
[
all
...]
SecurityAgreeHeader.java
32
import java.text.
ParseException
;
57
public void setSecurityMechanism(String secMech) throws
ParseException
;
62
* @throws
ParseException
64
public void setEncryptionAlgorithm(String ealg) throws
ParseException
;
69
* @throws
ParseException
71
public void setAlgorithm(String alg) throws
ParseException
;
76
* @throws
ParseException
78
public void setProtocol(String prot) throws
ParseException
;
83
* @throws
ParseException
85
public void setMode(String mod) throws
ParseException
;
[
all
...]
WWWAuthenticateHeaderIms.java
32
import java.text.
ParseException
;
63
public void setIK(String ik) throws
ParseException
;
67
public void setCK(String ck) throws
ParseException
;
AuthorizationHeaderIms.java
33
import java.text.
ParseException
;
60
* @throws
ParseException
62
public void setIntegrityProtected(String integrityProtected) throws InvalidArgumentException,
ParseException
;
PrivacyHeader.java
35
import java.text.
ParseException
;
69
public void setPrivacy(String privacy) throws
ParseException
;
/external/apache-http/src/org/apache/http/
Header.java
67
HeaderElement[] getElements() throws
ParseException
;
/external/nist-sip/java/gov/nist/javax/sip/header/
SIPETag.java
30
import java.text.
ParseException
;
57
public SIPETag( String tag ) throws
ParseException
{
83
public void setETag(String etag) throws
ParseException
{
97
public void setValue(String value) throws
ParseException
{
SIPIfMatch.java
30
import java.text.
ParseException
;
57
public SIPIfMatch(String etag) throws
ParseException
{
82
public void setETag(String etag) throws
ParseException
{
94
public void setValue(String value) throws
ParseException
{
/external/jsilver/src/com/google/streamhtmlparser/
Parser.java
42
* @throws
ParseException
if an unrecoverable error occurred during parsing
44
void parse(char input) throws
ParseException
;
51
* @throws
ParseException
if an unrecoverable error occurred during parsing
53
void parse(String input) throws
ParseException
;
Completed in 517 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>