public class InterceptingURLStreamHandlerFactory extends Object implements URLStreamHandlerFactory
| Constructor and Description |
|---|
InterceptingURLStreamHandlerFactory() |
| Modifier and Type | Method and Description |
|---|---|
static void |
clearInterceptingURLStreamHandlerFactory() |
URLStreamHandler |
createURLStreamHandler(String protocol) |
static void |
registerInterceptingURLStreamHandlerFactory()
In order to sniff internal WebView traffic for REST Discovery purposes.
|
public URLStreamHandler createURLStreamHandler(String protocol)
createURLStreamHandler in interface URLStreamHandlerFactorypublic static void registerInterceptingURLStreamHandlerFactory()
public static void clearInterceptingURLStreamHandlerFactory()
Copyright © 2019. All rights reserved.