Package org.apache.ivy.util.url
Class URLHandler.URLInfo
java.lang.Object
org.apache.ivy.util.url.URLHandler.URLInfo
- Enclosing interface:
- URLHandler
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlong
long
boolean
-
Field Details
-
contentLength
private long contentLength -
lastModified
private long lastModified -
available
private boolean available -
bodyCharset
-
-
Constructor Details
-
URLInfo
protected URLInfo(boolean available, long contentLength, long lastModified) -
URLInfo
-
-
Method Details
-
isReachable
public boolean isReachable() -
getContentLength
public long getContentLength() -
getLastModified
public long getLastModified() -
getBodyCharset
-