Class URLHandler.URLInfo

java.lang.Object
org.apache.ivy.util.url.URLHandler.URLInfo
Enclosing interface:
URLHandler

public static class URLHandler.URLInfo extends Object
  • Constructor Details

    • URLInfo

      protected URLInfo(boolean available, long contentLength, long lastModified)
    • URLInfo

      protected URLInfo(boolean available, long contentLength, long lastModified, String bodyCharset)
  • Method Details

    • isReachable

      public boolean isReachable()
    • getContentLength

      public long getContentLength()
    • getLastModified

      public long getLastModified()
    • getBodyCharset

      public String getBodyCharset()