Class TextResponse

java.lang.Object
com.yahoo.container.jdisc.HttpResponse
ai.vespa.metricsproxy.http.TextResponse

public class TextResponse extends com.yahoo.container.jdisc.HttpResponse
Author:
yj-jtakagi, gjoranv
  • Field Summary

    Fields inherited from class com.yahoo.container.jdisc.HttpResponse

    DEFAULT_CHARACTER_ENCODING, DEFAULT_MIME_TYPE
  • Constructor Summary

    Constructors
    Constructor
    Description
    TextResponse(int code, String data)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    render(OutputStream outputStream)
     

    Methods inherited from class com.yahoo.container.jdisc.HttpResponse

    complete, getCharacterEncoding, getContentType, getJdiscResponse, getLogValues, getRequestType, getStatus, headers, maxPendingBytes, populateAccessLogEntry, setRequestType, setStatus

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • TextResponse

      public TextResponse(int code, String data)
  • Method Details