File
Doc
Category
Size
Date
Package
UrlQuerySanitizer.java
API Doc
Android 5.1 API
5479
Sat Mar 14 14:09:36 GMT 2015
android.net
UrlQuerySanitizer
java.lang.Object
public class UrlQuerySanitizer extends Object
Fields Summary
Constructors Summary
public UrlQuerySanitizer
()
throw new RuntimeException("Stub!");
public UrlQuerySanitizer
(
String
url)
throw new RuntimeException("Stub!");
Methods Summary
protected void
addSanitizedEntry
(
java.lang.String
parameter,
java.lang.String
value)
throw new RuntimeException("Stub!");
protected void
clear
()
throw new RuntimeException("Stub!");
protected
int
decodeHexDigit
(
char
c)
throw new RuntimeException("Stub!");
public static final
android.net.UrlQuerySanitizer$ValueSanitizer
getAllButNulAndAngleBracketsLegal
()
throw new RuntimeException("Stub!");
public static final
android.net.UrlQuerySanitizer$ValueSanitizer
getAllButNulLegal
()
throw new RuntimeException("Stub!");
public static final
android.net.UrlQuerySanitizer$ValueSanitizer
getAllButWhitespaceLegal
()
throw new RuntimeException("Stub!");
public static final
android.net.UrlQuerySanitizer$ValueSanitizer
getAllIllegal
()
throw new RuntimeException("Stub!");
public
boolean
getAllowUnregisteredParamaters
()
throw new RuntimeException("Stub!");
public static final
android.net.UrlQuerySanitizer$ValueSanitizer
getAmpAndSpaceLegal
()
throw new RuntimeException("Stub!");
public static final
android.net.UrlQuerySanitizer$ValueSanitizer
getAmpLegal
()
throw new RuntimeException("Stub!");
public
android.net.UrlQuerySanitizer$ValueSanitizer
getEffectiveValueSanitizer
(
java.lang.String
parameter)
throw new RuntimeException("Stub!");
public
java.util.List
getParameterList
()
throw new RuntimeException("Stub!");
public
java.util.Set
getParameterSet
()
throw new RuntimeException("Stub!");
public
boolean
getPreferFirstRepeatedParameter
()
throw new RuntimeException("Stub!");
public static final
android.net.UrlQuerySanitizer$ValueSanitizer
getSpaceLegal
()
throw new RuntimeException("Stub!");
public
android.net.UrlQuerySanitizer$ValueSanitizer
getUnregisteredParameterValueSanitizer
()
throw new RuntimeException("Stub!");
public static final
android.net.UrlQuerySanitizer$ValueSanitizer
getUrlAndSpaceLegal
()
throw new RuntimeException("Stub!");
public static final
android.net.UrlQuerySanitizer$ValueSanitizer
getUrlLegal
()
throw new RuntimeException("Stub!");
public
java.lang.String
getValue
(
java.lang.String
parameter)
throw new RuntimeException("Stub!");
public
android.net.UrlQuerySanitizer$ValueSanitizer
getValueSanitizer
(
java.lang.String
parameter)
throw new RuntimeException("Stub!");
public
boolean
hasParameter
(
java.lang.String
parameter)
throw new RuntimeException("Stub!");
protected
boolean
isHexDigit
(
char
c)
throw new RuntimeException("Stub!");
protected void
parseEntry
(
java.lang.String
parameter,
java.lang.String
value)
throw new RuntimeException("Stub!");
public void
parseQuery
(
java.lang.String
query)
throw new RuntimeException("Stub!");
public void
parseUrl
(
java.lang.String
url)
throw new RuntimeException("Stub!");
public void
registerParameter
(
java.lang.String
parameter,
android.net.UrlQuerySanitizer$ValueSanitizer
valueSanitizer)
throw new RuntimeException("Stub!");
public void
registerParameters
(
java.lang.String[]
parameters,
android.net.UrlQuerySanitizer$ValueSanitizer
valueSanitizer)
throw new RuntimeException("Stub!");
public void
setAllowUnregisteredParamaters
(
boolean
allowUnregisteredParamaters)
throw new RuntimeException("Stub!");
public void
setPreferFirstRepeatedParameter
(
boolean
preferFirstRepeatedParameter)
throw new RuntimeException("Stub!");
public void
setUnregisteredParameterValueSanitizer
(
android.net.UrlQuerySanitizer$ValueSanitizer
sanitizer)
throw new RuntimeException("Stub!");
public
java.lang.String
unescape
(
java.lang.String
string)
throw new RuntimeException("Stub!");
Java Code Source