Uses of Class
org.apache.jena.atlas.web.TypedInputStream
Packages that use TypedInputStream
Package
Description
-
Uses of TypedInputStream in org.apache.jena.atlas.web
Methods in org.apache.jena.atlas.web that return TypedInputStream -
Uses of TypedInputStream in org.apache.jena.http
Methods in org.apache.jena.http that return TypedInputStreamModifier and TypeMethodDescriptionstatic TypedInputStream
HttpLib.handleResponseTypedInputStream
(HttpResponse<InputStream> httpResponse) Handle the HTTP response (seeHttpLib.handleHttpStatusCode(HttpResponse)
) and return the TypedInputStream that includes theContent-Type
if a 200.static TypedInputStream
Perform an HTTP GET to a URL, with "Accept" header "*/*".static TypedInputStream
Perform an HTTP GET to a URL.static TypedInputStream
HttpOp.httpGet
(HttpClient httpClient, String url) Perform an HTTP GET to a URL.static TypedInputStream
HttpOp.httpGet
(HttpClient httpClient, String url, String acceptHeader) Perform an HTTP GET to a URL.static TypedInputStream
HttpOp.httpPostForm
(String url, Params params, String acceptString) POST params as a HTML form.static TypedInputStream
HttpOp.httpPostStream
(String url) POST - the application MUST close the InputStream.static TypedInputStream
HttpOp.httpPostStream
(String url, String acceptHeader) POST - the application MUST close the InputStream.static TypedInputStream
HttpOp.httpPostStream
(String url, String contentType, String bodyContent) POST - the application MUST close the InputStream.static TypedInputStream
HttpOp.httpPostStream
(String url, String contentType, HttpRequest.BodyPublisher bodyContent) POST - the application MUST close the InputStream.static TypedInputStream
HttpOp.httpPostStream
(String url, String contentType, HttpRequest.BodyPublisher bodyContent, String acceptHeader) POST - the application MUST close the InputStream.static TypedInputStream
HttpOp.httpPostStream
(HttpClient httpClient, String url) POST - the application MUST close the InputStream.static TypedInputStream
HttpOp.httpPostStream
(HttpClient httpClient, String url, String acceptHeader) POST - the application MUST close the InputStream.static TypedInputStream
HttpOp.httpPostStream
(HttpClient httpClient, String url, String contentType, HttpRequest.BodyPublisher bodyContent) POST - the application MUST close the InputStream.static TypedInputStream
HttpOp.httpPostStream
(HttpClient httpClient, String url, String contentType, HttpRequest.BodyPublisher bodyContent, String acceptHeader) POST - the application MUST close the InputStream. -
Uses of TypedInputStream in org.apache.jena.riot
Methods in org.apache.jena.riot that return TypedInputStreamModifier and TypeMethodDescriptionstatic TypedInputStream
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.Methods in org.apache.jena.riot with parameters of type TypedInputStreamModifier and TypeMethodDescriptionstatic void
RDFDataMgr.parse
(StreamRDF sink, TypedInputStream in) Deprecated.To be removed.static void
RDFDataMgr.parse
(StreamRDF sink, TypedInputStream in, String base) Deprecated.To be removed. -
Uses of TypedInputStream in org.apache.jena.riot.system.stream
Methods in org.apache.jena.riot.system.stream that return TypedInputStreamModifier and TypeMethodDescriptionOpen anything that looks a bit like a file nameOpen a file using the locators of this StreamManager.Open a file using the locators of this StreamManager but without location mapping.StreamManager.openNoMapOrNull
(String filenameOrURI) Open a file using the locators of this StreamManager without location mapping.LocatorFTP.performOpen
(String uri) LocatorHTTP.performOpen
(String uri)