public interface URLStreamHandlerFactory
URLStreamHandler for a specified
protocol. It is used by the class URL.| Modifier and Type | Method and Description |
|---|---|
URLStreamHandler |
createURLStreamHandler(String protocol)
Creates a new
URLStreamHandler instance for the given protocol. |
URLStreamHandler createURLStreamHandler(String protocol)
URLStreamHandler instance for the given protocol.protocol - the protocol for which a handler is needed.