Class HttpContentResponse

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

public class HttpContentResponse extends Object implements ContentResponse
  • Constructor Details

    • HttpContentResponse

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