ResponseBuffered constructor

ResponseBuffered(ContentType ct)

Constructor

Implementation

ResponseBuffered(ContentType ct) {
  contentType = ct;
}