Interceptor for non-HttpURLConnection filtering.public interface URLFilter
| Modifier and Type | Method and Description |
|---|---|
void |
checkURLPermitted(URL url)
Deprecated.
Check whether request to the provided URL is permitted to be issued.
|
void checkURLPermitted(URL url) throws IOException
IOException - if the request to the provided URL is not permitted.Copyright © 2017. All Rights Reserved.