| CompositeSubProtocolURLConnectionFactory |
|
| CompositeURLStreamHandlerFactory |
The composite URLStreamHandlerFactory delegates to one or more URLStreamHandlerFactories
in order.
|
| DelegatingURLConnection |
Delegating URLConnection
|
| DelegatingURLStreamHandlerFactory |
Delegating URLStreamHandlerFactory
|
| ExtendableProtocolURLStreamHandler |
Extendable Protocol URLStreamHandler class supports the sub-protocols,
like "{protocol}:{sub-protocols[0]}: ...
|
| MutableURLStreamHandlerFactory<H extends java.net.URLStreamHandler> |
Mutable URLStreamHandlerFactory that is not thread-safe extends URLStreamHandler.
|
| ServiceLoaderURLStreamHandlerFactory |
Decorating URLStreamHandlerFactory class delegates the composite of URLStreamHandlerFactory and
URLStreamHandler instances that are loaded by the JDK's ServiceLoader.
|
| StandardURLStreamHandlerFactory |
Standard URLStreamHandlerFactory
|
| URLUtils |
URL Utility class
|