org.gnu.jcifs.www.cifs
Class CifsURLStreamHandlerFactory
java.lang.Object
|
+--org.gnu.jcifs.www.cifs.CifsURLStreamHandlerFactory
- public class CifsURLStreamHandlerFactory
- extends java.lang.Object
- implements java.net.URLStreamHandlerFactory
This handler must be installed by calling the following static method:
URL.setURLStreamHandlerFactory(new CifsURLStreamHandlerFactory ());
- Since:
- 1.1
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
CifsURLStreamHandlerFactory
public CifsURLStreamHandlerFactory()
createURLStreamHandler
public java.net.URLStreamHandler createURLStreamHandler(java.lang.String protocol)
- Specified by:
- createURLStreamHandler in interface java.net.URLStreamHandlerFactory