Class NodeURLStreamHandler
java.lang.Object
java.net.URLStreamHandler
cloud.piranha.resource.shrinkwrap.NodeURLStreamHandler
Stream handler used for URLs that represent directories.
- Author:
- Arjan Tijms
-
Constructor Summary
ConstructorsConstructorDescriptionNodeURLStreamHandler(Collection<org.jboss.shrinkwrap.api.Node> nodes)
Constructor. -
Method Summary
Methods inherited from class java.net.URLStreamHandler
equals, getDefaultPort, getHostAddress, hashCode, hostsEqual, openConnection, parseURL, sameFile, setURL, setURL, toExternalForm
-
Constructor Details
-
NodeURLStreamHandler
Constructor.- Parameters:
nodes
- the collection of nodes.
-
-
Method Details
-
openConnection
- Specified by:
openConnection
in classURLStreamHandler
- Throws:
IOException
-