FileDocCategorySizeDatePackage
UrlQuerySanitizer.javaAPI DocAndroid 5.1 API5479Sat Mar 14 14:09:36 GMT 2015android.net

UrlQuerySanitizer

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 voidaddSanitizedEntry(java.lang.String parameter, java.lang.String value)

 throw new RuntimeException("Stub!"); 
protected voidclear()

 throw new RuntimeException("Stub!"); 
protected intdecodeHexDigit(char c)

 throw new RuntimeException("Stub!"); 
public static final android.net.UrlQuerySanitizer$ValueSanitizergetAllButNulAndAngleBracketsLegal()

 throw new RuntimeException("Stub!"); 
public static final android.net.UrlQuerySanitizer$ValueSanitizergetAllButNulLegal()

 throw new RuntimeException("Stub!"); 
public static final android.net.UrlQuerySanitizer$ValueSanitizergetAllButWhitespaceLegal()

 throw new RuntimeException("Stub!"); 
public static final android.net.UrlQuerySanitizer$ValueSanitizergetAllIllegal()

 throw new RuntimeException("Stub!"); 
public booleangetAllowUnregisteredParamaters()

 throw new RuntimeException("Stub!"); 
public static final android.net.UrlQuerySanitizer$ValueSanitizergetAmpAndSpaceLegal()

 throw new RuntimeException("Stub!"); 
public static final android.net.UrlQuerySanitizer$ValueSanitizergetAmpLegal()

 throw new RuntimeException("Stub!"); 
public android.net.UrlQuerySanitizer$ValueSanitizergetEffectiveValueSanitizer(java.lang.String parameter)

 throw new RuntimeException("Stub!"); 
public java.util.ListgetParameterList()

 throw new RuntimeException("Stub!"); 
public java.util.SetgetParameterSet()

 throw new RuntimeException("Stub!"); 
public booleangetPreferFirstRepeatedParameter()

 throw new RuntimeException("Stub!"); 
public static final android.net.UrlQuerySanitizer$ValueSanitizergetSpaceLegal()

 throw new RuntimeException("Stub!"); 
public android.net.UrlQuerySanitizer$ValueSanitizergetUnregisteredParameterValueSanitizer()

 throw new RuntimeException("Stub!"); 
public static final android.net.UrlQuerySanitizer$ValueSanitizergetUrlAndSpaceLegal()

 throw new RuntimeException("Stub!"); 
public static final android.net.UrlQuerySanitizer$ValueSanitizergetUrlLegal()

 throw new RuntimeException("Stub!"); 
public java.lang.StringgetValue(java.lang.String parameter)

 throw new RuntimeException("Stub!"); 
public android.net.UrlQuerySanitizer$ValueSanitizergetValueSanitizer(java.lang.String parameter)

 throw new RuntimeException("Stub!"); 
public booleanhasParameter(java.lang.String parameter)

 throw new RuntimeException("Stub!"); 
protected booleanisHexDigit(char c)

 throw new RuntimeException("Stub!"); 
protected voidparseEntry(java.lang.String parameter, java.lang.String value)

 throw new RuntimeException("Stub!"); 
public voidparseQuery(java.lang.String query)

 throw new RuntimeException("Stub!"); 
public voidparseUrl(java.lang.String url)

 throw new RuntimeException("Stub!"); 
public voidregisterParameter(java.lang.String parameter, android.net.UrlQuerySanitizer$ValueSanitizer valueSanitizer)

 throw new RuntimeException("Stub!"); 
public voidregisterParameters(java.lang.String[] parameters, android.net.UrlQuerySanitizer$ValueSanitizer valueSanitizer)

 throw new RuntimeException("Stub!"); 
public voidsetAllowUnregisteredParamaters(boolean allowUnregisteredParamaters)

 throw new RuntimeException("Stub!"); 
public voidsetPreferFirstRepeatedParameter(boolean preferFirstRepeatedParameter)

 throw new RuntimeException("Stub!"); 
public voidsetUnregisteredParameterValueSanitizer(android.net.UrlQuerySanitizer$ValueSanitizer sanitizer)

 throw new RuntimeException("Stub!"); 
public java.lang.Stringunescape(java.lang.String string)

 throw new RuntimeException("Stub!");