de.schlichtherle.truezip.fs.http
Class HttpDriverService
java.lang.Object
de.schlichtherle.truezip.fs.spi.FsDriverService
de.schlichtherle.truezip.fs.http.HttpDriverService
- All Implemented Interfaces:
- FsDriverProvider
@Immutable
@DefaultAnnotation(value=edu.umd.cs.findbugs.annotations.NonNull.class)
public final class HttpDriverService
- extends FsDriverService
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
HttpDriverService
public HttpDriverService()
get
public Map<FsScheme,FsDriver> get()
Copyright © 2005-2011 Schlichtherle IT Services. All Rights Reserved.