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 TypedInputStreamHttpLib.handleResponseTypedInputStream(HttpResponse<InputStream> httpResponse) Handle the HTTP response (seeHttpLib.handleHttpStatusCode(HttpResponse)) and return the TypedInputStream that includes theContent-Typeif a 200.static TypedInputStreamPerform an HTTP GET to a URL, with "Accept" header "*/*".static TypedInputStreamPerform an HTTP GET to a URL.static TypedInputStreamHttpOp.httpGet(HttpClient httpClient, String url) Perform an HTTP GET to a URL.static TypedInputStreamHttpOp.httpGet(HttpClient httpClient, String url, String acceptHeader) Perform an HTTP GET to a URL.static TypedInputStreamHttpOp.httpPostForm(String url, Params params, String acceptString) POST params as a HTML form.static TypedInputStreamHttpOp.httpPostStream(String url) POST - the application MUST close the InputStream.static TypedInputStreamHttpOp.httpPostStream(String url, String acceptHeader) POST - the application MUST close the InputStream.static TypedInputStreamHttpOp.httpPostStream(String url, String contentType, String bodyContent) POST - the application MUST close the InputStream.static TypedInputStreamHttpOp.httpPostStream(String url, String contentType, HttpRequest.BodyPublisher bodyContent) POST - the application MUST close the InputStream.static TypedInputStreamHttpOp.httpPostStream(String url, String contentType, HttpRequest.BodyPublisher bodyContent, String acceptHeader) POST - the application MUST close the InputStream.static TypedInputStreamHttpOp.httpPostStream(HttpClient httpClient, String url) POST - the application MUST close the InputStream.static TypedInputStreamHttpOp.httpPostStream(HttpClient httpClient, String url, String acceptHeader) POST - the application MUST close the InputStream.static TypedInputStreamHttpOp.httpPostStream(HttpClient httpClient, String url, String contentType, HttpRequest.BodyPublisher bodyContent) POST - the application MUST close the InputStream.static TypedInputStreamHttpOp.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 TypedInputStreamOpen a stream to the destination (URI or filename) Performs content negotiation, including looking at file extension.static TypedInputStreamRDFDataMgr.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 voidRDFDataMgr.parse(StreamRDF sink, TypedInputStream in) Deprecated.To be removed.static voidRDFDataMgr.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)