public interface  org.apache.hc.core.http.io.HttpServerConnection extends java.lang.Object implements org.apache.hc.core.http.io.BHttpConnection
{
public abstract org.apache.hc.core.http.ClassicHttpRequest receiveRequestHeader() throws org.apache.hc.core.http.HttpException, java.io.IOException;
public abstract void receiveRequestEntity(org.apache.hc.core.http.ClassicHttpRequest) throws org.apache.hc.core.http.HttpException, java.io.IOException;
public abstract void sendResponseHeader(org.apache.hc.core.http.ClassicHttpResponse) throws org.apache.hc.core.http.HttpException, java.io.IOException;
public abstract void sendResponseEntity(org.apache.hc.core.http.ClassicHttpResponse) throws org.apache.hc.core.http.HttpException, java.io.IOException;
}