Uses of Class
java.net.URLStreamHandler
| Package | Description |
|---|---|
| com.squareup.okhttp | |
| java.net | |
| libcore.net.url |
-
Uses of URLStreamHandler in com.squareup.okhttp
Subclasses of URLStreamHandler in com.squareup.okhttp Modifier and Type Class Description classHttpHandlerclassHttpsHandlerMethods in com.squareup.okhttp that return URLStreamHandler Modifier and Type Method Description URLStreamHandlerOkHttpClient. createURLStreamHandler(String protocol)Creates a URLStreamHandler as aURL.setURLStreamHandlerFactory(java.net.URLStreamHandlerFactory). -
Uses of URLStreamHandler in java.net
Methods in java.net that return URLStreamHandler Modifier and Type Method Description URLStreamHandlerURLStreamHandlerFactory. createURLStreamHandler(String protocol)Creates a newURLStreamHandlerinstance for the givenprotocol.Constructors in java.net with parameters of type URLStreamHandler Constructor Description URL(String protocol, String host, int port, String file, URLStreamHandler handler)Creates a new URL of the given component parts.URL(URL context, String spec, URLStreamHandler handler)Creates a new URL by resolvingspecrelative tocontext. -
Uses of URLStreamHandler in libcore.net.url
Subclasses of URLStreamHandler in libcore.net.url Modifier and Type Class Description classFileHandlerThis is the handler that is responsible for reading files from the file system.classFtpHandlerclassJarHandler