Class LocatorHTTP
- java.lang.Object
-
- org.apache.jena.riot.system.stream.LocatorURL
-
- org.apache.jena.riot.system.stream.LocatorHTTP
-
- All Implemented Interfaces:
Locator
public class LocatorHTTP extends LocatorURL
Support for resources using the "http:" and "https" schemes
-
-
Constructor Summary
Constructors Constructor Description LocatorHTTP()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetName()inthashCode()TypedInputStreamperformOpen(java.lang.String uri)-
Methods inherited from class org.apache.jena.riot.system.stream.LocatorURL
equals, open
-
-
-
-
Method Detail
-
performOpen
public TypedInputStream performOpen(java.lang.String uri)
-
getName
public java.lang.String getName()
-
hashCode
public int hashCode()
- Specified by:
hashCodein classLocatorURL
-
-