Uses of Interface
java.net.URLStreamHandlerFactory
| Package | Description |
|---|---|
| com.squareup.okhttp | |
| java.net |
-
Uses of URLStreamHandlerFactory in com.squareup.okhttp
Classes in com.squareup.okhttp that implement URLStreamHandlerFactory Modifier and Type Class Description classOkHttpClientConfigures and creates HTTP connections. -
Uses of URLStreamHandlerFactory in java.net
Methods in java.net with parameters of type URLStreamHandlerFactory Modifier and Type Method Description static voidURL. setURLStreamHandlerFactory(URLStreamHandlerFactory factory)Sets the stream handler factory for this VM.Constructors in java.net with parameters of type URLStreamHandlerFactory Constructor Description URLClassLoader(URL[] searchUrls, ClassLoader parent, URLStreamHandlerFactory factory)Constructs a newURLClassLoaderinstance.