|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ResourceException | |
|---|---|
| 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. |
| Uses of ResourceException in net.shibboleth.utilities.java.support.httpclient |
|---|
| Methods in net.shibboleth.utilities.java.support.httpclient that throw ResourceException | |
|---|---|
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. |
| Uses of ResourceException in net.shibboleth.utilities.java.support.resource |
|---|
| Methods in net.shibboleth.utilities.java.support.resource that throw ResourceException | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||