Skip to content

Latest commit

 

History

History
1 lines (1 loc) · 388 Bytes

cust-fetcher.md

File metadata and controls

1 lines (1 loc) · 388 Bytes

The default URIFetcher implementation uses JDK connection/socket without handling network exceptions. It works in most of the cases; however, if you want to have a customized implementation, you can do so. One user has his implementation with urirest to handle the timeout. A detailed discussion can be found in this issue