Class HttpResourceHandler

java.lang.Object
org.apache.maven.index.reader.HttpResourceHandler
All Implemented Interfaces:
Closeable, AutoCloseable, ResourceHandler

public class HttpResourceHandler extends Object implements ResourceHandler
A trivial HTTP ResourceHandler that uses URL to fetch remote content. This implementation does not handle any advanced cases, like redirects, authentication, etc.