public class ServerHandler extends ARequestHandler
_log| Constructor and Description |
|---|
ServerHandler() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
bindSolrServerService(SolrServerService serverService) |
void |
handle(HttpExchange exchange)
Handles a HttpExchange containing a HttpRequest.
|
protected void |
unbindSolrServerService(SolrServerService serverService) |
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)protected void bindSolrServerService(SolrServerService serverService)
protected void unbindSolrServerService(SolrServerService serverService)