Class FileService

java.lang.Object
com.linecorp.armeria.server.AbstractHttpService
com.linecorp.armeria.server.file.FileService
All Implemented Interfaces:
Unwrappable, HttpService, Service<HttpRequest,HttpResponse>

public final class FileService extends AbstractHttpService
An HttpService that serves static files from a file system.
See Also: