public interface org.apache.http.HttpServerConnection extends org.apache.http.HttpConnection
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.apache.http.HttpServerConnection
  super_class: java.lang.Object
{
  public abstract org.apache.http.HttpRequest receiveRequestHeader();
    descriptor: ()Lorg/apache/http/HttpRequest;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.apache.http.HttpException, java.io.IOException

  public abstract void receiveRequestEntity(org.apache.http.HttpEntityEnclosingRequest);
    descriptor: (Lorg/apache/http/HttpEntityEnclosingRequest;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.apache.http.HttpException, java.io.IOException
    MethodParameters:
         Name  Flags
      request  

  public abstract void sendResponseHeader(org.apache.http.HttpResponse);
    descriptor: (Lorg/apache/http/HttpResponse;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.apache.http.HttpException, java.io.IOException
    MethodParameters:
          Name  Flags
      response  

  public abstract void sendResponseEntity(org.apache.http.HttpResponse);
    descriptor: (Lorg/apache/http/HttpResponse;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.apache.http.HttpException, java.io.IOException
    MethodParameters:
          Name  Flags
      response  

  public abstract void flush();
    descriptor: ()V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.io.IOException
}
SourceFile: "HttpServerConnection.java"