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(java.lang.String content, java.lang.String contentType, int status)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetContentType()voidrender(java.io.OutputStream outputStream)
-
-
-
Method Detail
-
render
public void render(java.io.OutputStream outputStream) throws java.io.IOException- Specified by:
renderin classcom.yahoo.container.jdisc.HttpResponse- Throws:
java.io.IOException
-
getContentType
public java.lang.String getContentType()
- Overrides:
getContentTypein classcom.yahoo.container.jdisc.HttpResponse
-
-