Class HessianURLConnection

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addHeader​(java.lang.String key, java.lang.String value)
      Adds a HTTP header.
      void close()
      Close/free the connection
      void destroy()
      Disconnect the connection
      java.lang.String getContentEncoding()
      Returns the content encoding
      java.io.InputStream getInputStream()
      Returns the InputStream to the result
      java.io.OutputStream getOutputStream()
      Returns the output stream for the request.
      int getStatusCode()
      Returns the status code.
      java.lang.String getStatusMessage()
      Returns the status string.
      protected void parseResponseHeaders​(java.net.HttpURLConnection conn)  
      void sendRequest()
      Sends the request
      • Methods inherited from class java.lang.Object

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