Package 

Class HttpServerResponse

  • All Implemented Interfaces:
    com.hexagonkt.http.model.HttpBase , com.hexagonkt.http.model.HttpMessage , com.hexagonkt.http.model.HttpResponse

    
    public final class HttpServerResponse
     implements HttpResponse
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      Object getBody()
      MultiMap<String, String> getHeaders()
      ContentType getContentType()
      List<HttpCookie> getCookies()
      HttpStatus getStatus()
      • Methods inherited from class com.hexagonkt.http.model.HttpMessage

        bodyString
      • Methods inherited from class com.hexagonkt.http.model.HttpResponse

        cookiesMap
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait