Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aflx/Sardine-Android
/ functions
Functions
248 in github.com/aflx/Sardine-Android
⨍
Functions
248
◇
Types & classes
60
↓ 11 callers
Method
execute
Validate the response using the response handler. Aborts the request if there is an exception. @param <T> Return type @param request
src/de/aflx/sardine/impl/SardineImpl.java:757
↓ 7 callers
Method
equals
<p>Test this <code>QName</code> for equality with another <code>Object</code>.</p> <p>If the <code>Object</code> to be tested is not a <code>QName</c
src/de/aflx/sardine/util/QName.java:360
↓ 6 callers
Method
warn
(String log)
src/de/aflx/sardine/util/Logger.java:6
↓ 4 callers
Method
abort
()
src/de/aflx/sardine/Sardine.java:19
↓ 4 callers
Method
get
Uses HTTP <code>GET</code> to download data from a server. The stream must be closed after reading. @param url Path to the resource including protoco
src/de/aflx/sardine/Sardine.java:98
↓ 4 callers
Method
getProp
Gets the value of the prop property. @return possible object is {@link Prop }
src/de/aflx/sardine/model/Propstat.java:71
↓ 4 callers
Method
getPropstat
Gets the value of the propstat property. <p/> <p/> This accessor method returns a reference to the live list, not a snapshot. Therefore any modificati
src/de/aflx/sardine/model/Response.java:136
↓ 4 callers
Method
put
Uses HTTP <code>PUT</code> to send data to a server. Repeatable on authentication failure. @param url Path to the resource including protocol and ho
src/de/aflx/sardine/Sardine.java:117
↓ 4 callers
Method
setCredentials
Add credentials to any scope. @param username Use in authentication header credentials @param password Use in authentication header credentials
src/de/aflx/sardine/Sardine.java:29
↓ 3 callers
Method
getContent
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/Owner.java:74
↓ 3 callers
Method
toString
()
src/de/aflx/sardine/impl/SardineException.java:55
↓ 3 callers
Method
validateResponse
Checks the response for a statuscode between {@link HttpStatus#SC_OK} and {@link HttpStatus#SC_MULTIPLE_CHOICES} and throws an {@link de.aflx.sardine.
src/de/aflx/sardine/impl/handler/ValidatingResponseHandler.java:41
↓ 2 callers
Method
createDefaultHttpParams
Creates default params setting the user agent. @return Basic HTTP parameters with a custom user agent
src/de/aflx/sardine/impl/SardineImpl.java:809
↓ 2 callers
Method
createQNameWithCustomNamespace
@param key Local element name.
src/de/aflx/sardine/util/SardineUtil.java:336
↓ 2 callers
Method
getHref
@return URI of the resource.
src/de/aflx/sardine/DavResource.java:393
↓ 2 callers
Method
getHref
Gets the value of the href property. <p/> <p/> This accessor method returns a reference to the live list, not a snapshot. Therefore any modification y
src/de/aflx/sardine/model/Response.java:89
↓ 2 callers
Method
getLocalPart
<p>Get the local part of this <code>QName</code>.</p> @return local part of this <code>QName</code>
src/de/aflx/sardine/util/QName.java:319
↓ 2 callers
Method
getPath
@return Path component of the URI of the resource. @see #getHref()
src/de/aflx/sardine/DavResource.java:424
↓ 2 callers
Method
getSpecification
@return The <code>Specification-Version</code> in the JAR manifest.
src/de/aflx/sardine/Version.java:14
↓ 2 callers
Method
init
(AbstractHttpClient http, String username, String password)
src/de/aflx/sardine/impl/SardineImpl.java:187
↓ 2 callers
Method
parseDate
Loops over all the possible date formats and tries to find the right one. @param value ISO date string @return Null if there is a parsing failure
src/de/aflx/sardine/util/SardineUtil.java:150
↓ 2 callers
Method
setDepth
A client may submit a Depth header with a value of "0", "1", or "infinity" with a {@link de.aflx.sardine.model.Propfind} on a collection resource with
src/de/aflx/sardine/impl/methods/HttpPropFind.java:63
↓ 2 callers
Method
setExclusive
Sets the value of the exclusive property. @param value allowed object is {@link Exclusive }
src/de/aflx/sardine/model/Lockscope.java:68
↓ 2 callers
Method
setLockscope
Sets the value of the lockscope property. @param value allowed object is {@link Lockscope }
src/de/aflx/sardine/model/Lockinfo.java:74
↓ 2 callers
Method
setLocktype
Sets the value of the locktype property. @param value allowed object is {@link Locktype }
src/de/aflx/sardine/model/Lockinfo.java:98
↓ 2 callers
Method
setWrite
Sets the value of the write property. @param value allowed object is {@link Write }
src/de/aflx/sardine/model/Locktype.java:67
↓ 2 callers
Method
toQName
(Map<String, String> setProps)
src/de/aflx/sardine/util/SardineUtil.java:304
↓ 1 callers
Method
createDefaultClient
Creates an AbstractHttpClient with all of the defaults.
src/de/aflx/sardine/impl/SardineImpl.java:793
↓ 1 callers
Method
createDefaultConnectionManager
Use fail fast connection manager when connections are not released properly. @param schemeRegistry Protocol registry @return Default conne
src/de/aflx/sardine/impl/SardineImpl.java:866
↓ 1 callers
Method
createDefaultRoutePlanner
Override to provide proxy configuration @param schemeRegistry Protocol registry @param selector Proxy configuration @return Pro
src/de/aflx/sardine/impl/SardineImpl.java:881
↓ 1 callers
Method
createDefaultSchemeRegistry
Creates a new {@link org.apache.http.conn.scheme.SchemeRegistry} for default ports with socket factories. @return a new {@link org.apache.http.conn.s
src/de/aflx/sardine/impl/SardineImpl.java:835
↓ 1 callers
Method
createDefaultSecureSocketFactory
@return Default SSL socket factory
src/de/aflx/sardine/impl/SardineImpl.java:854
↓ 1 callers
Method
createDefaultSocketFactory
@return Default socket factory
src/de/aflx/sardine/impl/SardineImpl.java:847
↓ 1 callers
Method
createDocument
@return New XML document from the default document builder factory.
src/de/aflx/sardine/util/SardineUtil.java:268
↓ 1 callers
Method
getContentLength
Retrieves content-length from props. If it is not available return {@link #DEFAULT_CONTENT_LENGTH}. @param response The response complex t
src/de/aflx/sardine/DavResource.java:216
↓ 1 callers
Method
getContentType
Retrieves the content-type from prop or set it to {@link #DEFAULT_CONTENT_TYPE}. If isDirectory always set the content-type to {@link #HTTPD_UNIX_DIRE
src/de/aflx/sardine/DavResource.java:166
↓ 1 callers
Method
getCreationDate
Retrieves creationdate from props. If it is not available return null. @param response The response complex type of the multistatus @retur
src/de/aflx/sardine/DavResource.java:137
↓ 1 callers
Method
getCreationdate
()
src/de/aflx/sardine/model/Prop.java:73
↓ 1 callers
Method
getCustomProps
Creates a simple complex Map from the given custom properties of a response. This implementation does take namespaces into account. @param response
src/de/aflx/sardine/DavResource.java:281
↓ 1 callers
Method
getCustomPropsNS
@return Additional metadata with namespace informations
src/de/aflx/sardine/DavResource.java:385
↓ 1 callers
Method
getEtag
Retrieves content-length from props. If it is not available return {@link #DEFAULT_CONTENT_LENGTH}. @param response The response complex t
src/de/aflx/sardine/DavResource.java:252
↓ 1 callers
Method
getGetcontenttype
()
src/de/aflx/sardine/model/Prop.java:85
↓ 1 callers
Method
getGetetag
()
src/de/aflx/sardine/model/Prop.java:81
↓ 1 callers
Method
getGetlastmodified
()
src/de/aflx/sardine/model/Prop.java:77
↓ 1 callers
Method
getImplementation
@return The <code>Implementation-Version</code> in the JAR manifest.
src/de/aflx/sardine/Version.java:23
↓ 1 callers
Method
getModifiedDate
Retrieves modifieddate from props. If it is not available return null. @param response The response complex type of the multistatus @retur
src/de/aflx/sardine/DavResource.java:111
↓ 1 callers
Method
getMultistatus
Helper method for getting the Multistatus response processor. @param stream The input to read the status @return Multistatus element parsed from the
src/de/aflx/sardine/impl/handler/MultiStatusResponseHandler.java:61
↓ 1 callers
Method
getNamespaceURI
<p>Get the Namespace URI of this <code>QName</code>.</p> @return Namespace URI of this <code>QName</code>
src/de/aflx/sardine/util/QName.java:310
↓ 1 callers
Method
getPrefix
<p>Get the prefix of this <code>QName</code>.</p> <p>The prefix assigned to a <code>QName</code> might <strong><em>NOT</em></strong> be valid in a di
src/de/aflx/sardine/util/QName.java:334
↓ 1 callers
Method
getResponse
Gets the value of the response property. <p> This accessor method returns a reference to the live list, not a snapshot. Therefore any modification yo
src/de/aflx/sardine/model/Multistatus.java:83
↓ 1 callers
Method
getToken
Helper method for getting the Multistatus response processor. @param stream The input to read the status @return Multistatus element parsed from the
src/de/aflx/sardine/impl/handler/LockResponseHandler.java:55
↓ 1 callers
Method
handleResponse
(HttpResponse response)
src/de/aflx/sardine/impl/handler/VoidResponseHandler.java:33
↓ 1 callers
Method
list
(non-Javadoc) @see de.aflx.sardine.Sardine#list(java.lang.String)
src/de/aflx/sardine/impl/SardineImpl.java:384
↓ 1 callers
Method
patch
(String url, Map<QName, String> setProps)
src/de/aflx/sardine/impl/SardineImpl.java:424
↓ 1 callers
Method
read
(byte[] b)
src/de/aflx/sardine/impl/io/ConsumingInputStream.java:53
↓ 1 callers
Method
setAllprop
Sets the value of the allprop property. @param value allowed object is {@link Allprop }
src/de/aflx/sardine/model/Propfind.java:71
↓ 1 callers
Method
setCredentials
Add credentials to any scope. Supports Basic, Digest and NTLM authentication methods. @param username Use in authentication header credent
src/de/aflx/sardine/impl/SardineImpl.java:268
↓ 1 callers
Method
toString
@see #getPath()
src/de/aflx/sardine/DavResource.java:432
↓ 1 callers
Method
valueOf
<p><code>QName</code> derived from parsing the formatted <code>String</code>.</p> <p>If the <code>String</code> is <code>null</code> or does not conf
src/de/aflx/sardine/util/QName.java:465
Method
ConsumingInputStream
@param response The HTTP response to read from @throws IOException If there is a problem reading from the response @throws NullPointerException If
src/de/aflx/sardine/impl/io/ConsumingInputStream.java:42
Method
DavResource
Represents a webdav response block. @param href URI to the resource as returned from the server @throws java.net.URISyntaxException
src/de/aflx/sardine/DavResource.java:72
Method
HttpCopy
(URI sourceUrl, URI destinationUrl)
src/de/aflx/sardine/impl/methods/HttpCopy.java:32
Method
HttpLock
(String url)
src/de/aflx/sardine/impl/methods/HttpLock.java:31
Method
HttpMkCol
(String url)
src/de/aflx/sardine/impl/methods/HttpMkCol.java:33
Method
HttpMove
(URI sourceUrl, URI destinationUrl)
src/de/aflx/sardine/impl/methods/HttpMove.java:32
Method
HttpPropFind
(final String uri)
src/de/aflx/sardine/impl/methods/HttpPropFind.java:33
Method
HttpPropPatch
(String url)
src/de/aflx/sardine/impl/methods/HttpPropPatch.java:33
Method
HttpUnlock
@param url The resource @param token The Lock-Token request header is used with the UNLOCK method to identify the lock to be removed. T
src/de/aflx/sardine/impl/methods/HttpUnlock.java:37
Method
ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: de.aflx.sardine.model
src/de/aflx/sardine/model/ObjectFactory.java:47
Method
QName
<p><code>QName</code> constructor specifying the Namespace URI and local part.</p> <p>If the Namespace URI is <code>null</code>, it is set to {@link
src/de/aflx/sardine/util/QName.java:189
Method
SardineException
@param msg Custom description of failure @param statusCode Error code returned by server @param responsePhrase Response phrase following the error
src/de/aflx/sardine/impl/SardineException.java:39
Method
SardineImpl
Access resources with no authentication
src/de/aflx/sardine/impl/SardineImpl.java:139
Method
abort
()
src/de/aflx/sardine/impl/SardineImpl.java:250
Method
available
()
src/de/aflx/sardine/impl/io/ConsumingInputStream.java:71
Method
begin
Default begin() for when you don't need anything but no authentication and default settings for SSL.
src/de/aflx/sardine/SardineFactory.java:19
Method
close
()
src/de/aflx/sardine/impl/io/ConsumingInputStream.java:101
Method
copy
Copy a url from source to destination using WebDAV <code>COPY</code>. Assumes overwrite. @param sourceUrl Path to the resource including protocol a
src/de/aflx/sardine/Sardine.java:205
Method
copy
(non-Javadoc) @see de.aflx.sardine.Sardine#copy(java.lang.String, java.lang.String)
src/de/aflx/sardine/impl/SardineImpl.java:719
Method
createActivelock
Create an instance of {@link Activelock }
src/de/aflx/sardine/model/ObjectFactory.java:310
Method
createAllprop
Create an instance of {@link Allprop }
src/de/aflx/sardine/model/ObjectFactory.java:246
Method
createCollection
Create an instance of {@link Collection }
src/de/aflx/sardine/model/ObjectFactory.java:198
Method
createCreationdate
Create an instance of {@link Creationdate }
src/de/aflx/sardine/model/ObjectFactory.java:342
Method
createDirectory
Uses WebDAV <code>MKCOL</code> to create a directory at the specified url @param url Path to the resource including protocol and hostname @throws IOE
src/de/aflx/sardine/Sardine.java:187
Method
createDirectory
(non-Javadoc) @see de.aflx.sardine.Sardine#createDirectory(java.lang.String)
src/de/aflx/sardine/impl/SardineImpl.java:730
Method
createDisplayname
Create an instance of {@link Displayname }
src/de/aflx/sardine/model/ObjectFactory.java:230
Method
createElement
@param key Fully qualified element name.
src/de/aflx/sardine/util/SardineUtil.java:352
Method
createError
Create an instance of {@link Error }
src/de/aflx/sardine/model/ObjectFactory.java:214
Method
createExclusive
Create an instance of {@link Exclusive }
src/de/aflx/sardine/model/ObjectFactory.java:102
Method
createGetcontentlanguage
Create an instance of {@link Getcontentlanguage }
src/de/aflx/sardine/model/ObjectFactory.java:110
Method
createGetcontentlength
Create an instance of {@link Getcontentlength }
src/de/aflx/sardine/model/ObjectFactory.java:334
Method
createGetcontenttype
Create an instance of {@link Getcontenttype }
src/de/aflx/sardine/model/ObjectFactory.java:238
Method
createGetetag
Create an instance of {@link Getetag }
src/de/aflx/sardine/model/ObjectFactory.java:222
Method
createGetlastmodified
Create an instance of {@link Getlastmodified }
src/de/aflx/sardine/model/ObjectFactory.java:94
Method
createKeepalive
Create an instance of {@link Keepalive }
src/de/aflx/sardine/model/ObjectFactory.java:62
Method
createLink
Create an instance of {@link Link }
src/de/aflx/sardine/model/ObjectFactory.java:254
Method
createLockdiscovery
Create an instance of {@link Lockdiscovery }
src/de/aflx/sardine/model/ObjectFactory.java:286
Method
createLockentry
Create an instance of {@link Lockentry }
src/de/aflx/sardine/model/ObjectFactory.java:190
Method
createLockinfo
Create an instance of {@link Lockinfo }
src/de/aflx/sardine/model/ObjectFactory.java:86
Method
createLockscope
Create an instance of {@link Lockscope }
src/de/aflx/sardine/model/ObjectFactory.java:270
Method
createLocktoken
Create an instance of {@link Locktoken }
src/de/aflx/sardine/model/ObjectFactory.java:118
next →
1–100 of 248, ranked by callers