public class DelegateHttpHandler extends Object implements HttpHandler
| Constructor and Description |
|---|
DelegateHttpHandler(ClassLoader classLoader,
Executor executor,
Map<String,javax.servlet.http.HttpServlet> servlets,
boolean forceHttps) |
public DelegateHttpHandler(ClassLoader classLoader, Executor executor, Map<String,javax.servlet.http.HttpServlet> servlets, boolean forceHttps)
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.