Class prominence.url.URLStreamHandlerFactoryImpl
All Packages Class Hierarchy This Package Previous Next Index
Class prominence.url.URLStreamHandlerFactoryImpl
java.lang.Object
|
+----prominence.url.URLStreamHandlerFactoryImpl
- public class URLStreamHandlerFactoryImpl
- extends Object
- implements URLStreamHandlerFactory
An URLStreamHandlerFactory that creates an HTTPURLStreamHandler
for the HTTP protocol.
-
URLStreamHandlerFactoryImpl()
-
-
createURLStreamHandler(String)
- Returns an HTTPURLStreamHandler for the HTTP protocol, or
null otherwise.
URLStreamHandlerFactoryImpl
public URLStreamHandlerFactoryImpl()
createURLStreamHandler
public URLStreamHandler createURLStreamHandler(String protocol)
- Returns an HTTPURLStreamHandler for the HTTP protocol, or
null otherwise.
- Parameters:
- protocol - The URL protocol
- Returns:
- s An URLStreamHandler appropriate to the protocol
All Packages Class Hierarchy This Package Previous Next Index