Package | Description |
---|---|
org.apache.jena.riot | |
org.apache.jena.riot.stream | |
org.apache.jena.riot.web |
Modifier and Type | Method and Description |
---|---|
static TypedInputStream |
RDFDataMgr.open(String filenameOrURI)
Open a stream to the destination (URI or filename)
Performs content negotiation, including looking at file extension.
|
static TypedInputStream |
RDFDataMgr.open(String filenameOrURI,
Context context)
Open a stream to the destination (URI or filename)
Performs content negotiation, including looking at file extension.
|
static TypedInputStream |
RDFDataMgr.open(String filenameOrURI,
StreamManager streamManager)
Open a stream to the destination (URI or filename)
Performs content negotiation, including looking at file extension.
|
Modifier and Type | Method and Description |
---|---|
static void |
RDFDataMgr.parse(StreamRDF sink,
TypedInputStream in)
Read RDF data.
|
static void |
RDFDataMgr.parse(StreamRDF sink,
TypedInputStream in,
String base)
Read RDF data.
|
static void |
RDFDataMgr.parse(StreamRDF sink,
TypedInputStream in,
String base,
Context context)
Read RDF data.
|
Modifier and Type | Method and Description |
---|---|
TypedInputStream |
LocatorZip.open(String filenameOrURI) |
TypedInputStream |
StreamManager.open(String filenameOrURI)
Open a file using the locators of this FileManager.
|
TypedInputStream |
LocatorClassLoader.open(String resourceName) |
TypedInputStream |
LocatorFile.open(String filenameIRI)
Open anything that looks a bit like a file name
|
TypedInputStream |
LocatorURL.open(String uri) |
TypedInputStream |
Locator.open(String uri) |
TypedInputStream |
StreamManager.openNoMap(String filenameOrURI)
Open a file using the locators of this FileManager but without location
mapping.
|
TypedInputStream |
StreamManager.openNoMapOrNull(String filenameOrURI)
Open a file using the locators of this FileManager without location
mapping.
|
Modifier and Type | Class and Description |
---|---|
class |
TypedInputStreamHttp
Type streams for HTTP connections - includes Apache HTTP client specific cleanup
|
Modifier and Type | Method and Description |
---|---|
static TypedInputStream |
HttpOp.execHttpGet(String url)
Executes a HTTP GET and return a TypedInputStream.
|
static TypedInputStream |
HttpOp.execHttpGet(String url,
String acceptHeader)
Executes a HTTP GET and return a TypedInputStream.
|
static TypedInputStream |
HttpOp.execHttpGet(String url,
String acceptHeader,
org.apache.http.client.HttpClient httpClient,
org.apache.http.protocol.HttpContext httpContext,
HttpAuthenticator authenticator)
Executes a HTTP GET and returns a TypedInputStream
|
static TypedInputStream |
HttpOp.execHttpPostFormStream(String url,
Params params,
String acceptHeader)
Executes a HTTP POST and returns a TypedInputStream,
The TypedInputStream must be closed.
|
static TypedInputStream |
HttpOp.execHttpPostFormStream(String url,
Params params,
String acceptHeader,
org.apache.http.client.HttpClient httpClient,
org.apache.http.protocol.HttpContext httpContext,
HttpAuthenticator authenticator)
Executes a HTTP POST Form and returns a TypedInputStream
|
TypedInputStream |
HttpOp.CaptureInput.get() |
Licenced under the Apache License, Version 2.0