Interface HessianConnection

    • Method Detail

      • addHeader

        void addHeader​(String key,
                       String value)
        Adds HTTP headers.
      • getStatusCode

        int getStatusCode()
        Returns the status code.
      • getStatusMessage

        String getStatusMessage()
        Returns the status string.
      • getContentEncoding

        String getContentEncoding()
        Returns the content encoding
      • close

        void close()
            throws IOException
        Close/free the connection. If keepalive is allowed, it may be used.
        Throws:
        IOException