org.eclipse.egit.github.core.client
Class EntityDeleteMethod

java.lang.Object
  extended by org.apache.http.message.AbstractHttpMessage
      extended by org.apache.http.client.methods.HttpRequestBase
          extended by org.apache.http.client.methods.HttpEntityEnclosingRequestBase
              extended by org.eclipse.egit.github.core.client.EntityDeleteMethod
All Implemented Interfaces:
Cloneable, org.apache.http.client.methods.AbortableHttpRequest, org.apache.http.client.methods.HttpUriRequest, org.apache.http.HttpEntityEnclosingRequest, org.apache.http.HttpMessage, org.apache.http.HttpRequest

public class EntityDeleteMethod
extends org.apache.http.client.methods.HttpEntityEnclosingRequestBase

DELETE request that supports an enclosed entity


Field Summary
 
Fields inherited from class org.apache.http.message.AbstractHttpMessage
headergroup, params
 
Constructor Summary
EntityDeleteMethod()
          Create DELETE
EntityDeleteMethod(String uri)
          Create DELETE
EntityDeleteMethod(URI uri)
          Create DELETE
 
Method Summary
 String getMethod()
           
 
Methods inherited from class org.apache.http.client.methods.HttpEntityEnclosingRequestBase
clone, expectContinue, getEntity, setEntity
 
Methods inherited from class org.apache.http.client.methods.HttpRequestBase
abort, getProtocolVersion, getRequestLine, getURI, isAborted, setConnectionRequest, setReleaseTrigger, setURI
 
Methods inherited from class org.apache.http.message.AbstractHttpMessage
addHeader, addHeader, containsHeader, getAllHeaders, getFirstHeader, getHeaders, getLastHeader, getParams, headerIterator, headerIterator, removeHeader, removeHeaders, setHeader, setHeader, setHeaders, setParams
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.http.HttpRequest
getRequestLine
 
Methods inherited from interface org.apache.http.HttpMessage
addHeader, addHeader, containsHeader, getAllHeaders, getFirstHeader, getHeaders, getLastHeader, getParams, getProtocolVersion, headerIterator, headerIterator, removeHeader, removeHeaders, setHeader, setHeader, setHeaders, setParams
 

Constructor Detail

EntityDeleteMethod

public EntityDeleteMethod()
Create DELETE


EntityDeleteMethod

public EntityDeleteMethod(URI uri)
Create DELETE

Parameters:
uri -

EntityDeleteMethod

public EntityDeleteMethod(String uri)
Create DELETE

Parameters:
uri -
Method Detail

getMethod

public String getMethod()
Specified by:
getMethod in interface org.apache.http.client.methods.HttpUriRequest
Specified by:
getMethod in class org.apache.http.client.methods.HttpRequestBase


Copyright © 2012. All Rights Reserved.