Class HttpContentResponse

java.lang.Object
org.eclipse.jetty.client.HttpContentResponse
All Implemented Interfaces:
ContentResponse, Response

public class HttpContentResponse extends Object implements ContentResponse
  • Field Details

    • response

      private final Response response
    • content

      private final byte[] content
    • mediaType

      private final String mediaType
    • encoding

      private final String encoding
  • Constructor Details

    • HttpContentResponse

      public HttpContentResponse(Response response, byte[] content, String mediaType, String encoding)
  • Method Details