Package org.elasticsearch.http
Interface HttpResponse
-
public interface HttpResponseA basic http response abstraction. Http modules must implement this interface as the server package rest handling needs to set http headers for a response.
-
-
Method Summary
Modifier and Type Method Description voidaddHeader(java.lang.String name, java.lang.String value)booleancontainsHeader(java.lang.String name)
-