Uses of Interface
httpserver.HttpHandler
Packages that use HttpHandler
-
Uses of HttpHandler in httpserver.core
Methods in httpserver.core with parameters of type HttpHandler -
Uses of HttpHandler in httpserver.handlers
Classes in httpserver.handlers that implement HttpHandlerMethods in httpserver.handlers that return HttpHandlerModifier and TypeMethodDescriptionstatic HttpHandlerCompression.compress(HttpHandler next) static HttpHandlerCompression.compressDeflate(HttpHandler next) static HttpHandlerCompression.compressGzip(HttpHandler next) Methods in httpserver.handlers with parameters of type HttpHandlerModifier and TypeMethodDescriptionstatic HttpHandlerCompression.compress(HttpHandler next) static HttpHandlerCompression.compressDeflate(HttpHandler next) static HttpHandlerCompression.compressGzip(HttpHandler next) MethodPathRouting.delete(String path, HttpHandler handler) MethodPathRouting.fallback(HttpHandler fallback) MethodPathRouting.get(String path, HttpHandler handler) MethodPathRouting.head(String path, HttpHandler handler) MethodPathRouting.patch(String path, HttpHandler handler) MethodPathRouting.post(String path, HttpHandler handler) MethodPathRouting.put(String path, HttpHandler handler)