Interface HttpResponse

All Known Implementing Classes:
HttpPipelinedResponse

public interface HttpResponse
A basic http response abstraction. Http modules must implement this interface as the server package rest handling needs to set http headers for a response.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     name,  value)
     
    boolean
     name)
     
  • Method Details

    • addHeader

      void addHeader( name,  value)
    • containsHeader

      boolean containsHeader( name)