Package com.gmt2001

Class HttpResponse

java.lang.Object
com.gmt2001.HttpResponse

@Deprecated(since="3.6.0.0", forRemoval=true) public class HttpResponse extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
Please use HttpClient instead
Author:
gmt2001
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    int
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    boolean
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • type

      Deprecated, for removal: This API element is subject to removal in a future version.
    • url

      public String url
      Deprecated, for removal: This API element is subject to removal in a future version.
    • post

      public String post
      Deprecated, for removal: This API element is subject to removal in a future version.
    • content

      public String content
      Deprecated, for removal: This API element is subject to removal in a future version.
    • headers

      public Map<String,String> headers
      Deprecated, for removal: This API element is subject to removal in a future version.
    • httpCode

      public int httpCode
      Deprecated, for removal: This API element is subject to removal in a future version.
    • success

      public boolean success
      Deprecated, for removal: This API element is subject to removal in a future version.
    • exception

      public String exception
      Deprecated, for removal: This API element is subject to removal in a future version.
    • rawException

      public Exception rawException
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Constructor Details

    • HttpResponse

      public HttpResponse()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • toString

      public String toString()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      toString in class Object