Class EmptyResponse

java.lang.Object
com.yahoo.container.jdisc.HttpResponse
com.yahoo.container.jdisc.EmptyResponse

public class EmptyResponse extends HttpResponse
Placeholder response when no content, only headers and status is to be returned.
Author:
Steinar Knutsen
  • Constructor Details

    • EmptyResponse

      public EmptyResponse(int status)
    • EmptyResponse

      public EmptyResponse()
  • Method Details