Class URIResource
java.lang.Object
org.apache.sshd.common.util.io.resource.AbstractIoResource<URI>
org.apache.sshd.common.util.io.resource.URIResource
- All Implemented Interfaces:
NamedResource
,IoResource<URI>
,ResourceStreamProvider
-
Field Summary
Fields inherited from interface org.apache.sshd.common.NamedResource
BY_NAME_COMPARATOR, NAME_EXTRACTOR
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.sshd.common.util.io.resource.AbstractIoResource
getName, getResourceType, getResourceValue, toString
-
Constructor Details
-
URIResource
-
-
Method Details
-
getURI
-
openInputStream
- Returns:
- an
InputStream
for the resource's data - Throws:
IOException
- If failed to open the stream
-