afs commented on pull request #759:
URL: https://github.com/apache/jena/pull/759#issuecomment-649706945


   `RDFDataMgr` uses the global `StreamManager` if no other is specified. There 
is always a `StreamManger`
   
   The most detailed configuration is to use `RDFParser` builder:
   
   ```
   RDFParser.create()
       .streamManager
       .httpAccept
       .lang
       .source
       ...
       .parse(...)
   ```
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscr...@jena.apache.org
For additional commands, e-mail: pr-h...@jena.apache.org

Reply via email to