| Package | Description |
|---|---|
| net.shibboleth.utilities.java.support.httpclient |
Classes for working with
Apache HttpClient.
|
| net.shibboleth.utilities.java.support.resource |
Classes for reading in documents/files/data.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
HttpResource.doExists()
Checks whether the resource exists.
|
protected InputStream |
HttpResource.doGetInputStream()
Gets the input stream to the resource's data.
|
protected long |
HttpResource.doGetLastModifiedTime()
Gets the time, in milliseconds since the epoch, when the resource was last modified.
|
private org.apache.http.HttpResponse |
HttpResource.getResourceHeaders()
Attempts to fetch only the headers for a given resource.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
FilesystemResource.doExists()
Checks whether the resource exists.
|
protected boolean |
ClasspathResource.doExists()
Checks whether the resource exists.
|
protected abstract boolean |
AbstractResource.doExists()
Checks whether the resource exists.
|
protected InputStream |
FilesystemResource.doGetInputStream()
Gets the input stream to the resource's data.
|
protected InputStream |
ClasspathResource.doGetInputStream()
Gets the input stream to the resource's data.
|
protected abstract InputStream |
AbstractResource.doGetInputStream()
Gets the input stream to the resource's data.
|
protected long |
FilesystemResource.doGetLastModifiedTime()
Gets the time, in milliseconds since the epoch, when the resource was last modified.
|
protected long |
ClasspathResource.doGetLastModifiedTime()
Gets the time, in milliseconds since the epoch, when the resource was last modified.
|
protected abstract long |
AbstractResource.doGetLastModifiedTime()
Gets the time, in milliseconds since the epoch, when the resource was last modified.
|
boolean |
Resource.exists()
Checks whether the resource exists.
|
boolean |
AbstractResource.exists()
Checks whether the resource exists.
|
InputStream |
Resource.getInputStream()
Gets the input stream to the resource's data.
|
InputStream |
AbstractResource.getInputStream()
Gets the input stream to the resource's data.
|
long |
Resource.getLastModifiedTime()
Gets the time, in milliseconds since the epoch, when the resource was last modified.
|
long |
AbstractResource.getLastModifiedTime()
Gets the time, in milliseconds since the epoch, when the resource was last modified.
|
Copyright © 1999-2013. All Rights Reserved.