Package net.minecraftforge.fml.loading
Class ModJarURLHandler
- java.lang.Object
-
- java.net.URLStreamHandler
-
- net.minecraftforge.fml.loading.ModJarURLHandler
-
public class ModJarURLHandler extends java.net.URLStreamHandler
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description (package private) static classModJarURLHandler.ModJarURLConnection
-
Field Summary
Fields Modifier and Type Field Description private static org.apache.logging.log4j.LoggerLOGGER
-
Constructor Summary
Constructors Constructor Description ModJarURLHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleanequals(java.net.URL u1, java.net.URL u2)protected inthashCode(java.net.URL u)protected java.net.URLConnectionopenConnection(java.net.URL url)
-
-
-
Method Detail
-
openConnection
protected java.net.URLConnection openConnection(java.net.URL url)
- Specified by:
openConnectionin classjava.net.URLStreamHandler
-
hashCode
protected int hashCode(java.net.URL u)
- Overrides:
hashCodein classjava.net.URLStreamHandler
-
equals
protected boolean equals(java.net.URL u1, java.net.URL u2)- Overrides:
equalsin classjava.net.URLStreamHandler
-
-