package com.metaio.sdk.jni;

import java.io.File;

public class MetaioWorldClientCURL extends IMetaioWorldClient
{
  private long swigCPtr;

  public MetaioWorldClientCURL()
  {
    this(MetaioSDKJNI.new_MetaioWorldClientCURL(), true);
  }

  public MetaioWorldClientCURL(long paramLong, boolean paramBoolean)
  {
    super(MetaioSDKJNI.MetaioWorldClientCURL_SWIGUpcast(paramLong), paramBoolean);
    this.swigCPtr = paramLong;
  }

  public static long getCPtr(MetaioWorldClientCURL paramMetaioWorldClientCURL)
  {
    if (paramMetaioWorldClientCURL == null)
      return 0L;
    return paramMetaioWorldClientCURL.swigCPtr;
  }

  public void cancelRequest()
  {
    MetaioSDKJNI.MetaioWorldClientCURL_cancelRequest(this.swigCPtr, this);
  }

  public void delete()
  {
    try
    {
      if (this.swigCPtr != 0L)
      {
        if (this.swigCMemOwn)
        {
          this.swigCMemOwn = false;
          MetaioSDKJNI.delete_MetaioWorldClientCURL(this.swigCPtr);
        }
        this.swigCPtr = 0L;
      }
      super.delete();
      return;
    }
    finally
    {
    }
  }

  protected void finalize()
  {
    delete();
  }

  public String getCurrentRFC1123Date()
  {
    return MetaioSDKJNI.MetaioWorldClientCURL_getCurrentRFC1123Date(this.swigCPtr, this);
  }

  public int performRequest(MetaioWorldRequest paramMetaioWorldRequest)
  {
    return MetaioSDKJNI.MetaioWorldClientCURL_performRequest(this.swigCPtr, this, MetaioWorldRequest.getCPtr(paramMetaioWorldRequest), paramMetaioWorldRequest);
  }

  public void performRequestAsync(MetaioWorldRequest paramMetaioWorldRequest)
  {
    MetaioSDKJNI.MetaioWorldClientCURL_performRequestAsync(this.swigCPtr, this, MetaioWorldRequest.getCPtr(paramMetaioWorldRequest), paramMetaioWorldRequest);
  }

  public void setAuthentication(String paramString1, String paramString2)
  {
    MetaioSDKJNI.MetaioWorldClientCURL_setAuthentication(this.swigCPtr, this, paramString1, paramString2);
  }

  public void setCookiesFile(File paramFile)
  {
    MetaioSDKJNI.MetaioWorldClientCURL_setCookiesFile(this.swigCPtr, this, paramFile);
  }

  public void setDate(String paramString)
  {
    MetaioSDKJNI.MetaioWorldClientCURL_setDate(this.swigCPtr, this, paramString);
  }

  public void setLanguage(String paramString)
  {
    MetaioSDKJNI.MetaioWorldClientCURL_setLanguage(this.swigCPtr, this, paramString);
  }

  public void setProxy(String paramString)
  {
    MetaioSDKJNI.MetaioWorldClientCURL_setProxy(this.swigCPtr, this, paramString);
  }

  public void setUDID(String paramString)
  {
    MetaioSDKJNI.MetaioWorldClientCURL_setUDID(this.swigCPtr, this, paramString);
  }

  public void setUserAgent(String paramString)
  {
    MetaioSDKJNI.MetaioWorldClientCURL_setUserAgent(this.swigCPtr, this, paramString);
  }

  public boolean update()
  {
    return MetaioSDKJNI.MetaioWorldClientCURL_update(this.swigCPtr, this);
  }
}

/* Location:           C:\Documents and Settings\Cesar Cabello Cea\Mis documentos\Downloads\apk-downloader\com.ikea.kompis-6_dex2jar.jar
 * Qualified Name:     com.metaio.sdk.jni.MetaioWorldClientCURL
 * JD-Core Version:    0.6.2
 */