Class UrlUtil

java.lang.Object
org.geysermc.floodgate.isolation.util.UrlUtil

public class UrlUtil extends Object
  • Constructor Details

    • UrlUtil

      public UrlUtil()
  • Method Details

    • readAllLines

      public static List<String> readAllLines(URL url)
    • readSingleLine

      public static String readSingleLine(URL url)