public interface org.apache.http.nio.entity.ProducingNHttpEntity extends org.apache.http.HttpEntity
minor version: 0
major version: 59
flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
this_class: org.apache.http.nio.entity.ProducingNHttpEntity
super_class: java.lang.Object
{
public abstract void produceContent(org.apache.http.nio.ContentEncoder, org.apache.http.nio.IOControl);
descriptor: (Lorg/apache/http/nio/ContentEncoder;Lorg/apache/http/nio/IOControl;)V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
encoder
ioControl
public abstract void finish();
descriptor: ()V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws java.io.IOException
}
SourceFile: "ProducingNHttpEntity.java"
RuntimeVisibleAnnotations:
java.lang.Deprecated()