OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PARAMETER_SEPARATOR
(Results
1 - 2
of
2
) sorted by null
/external/apache-http/src/org/apache/http/client/utils/
URLEncodedUtils.java
55
private static final String
PARAMETER_SEPARATOR
= "&";
135
scanner.useDelimiter(
PARAMETER_SEPARATOR
);
165
result.append(
PARAMETER_SEPARATOR
);
/prebuilt/common/http-client/
httpclient-4.1.1.jar
Completed in 1059 milliseconds