de.schlichtherle.truezip.fs.http
Class HttpDriverProvider
java.lang.Object
de.schlichtherle.truezip.fs.spi.FsDriverProvider
de.schlichtherle.truezip.fs.http.HttpDriverProvider
- All Implemented Interfaces:
- FsDriverService
@Immutable
@DefaultAnnotation(value=edu.umd.cs.findbugs.annotations.NonNull.class)
public final class HttpDriverProvider
- extends FsDriverProvider
An immutable container of a driver for the HTTP(S) schemes.
When used with the service locator class FsDriverLocator, this
service provider class will register the following URI schemes for use with
the TrueZIP Kernel module:
- Author:
- Christian Schlichtherle
DRIVERS
private static final Map<FsScheme,FsDriver> DRIVERS
HttpDriverProvider
public HttpDriverProvider()
getDrivers
public Map<FsScheme,FsDriver> getDrivers()
Copyright © 2005-2011 Schlichtherle IT Services. All Rights Reserved.