org.apache.jena.riot.stream
Class LocatorHTTP

java.lang.Object
  extended by org.apache.jena.riot.stream.LocatorURL
      extended by org.apache.jena.riot.stream.LocatorHTTP
All Implemented Interfaces:
Locator

public class LocatorHTTP
extends LocatorURL


Constructor Summary
LocatorHTTP()
           
 
Method Summary
 String getName()
           
 int hashCode()
           
 TypedInputStream performOpen(String uri)
           
 
Methods inherited from class org.apache.jena.riot.stream.LocatorURL
equals, open
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocatorHTTP

public LocatorHTTP()
Method Detail

performOpen

public TypedInputStream performOpen(String uri)

getName

public String getName()

hashCode

public int hashCode()
Specified by:
hashCode in class LocatorURL


Licenced under the Apache License, Version 2.0