Uses of Interface
com.kttdevelopment.simplehttpserver.handler.FileHandlerAdapter
-
Packages that use FileHandlerAdapter Package Description com.kttdevelopment.simplehttpserver.handler -
-
Uses of FileHandlerAdapter in com.kttdevelopment.simplehttpserver.handler
Classes in com.kttdevelopment.simplehttpserver.handler that implement FileHandlerAdapter Modifier and Type Class Description classCacheFileAdapterThis class caches file bytes when adding to theFileHandler.Constructors in com.kttdevelopment.simplehttpserver.handler with parameters of type FileHandlerAdapter Constructor Description FileHandler(FileHandlerAdapter adapter)Creates a file handler with aFileHandler.
-