public class HttpStaticResourceHandler extends HttpServerHandler
| Constructor and Description |
|---|
HttpStaticResourceHandler(String baseDir) |
| Modifier and Type | Method and Description |
|---|---|
void |
handle(HttpRequest request,
HttpResponse response,
CompletableFuture<Object> completableFuture) |
onBodyStreamclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waithandleonClose, onHeaderCompletepublic HttpStaticResourceHandler(String baseDir)
public void handle(HttpRequest request, HttpResponse response, CompletableFuture<Object> completableFuture) throws IOException
IOExceptionCopyright © 2025. All rights reserved.