TrueZIP Driver HTTP(S) 7.0-rc2

de.schlichtherle.truezip.fs.http
Class HttpDriverService

java.lang.Object
  extended by de.schlichtherle.truezip.fs.spi.FsDriverService
      extended by 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:

URI Schemes
http | https

Author:
Christian Schlichtherle

Field Summary
private static Map<FsScheme,FsDriver> DRIVERS
           
 
Constructor Summary
HttpDriverService()
           
 
Method Summary
 Map<FsScheme,FsDriver> get()
           
 
Methods inherited from class de.schlichtherle.truezip.fs.spi.FsDriverService
newMap, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

DRIVERS

private static final Map<FsScheme,FsDriver> DRIVERS
Constructor Detail

HttpDriverService

public HttpDriverService()
Method Detail

get

public Map<FsScheme,FsDriver> get()

TrueZIP Driver HTTP(S) 7.0-rc2

Copyright © 2005-2011 Schlichtherle IT Services. All Rights Reserved.