Class AbstractPutMethod
- java.lang.Object
- 
- org.apache.http.message.AbstractHttpMessage
- 
- org.apache.http.client.methods.AbstractExecutionAwareRequest
- 
- org.apache.http.client.methods.HttpRequestBase
- 
- org.apache.http.client.methods.HttpEntityEnclosingRequestBase
- 
- org.apache.http.client.methods.HttpPut
- 
- net.fortuna.ical4j.connector.dav.method.AbstractPutMethod
 
 
 
 
 
 
- 
- All Implemented Interfaces:
- Cloneable,- org.apache.http.client.methods.AbortableHttpRequest,- org.apache.http.client.methods.Configurable,- org.apache.http.client.methods.HttpExecutionAware,- org.apache.http.client.methods.HttpUriRequest,- org.apache.http.HttpEntityEnclosingRequest,- org.apache.http.HttpMessage,- org.apache.http.HttpRequest
 - Direct Known Subclasses:
- PutCalendar,- PutVCard
 
 public class AbstractPutMethod extends org.apache.http.client.methods.HttpPut
- 
- 
Constructor SummaryConstructors Constructor Description AbstractPutMethod(String uri)AbstractPutMethod(URI uri)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetEtag(String etag)booleansucceeded(org.apache.http.HttpResponse response)- 
Methods inherited from class org.apache.http.client.methods.HttpEntityEnclosingRequestBaseclone, expectContinue, getEntity, setEntity
 - 
Methods inherited from class org.apache.http.client.methods.HttpRequestBasegetConfig, getProtocolVersion, getRequestLine, getURI, releaseConnection, setConfig, setProtocolVersion, setURI, started, toString
 - 
Methods inherited from class org.apache.http.client.methods.AbstractExecutionAwareRequestabort, completed, isAborted, reset, setCancellable, setConnectionRequest, setReleaseTrigger
 - 
Methods inherited from class org.apache.http.message.AbstractHttpMessageaddHeader, addHeader, containsHeader, getAllHeaders, getFirstHeader, getHeaders, getLastHeader, getParams, headerIterator, headerIterator, removeHeader, removeHeaders, setHeader, setHeader, setHeaders, setParams
 - 
Methods inherited from class java.lang.Objectequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
- 
 
-