Class HttpResponseInfo

java.lang.Object
byps.BValueClass
de.elo.ix.client.ValueClass
de.elo.ix.client.HttpResponseInfo
All Implemented Interfaces:
Serializable

public class HttpResponseInfo extends ValueClass
This class contains information for the HttpServletResponse object to be sent by the Indexserver servlet.
Since:
8.00.012.002
See Also:
  • Field Details

    • contentType

      public String contentType
      Content type header. HttpServletResponse.setContentType()
    • responseString

      public String responseString
      Response text. Written to HttpServletResponse.getOutputStream()
  • Constructor Details

    • HttpResponseInfo

      public HttpResponseInfo()
  • Method Details

    • getContentType

      public String getContentType()
    • setContentType

      public void setContentType(String contentType)
    • getResponseString

      public String getResponseString()
    • setResponseString

      public void setResponseString(String responseString)
    • toString

      public String toString()
      Overrides:
      toString in class Object