Package kos.api

Class AbstractResponse

java.lang.Object
kos.api.AbstractResponse
All Implemented Interfaces:
Response
Direct Known Subclasses:
EmptyResponse, RawResponse, SerializableResponse

abstract class AbstractResponse extends Object implements Response
  • Field Details

  • Constructor Details

    • AbstractResponse

      AbstractResponse()
  • Method Details

    • send

      public void send(KosContext kosContext, io.vertx.core.http.HttpServerResponse response)
      Specified by:
      send in interface Response
    • sendStatusAndHeader

      protected void sendStatusAndHeader(io.vertx.core.http.HttpServerResponse response)