SMILA 1.0 API documentation

org.eclipse.smila.solr.admin
Class SolrAdministrationHandler

java.lang.Object
  extended by org.eclipse.smila.http.server.util.ARequestHandler
      extended by org.eclipse.smila.solr.admin.SolrAdministrationHandler
All Implemented Interfaces:
HttpHandler, RequestHandler

public class SolrAdministrationHandler
extends ARequestHandler

Author:
pwissel

Field Summary
 
Fields inherited from class org.eclipse.smila.http.server.util.ARequestHandler
_log
 
Constructor Summary
SolrAdministrationHandler()
           
 
Method Summary
 void handle(HttpExchange exchange)
          Handles a HttpExchange containing a HttpRequest.
 
Methods inherited from class org.eclipse.smila.http.server.util.ARequestHandler
activate, getDynamicUriParts, getRootContextPath, getStaticUriParts, getUriPattern, matches, urlDecode
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SolrAdministrationHandler

public SolrAdministrationHandler()
Method Detail

handle

public void handle(HttpExchange exchange)
            throws java.io.IOException
Description copied from interface: HttpHandler
Handles a HttpExchange containing a HttpRequest.

Parameters:
exchange - the HttpExchange object
Throws:
java.io.IOException - handling the request (e.g. a org.eclipse.jetty.http.HttpException)
See Also:
HttpHandler.handle(org.eclipse.smila.http.server.HttpExchange)

SMILA 1.0 API documentation