Java android.net UrlQuerySanitizer fields, constructors, methods, implement or subclass

Example usage for Java android.net UrlQuerySanitizer fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.net UrlQuerySanitizer.

The text is from its open source code.

Constructor

UrlQuerySanitizer()
Constructs a UrlQuerySanitizer.
UrlQuerySanitizer(String url)
Constructs a UrlQuerySanitizer and parses a URL.

Method

ValueSanitizergetSpaceLegal()
Return a value sanitizer that does not allow any special characters except space (' ').
StringgetValue(String parameter)
Get the value for a parameter in the current sanitized query.
voidparseQuery(String query)
Parse a query.
voidparseUrl(String url)
Parse the query parameters out of an encoded URL.
voidregisterParameters(String[] parameters, ValueSanitizer valueSanitizer)
Register a value sanitizer for an array of parameters.
voidsetAllowUnregisteredParamaters(boolean allowUnregisteredParamaters)
Set whether or not unregistered parameters are allowed.