Interface ResponseStream

All Superinterfaces:
AutoCloseable

public interface ResponseStream extends AutoCloseable
Blocking, flow-controlled response body used by push-style streaming producers.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
     
    void
    trailer(String name, String value)
     
    void
    write(byte[] data, int offset, int length)