001package org.xbib.elasticsearch.http;
002
003public interface HttpServerAdapter {
004
005    void dispatchRequest(HttpRequest request, HttpChannel channel);
006}