public class SolrAdministrationHandler extends ARequestHandler
_log| Constructor and Description |
|---|
SolrAdministrationHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
handle(HttpExchange exchange)
Handles a HttpExchange containing a HttpRequest.
|
activate, getDynamicUriParts, getRootContextPath, getStaticUriParts, getUriPattern, matches, urlDecodepublic void handle(HttpExchange exchange) throws java.io.IOException
HttpHandlerexchange - the HttpExchange objectjava.io.IOException - handling the request (e.g. a org.eclipse.jetty.http.HttpException)HttpHandler.handle(org.eclipse.smila.http.server.HttpExchange)