Klasse HttpResponseInfo

java.lang.Object
de.dlr.proseo.basewrap.rest.HttpResponseInfo

public class HttpResponseInfo extends Object
A class to hold information extracted from a HTTP response.
Autor:
Hubert Asamer
  • Konstruktordetails

    • HttpResponseInfo

      public HttpResponseInfo()
  • Methodendetails

    • gethttpCode

      public int gethttpCode()
      Gets the HTTP code
      Gibt zurück:
      the HTTP code
    • sethttpCode

      public void sethttpCode(int code)
      Sets the HTTP code
      Parameter:
      code - the HTTP code
    • getHttpWarning

      public String getHttpWarning()
      Gets the HTTP warning
      Gibt zurück:
      the HTTP warning
    • setHttpWarning

      public void setHttpWarning(String httpWarning)
      Sets the HTTP warning
      Parameter:
      httpWarning - the HTTP warning
    • gethttpResponse

      public String gethttpResponse()
      Gets the HTTP response
      Gibt zurück:
      the HTTP response
    • sethttpResponse

      public void sethttpResponse(String response)
      Sets the HTTP response
      Parameter:
      response - the HTTP response