org.elasticsearch.http
Interface HttpServerHandler


public interface HttpServerHandler


Method Summary
 void handleRequest(HttpRequest request, HttpChannel channel)
           
 boolean spawn()
           
 

Method Detail

handleRequest

void handleRequest(HttpRequest request,
                   HttpChannel channel)

spawn

boolean spawn()