Class ProxyResponse
- java.lang.Object
-
- com.yahoo.container.jdisc.HttpResponse
-
- com.yahoo.vespa.hosted.controller.api.integration.configserver.ProxyResponse
-
public class ProxyResponse extends com.yahoo.container.jdisc.HttpResponse- Author:
- valerijf
-
-
Constructor Summary
Constructors Constructor Description ProxyResponse(byte[] content, String contentType, int status)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetContentType()voidrender(OutputStream outputStream)
-
-
-
Constructor Detail
-
ProxyResponse
public ProxyResponse(byte[] content, String contentType, int status)
-
-
Method Detail
-
render
public void render(OutputStream outputStream) throws IOException
- Specified by:
renderin classcom.yahoo.container.jdisc.HttpResponse- Throws:
IOException
-
getContentType
public String getContentType()
- Overrides:
getContentTypein classcom.yahoo.container.jdisc.HttpResponse
-
-