Package 

Interface HttpResponse

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

    
    public interface HttpResponse
     implements HttpMessage
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

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

        cookiesMap
      • Methods inherited from class com.hexagonkt.http.model.HttpMessage

        bodyString
      • Methods inherited from class java.lang.Object

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