public class StaticHttpHandler extends Object implements HttpHandler
| Constructor and Description |
|---|
StaticHttpHandler(ClassLoader classLoader,
Executor executor,
boolean forceHttps,
String webapp) |
public StaticHttpHandler(ClassLoader classLoader, Executor executor, boolean forceHttps, String webapp)
public void handle(HttpExchange exchange) throws IOException
HttpHandlerHttpExchange for a description of the steps
involved in handling an exchange.handle in interface HttpHandlerexchange - the exchange containing the request from the
client and used to send the responseIOException - IO�쳣Copyright © 2018. All rights reserved.