Interface URLPinger

All Known Implementing Classes:
HttpURLPinger

public interface URLPinger
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    isSupported(@NotNull URL url)
     
    boolean
    ping(@NotNull URL url)
     
  • Method Details

    • ping

      boolean ping(@NotNull @NotNull URL url)
    • isSupported

      boolean isSupported(@NotNull @NotNull URL url)