|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnl.uva.vlet.vrl.VRLStreamHandlerFactory
public class VRLStreamHandlerFactory
The VRLStreamHandlerFactory. It extends URLStreamHandler with the supported protocols from the VRS Registry. Important: At startup this StreamHandleFactory has to be created and set as default in:
URL.setURLStreamHandlerFactory();Currently this is done in the Global class. After this, the URL class can be use to VRS protocols !
Examples:
Constructor Summary | |
---|---|
VRLStreamHandlerFactory()
|
Method Summary | |
---|---|
java.net.URLStreamHandler |
createURLStreamHandler(java.lang.String protocol)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public VRLStreamHandlerFactory()
Method Detail |
---|
public java.net.URLStreamHandler createURLStreamHandler(java.lang.String protocol)
createURLStreamHandler
in interface java.net.URLStreamHandlerFactory
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |