MCPcopy Create free account

hub / github.com/aflx/Sardine-Android / functions

Functions248 in github.com/aflx/Sardine-Android

MethodcreateLocktype
Create an instance of {@link Locktype }
src/de/aflx/sardine/model/ObjectFactory.java:206
MethodcreateMultistatus
Create an instance of {@link Multistatus }
src/de/aflx/sardine/model/ObjectFactory.java:142
MethodcreateOmit
Create an instance of {@link Omit }
src/de/aflx/sardine/model/ObjectFactory.java:174
MethodcreateOwner
Create an instance of {@link Owner }
src/de/aflx/sardine/model/ObjectFactory.java:262
MethodcreateProp
Create an instance of {@link Prop }
src/de/aflx/sardine/model/ObjectFactory.java:150
MethodcreatePropertybehavior
Create an instance of {@link Propertybehavior }
src/de/aflx/sardine/model/ObjectFactory.java:126
MethodcreatePropertyupdate
Create an instance of {@link Propertyupdate }
src/de/aflx/sardine/model/ObjectFactory.java:78
MethodcreatePropfind
Create an instance of {@link Propfind }
src/de/aflx/sardine/model/ObjectFactory.java:54
MethodcreatePropname
Create an instance of {@link Propname }
src/de/aflx/sardine/model/ObjectFactory.java:318
MethodcreatePropstat
Create an instance of {@link Propstat }
src/de/aflx/sardine/model/ObjectFactory.java:134
MethodcreateQNameWithDefaultNamespace
@param key Local element name.
src/de/aflx/sardine/util/SardineUtil.java:344
MethodcreateRemove
Create an instance of {@link Remove }
src/de/aflx/sardine/model/ObjectFactory.java:158
MethodcreateResourcetype
Create an instance of {@link Resourcetype }
src/de/aflx/sardine/model/ObjectFactory.java:326
MethodcreateResponse
Create an instance of {@link Response }
src/de/aflx/sardine/model/ObjectFactory.java:166
MethodcreateSet
Create an instance of {@link Set }
src/de/aflx/sardine/model/ObjectFactory.java:278
MethodcreateShared
Create an instance of {@link Shared }
src/de/aflx/sardine/model/ObjectFactory.java:182
MethodcreateSource
Create an instance of {@link Source }
src/de/aflx/sardine/model/ObjectFactory.java:302
MethodcreateSupportedlock
Create an instance of {@link Supportedlock }
src/de/aflx/sardine/model/ObjectFactory.java:70
MethodcreateWrite
Create an instance of {@link Write }
src/de/aflx/sardine/model/ObjectFactory.java:294
Methoddelete
Delete a resource using HTTP <code>DELETE</code> at the specified url @param url Path to the resource including protocol and hostname @throws IOExcep
src/de/aflx/sardine/Sardine.java:179
Methoddelete
(non-Javadoc) @see de.aflx.sardine.Sardine#delete(java.lang.String)
src/de/aflx/sardine/impl/SardineImpl.java:696
MethoddisableCompression
Disables support for HTTP compression. @see Sardine#enableCompression()
src/de/aflx/sardine/Sardine.java:263
MethoddisableCompression
Disable GZIP compression header.
src/de/aflx/sardine/impl/SardineImpl.java:329
MethoddisablePreemptiveAuthentication
Disable preemptive authentication.
src/de/aflx/sardine/Sardine.java:275
MethoddisablePreemptiveAuthentication
()
src/de/aflx/sardine/impl/SardineImpl.java:366
MethodenableCompression
Enables HTTP GZIP compression. If enabled, requests originating from Sardine will include "gzip" as an "Accept-Encoding" header. <p/> If the server al
src/de/aflx/sardine/Sardine.java:256
MethodenableCompression
Adds handling of GZIP compression to the client.
src/de/aflx/sardine/impl/SardineImpl.java:321
MethodenablePreemptiveAuthentication
Send a <code>Basic</code> authentication header with each request even before 401 is returned. @param hostname The hostname to enable preemptive auth
src/de/aflx/sardine/Sardine.java:270
MethodenablePreemptiveAuthentication
(non-Javadoc) @see de.aflx.sardine.Sardine#enablePreemptiveAuthentication(String)
src/de/aflx/sardine/impl/SardineImpl.java:339
Methodexists
Performs a HTTP <code>HEAD</code> request to see if a resource exists or not. @param url Path to the resource including protocol and hostname @return
src/de/aflx/sardine/Sardine.java:214
Methodexists
(non-Javadoc) @see de.aflx.sardine.Sardine#exists(java.lang.String)
src/de/aflx/sardine/impl/SardineImpl.java:740
Methodget
(non-Javadoc) @see de.aflx.sardine.Sardine#get(java.lang.String)
src/de/aflx/sardine/impl/SardineImpl.java:530
MethodgetAllprop
Gets the value of the allprop property. @return possible object is {@link Allprop }
src/de/aflx/sardine/model/Propfind.java:59
MethodgetAny
Gets the value of the any property. <p> This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you mak
src/de/aflx/sardine/model/Prop.java:366
MethodgetAny
Gets the value of the any property. @return possible object is {@link Object }
src/de/aflx/sardine/model/Error.java:55
MethodgetCollection
Gets the value of the collection property. @return possible object is {@link Collection }
src/de/aflx/sardine/model/Resourcetype.java:56
MethodgetContent
Gets the value of the content property. <p> This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you
src/de/aflx/sardine/model/Keepalive.java:76
MethodgetContent
Gets the value of the content property. <p> This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you
src/de/aflx/sardine/model/Getcontentlength.java:73
MethodgetContent
Gets the value of the content property. <p> This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you
src/de/aflx/sardine/model/Getcontenttype.java:73
MethodgetContent
Gets the value of the content property. <p> This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you
src/de/aflx/sardine/model/Getcontentlanguage.java:73
MethodgetContent
Gets the value of the content property. <p> This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you
src/de/aflx/sardine/model/Getlastmodified.java:70
MethodgetContent
Gets the value of the content property. <p> This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you
src/de/aflx/sardine/model/Getetag.java:73
MethodgetContent
Gets the value of the content property. <p> This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you
src/de/aflx/sardine/model/Displayname.java:73
MethodgetContent
Gets the value of the content property. <p> This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you
src/de/aflx/sardine/model/Creationdate.java:73
MethodgetContentLength
()
src/de/aflx/sardine/impl/io/ConsumingInputStream.java:49
MethodgetCreation
@return Timestamp
src/de/aflx/sardine/DavResource.java:322
MethodgetCurrentRequest
()
src/de/aflx/sardine/impl/SardineImpl.java:246
MethodgetDepth
Gets the value of the depth property. @return possible object is {@link String }
src/de/aflx/sardine/model/Activelock.java:120
MethodgetDst
Gets the value of the dst property. <p> This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you mak
src/de/aflx/sardine/model/Link.java:104
MethodgetError
Gets the value of the error property. @return possible object is {@link Error }
src/de/aflx/sardine/model/Response.java:149
MethodgetError
Gets the value of the error property. @return possible object is {@link Error }
src/de/aflx/sardine/model/Propstat.java:119
MethodgetExclusive
Gets the value of the exclusive property. @return possible object is {@link Exclusive }
src/de/aflx/sardine/model/Lockscope.java:56
MethodgetHref
Gets the value of the href property. <p> This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you ma
src/de/aflx/sardine/model/Locktoken.java:71
MethodgetKeepalive
Gets the value of the keepalive property. @return possible object is {@link Keepalive }
src/de/aflx/sardine/model/Propertybehavior.java:80
MethodgetLink
Gets the value of the link property. <p> This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you ma
src/de/aflx/sardine/model/Source.java:69
MethodgetLockscope
Gets the value of the lockscope property. @return possible object is {@link Lockscope }
src/de/aflx/sardine/model/Lockinfo.java:62
MethodgetLockscope
Gets the value of the lockscope property. @return possible object is {@link Lockscope }
src/de/aflx/sardine/model/Lockentry.java:63
MethodgetLockscope
Gets the value of the lockscope property. @return possible object is {@link Lockscope }
src/de/aflx/sardine/model/Activelock.java:72
MethodgetLocktoken
Gets the value of the locktoken property. @return possible object is {@link Locktoken }
src/de/aflx/sardine/model/Activelock.java:192
MethodgetLocktype
Gets the value of the locktype property. @return possible object is {@link Locktype }
src/de/aflx/sardine/model/Lockinfo.java:86
MethodgetLocktype
Gets the value of the locktype property. @return possible object is {@link Locktype }
src/de/aflx/sardine/model/Lockentry.java:87
MethodgetLocktype
Gets the value of the locktype property. @return possible object is {@link Locktype }
src/de/aflx/sardine/model/Activelock.java:96
MethodgetMethod
()
src/de/aflx/sardine/impl/methods/HttpPropPatch.java:44
MethodgetMethod
()
src/de/aflx/sardine/impl/methods/HttpUnlock.java:55
MethodgetMethod
()
src/de/aflx/sardine/impl/methods/HttpMkCol.java:44
MethodgetMethod
()
src/de/aflx/sardine/impl/methods/HttpMove.java:44
MethodgetMethod
()
src/de/aflx/sardine/impl/methods/HttpPropFind.java:51
MethodgetMethod
()
src/de/aflx/sardine/impl/methods/HttpCopy.java:44
MethodgetMethod
()
src/de/aflx/sardine/impl/methods/HttpLock.java:42
MethodgetModified
@return Timestamp
src/de/aflx/sardine/DavResource.java:330
MethodgetName
Last path component. @return The name of the resource URI decoded. An empty string if this resource denotes a directory. @see #getHref()
src/de/aflx/sardine/DavResource.java:404
MethodgetOmit
Gets the value of the omit property. @return possible object is {@link Omit }
src/de/aflx/sardine/model/Propertybehavior.java:56
MethodgetOwner
Gets the value of the owner property. @return possible object is {@link Owner }
src/de/aflx/sardine/model/Lockinfo.java:110
MethodgetOwner
Gets the value of the owner property. @return possible object is {@link Owner }
src/de/aflx/sardine/model/Activelock.java:144
MethodgetProp
Gets the value of the prop property. @return possible object is {@link Prop }
src/de/aflx/sardine/model/Remove.java:55
MethodgetProp
Gets the value of the prop property. @return possible object is {@link Prop }
src/de/aflx/sardine/model/Set.java:55
MethodgetProp
Gets the value of the prop property. @return possible object is {@link Prop }
src/de/aflx/sardine/model/Propfind.java:107
MethodgetPropname
Gets the value of the propname property. @return possible object is {@link Propname }
src/de/aflx/sardine/model/Propfind.java:83
MethodgetRemoveOrSet
Gets the value of the removeOrSet property. <p> This accessor method returns a reference to the live list, not a snapshot. Therefore any modification
src/de/aflx/sardine/model/Propertyupdate.java:77
MethodgetResources
@see #list(String)
src/de/aflx/sardine/Sardine.java:42
MethodgetResources
(non-Javadoc) @see de.aflx.sardine.Sardine#getResources(java.lang.String)
src/de/aflx/sardine/impl/SardineImpl.java:375
MethodgetResourcetype
()
src/de/aflx/sardine/model/Prop.java:69
MethodgetResponsePhrase
The response phrase returned by the server. @return Null if not known.
src/de/aflx/sardine/impl/SardineException.java:50
MethodgetResponsedescription
Gets the value of the responsedescription property. @return possible object is {@link String }
src/de/aflx/sardine/model/Multistatus.java:96
MethodgetResponsedescription
Gets the value of the responsedescription property. @return possible object is {@link String }
src/de/aflx/sardine/model/Response.java:169
MethodgetResponsedescription
Gets the value of the responsedescription property. @return possible object is {@link String }
src/de/aflx/sardine/model/Propstat.java:143
MethodgetShared
Gets the value of the shared property. @return possible object is {@link Shared }
src/de/aflx/sardine/model/Lockscope.java:80
MethodgetSrc
Gets the value of the src property. <p> This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you mak
src/de/aflx/sardine/model/Link.java:75
MethodgetStatus
Gets the value of the status property. @return possible object is {@link String }
src/de/aflx/sardine/model/Response.java:102
MethodgetStatus
Gets the value of the status property. @return possible object is {@link String }
src/de/aflx/sardine/model/Propstat.java:95
MethodgetTimeout
Gets the value of the timeout property. @return possible object is {@link String }
src/de/aflx/sardine/model/Activelock.java:168
MethodgetWrite
Gets the value of the write property. @return possible object is {@link Write }
src/de/aflx/sardine/model/Locktype.java:55
MethodhandleResponse
(HttpResponse response)
src/de/aflx/sardine/impl/handler/LockResponseHandler.java:33
MethodhandleResponse
(HttpResponse response)
src/de/aflx/sardine/impl/handler/MultiStatusResponseHandler.java:39
MethodhandleResponse
(HttpResponse response)
src/de/aflx/sardine/impl/handler/ExistsResponseHandler.java:33
MethodhashCode
<p>Generate the hash code for this <code>QName</code>.</p> <p>The hash code is calculated using both the Namespace URI and the local part of the <cod
src/de/aflx/sardine/util/QName.java:384
MethodinitialValue
()
src/de/aflx/sardine/util/SardineUtil.java:74
MethodisAborted
()
src/de/aflx/sardine/Sardine.java:21
MethodisAborted
()
src/de/aflx/sardine/impl/SardineImpl.java:255
MethodisDirectory
Implementation assumes that every resource with a content type of <code>httpd/unix-directory</code> is a directory. @return True if this resource den
src/de/aflx/sardine/DavResource.java:364
← previousnext →101–200 of 248, ranked by callers