Interface IHTTPConnection

  • All Known Implementing Classes:
    HTTPConnection

    public interface IHTTPConnection
    Version:
    1.3
    • Method Detail

      • setSpoolResponse

        void setSpoolResponse​(boolean spoolResponse)
      • request

        HTTPStatus request​(java.lang.String method,
                           java.lang.String path,
                           HTTPHeader header,
                           java.lang.StringBuffer body,
                           int ok1,
                           int ok2,
                           java.io.OutputStream dst,
                           org.xml.sax.helpers.DefaultHandler handler)
                    throws SVNException
        Throws:
        SVNException
      • request

        HTTPStatus request​(java.lang.String method,
                           java.lang.String path,
                           HTTPHeader header,
                           java.io.InputStream body,
                           int ok1,
                           int ok2,
                           java.io.OutputStream dst,
                           org.xml.sax.helpers.DefaultHandler handler)
                    throws SVNException
        Throws:
        SVNException
      • clearAuthenticationCache

        void clearAuthenticationCache()
      • close

        void close()