Interface HttpTransport.Response

All Superinterfaces:
AutoCloseable, Closeable
Enclosing interface:
HttpTransport

public static interface HttpTransport.Response extends Closeable
An HTTP operation response.
  • Method Summary

    Modifier and Type
    Method
    Description
    Return the content of the response.

    Methods inherited from interface java.io.Closeable

    close
  • Method Details