Class Http1ClientResponse

java.lang.Object
cool.scx.http.x.http1.Http1ClientResponse
All Implemented Interfaces:
cool.scx.http.headers.ScxHttpHeadersReadHelper, cool.scx.http.ScxHttpClientResponse

public class Http1ClientResponse extends Object implements cool.scx.http.ScxHttpClientResponse
HTTP/1.1 ClientResponse
Version:
0.0.1
Author:
scx567888
  • Constructor Details

  • Method Details

    • status

      public cool.scx.http.status.ScxHttpStatus status()
      Specified by:
      status in interface cool.scx.http.ScxHttpClientResponse
    • reasonPhrase

      public String reasonPhrase()
    • headers

      public cool.scx.http.headers.ScxHttpHeaders headers()
      Specified by:
      headers in interface cool.scx.http.ScxHttpClientResponse
      Specified by:
      headers in interface cool.scx.http.headers.ScxHttpHeadersReadHelper
    • body

      public cool.scx.http.body.ScxHttpBody body()
      Specified by:
      body in interface cool.scx.http.ScxHttpClientResponse