Class LwHttp.LwHttpFactory

  • All Implemented Interfaces:
    org.oscim.tiling.source.HttpEngine.Factory
    Enclosing class:
    LwHttp

    public static class LwHttp.LwHttpFactory
    extends java.lang.Object
    implements org.oscim.tiling.source.HttpEngine.Factory
    • Constructor Summary

      Constructors 
      Constructor Description
      LwHttpFactory()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.oscim.tiling.source.HttpEngine create​(org.oscim.tiling.source.UrlTileSource tileSource)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LwHttpFactory

        public LwHttpFactory()
    • Method Detail

      • create

        public org.oscim.tiling.source.HttpEngine create​(org.oscim.tiling.source.UrlTileSource tileSource)
        Specified by:
        create in interface org.oscim.tiling.source.HttpEngine.Factory