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 class
ModJarURLHandler.ModJarURLConnection
-
Field Summary
Fields Modifier and Type Field Description private static org.apache.logging.log4j.Logger
LOGGER
-
Constructor Summary
Constructors Constructor Description ModJarURLHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
equals(java.net.URL u1, java.net.URL u2)
protected int
hashCode(java.net.URL u)
protected java.net.URLConnection
openConnection(java.net.URL url)
-
-
-
Method Detail
-
openConnection
protected java.net.URLConnection openConnection(java.net.URL url)
- Specified by:
openConnection
in classjava.net.URLStreamHandler
-
hashCode
protected int hashCode(java.net.URL u)
- Overrides:
hashCode
in classjava.net.URLStreamHandler
-
equals
protected boolean equals(java.net.URL u1, java.net.URL u2)
- Overrides:
equals
in classjava.net.URLStreamHandler
-
-