MCPcopy Create free account

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

Functions248 in github.com/aflx/Sardine-Android

↓ 11 callersMethodexecute
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 callersMethodequals
<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 callersMethodwarn
(String log)
src/de/aflx/sardine/util/Logger.java:6
↓ 4 callersMethodabort
()
src/de/aflx/sardine/Sardine.java:19
↓ 4 callersMethodget
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 callersMethodgetProp
Gets the value of the prop property. @return possible object is {@link Prop }
src/de/aflx/sardine/model/Propstat.java:71
↓ 4 callersMethodgetPropstat
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 callersMethodput
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 callersMethodsetCredentials
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 callersMethodgetContent
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 callersMethodtoString
()
src/de/aflx/sardine/impl/SardineException.java:55
↓ 3 callersMethodvalidateResponse
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 callersMethodcreateDefaultHttpParams
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 callersMethodcreateQNameWithCustomNamespace
@param key Local element name.
src/de/aflx/sardine/util/SardineUtil.java:336
↓ 2 callersMethodgetHref
@return URI of the resource.
src/de/aflx/sardine/DavResource.java:393
↓ 2 callersMethodgetHref
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 callersMethodgetLocalPart
<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 callersMethodgetPath
@return Path component of the URI of the resource. @see #getHref()
src/de/aflx/sardine/DavResource.java:424
↓ 2 callersMethodgetSpecification
@return The <code>Specification-Version</code> in the JAR manifest.
src/de/aflx/sardine/Version.java:14
↓ 2 callersMethodinit
(AbstractHttpClient http, String username, String password)
src/de/aflx/sardine/impl/SardineImpl.java:187
↓ 2 callersMethodparseDate
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 callersMethodsetDepth
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 callersMethodsetExclusive
Sets the value of the exclusive property. @param value allowed object is {@link Exclusive }
src/de/aflx/sardine/model/Lockscope.java:68
↓ 2 callersMethodsetLockscope
Sets the value of the lockscope property. @param value allowed object is {@link Lockscope }
src/de/aflx/sardine/model/Lockinfo.java:74
↓ 2 callersMethodsetLocktype
Sets the value of the locktype property. @param value allowed object is {@link Locktype }
src/de/aflx/sardine/model/Lockinfo.java:98
↓ 2 callersMethodsetWrite
Sets the value of the write property. @param value allowed object is {@link Write }
src/de/aflx/sardine/model/Locktype.java:67
↓ 2 callersMethodtoQName
(Map<String, String> setProps)
src/de/aflx/sardine/util/SardineUtil.java:304
↓ 1 callersMethodcreateDefaultClient
Creates an AbstractHttpClient with all of the defaults.
src/de/aflx/sardine/impl/SardineImpl.java:793
↓ 1 callersMethodcreateDefaultConnectionManager
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 callersMethodcreateDefaultRoutePlanner
Override to provide proxy configuration @param schemeRegistry Protocol registry @param selector Proxy configuration @return Pro
src/de/aflx/sardine/impl/SardineImpl.java:881
↓ 1 callersMethodcreateDefaultSchemeRegistry
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 callersMethodcreateDefaultSecureSocketFactory
@return Default SSL socket factory
src/de/aflx/sardine/impl/SardineImpl.java:854
↓ 1 callersMethodcreateDefaultSocketFactory
@return Default socket factory
src/de/aflx/sardine/impl/SardineImpl.java:847
↓ 1 callersMethodcreateDocument
@return New XML document from the default document builder factory.
src/de/aflx/sardine/util/SardineUtil.java:268
↓ 1 callersMethodgetContentLength
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 callersMethodgetContentType
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 callersMethodgetCreationDate
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 callersMethodgetCreationdate
()
src/de/aflx/sardine/model/Prop.java:73
↓ 1 callersMethodgetCustomProps
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 callersMethodgetCustomPropsNS
@return Additional metadata with namespace informations
src/de/aflx/sardine/DavResource.java:385
↓ 1 callersMethodgetEtag
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 callersMethodgetGetcontenttype
()
src/de/aflx/sardine/model/Prop.java:85
↓ 1 callersMethodgetGetetag
()
src/de/aflx/sardine/model/Prop.java:81
↓ 1 callersMethodgetGetlastmodified
()
src/de/aflx/sardine/model/Prop.java:77
↓ 1 callersMethodgetImplementation
@return The <code>Implementation-Version</code> in the JAR manifest.
src/de/aflx/sardine/Version.java:23
↓ 1 callersMethodgetModifiedDate
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 callersMethodgetMultistatus
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 callersMethodgetNamespaceURI
<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 callersMethodgetPrefix
<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 callersMethodgetResponse
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 callersMethodgetToken
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 callersMethodhandleResponse
(HttpResponse response)
src/de/aflx/sardine/impl/handler/VoidResponseHandler.java:33
↓ 1 callersMethodlist
(non-Javadoc) @see de.aflx.sardine.Sardine#list(java.lang.String)
src/de/aflx/sardine/impl/SardineImpl.java:384
↓ 1 callersMethodpatch
(String url, Map<QName, String> setProps)
src/de/aflx/sardine/impl/SardineImpl.java:424
↓ 1 callersMethodread
(byte[] b)
src/de/aflx/sardine/impl/io/ConsumingInputStream.java:53
↓ 1 callersMethodsetAllprop
Sets the value of the allprop property. @param value allowed object is {@link Allprop }
src/de/aflx/sardine/model/Propfind.java:71
↓ 1 callersMethodsetCredentials
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 callersMethodtoString
@see #getPath()
src/de/aflx/sardine/DavResource.java:432
↓ 1 callersMethodvalueOf
<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
MethodConsumingInputStream
@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
MethodDavResource
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
MethodHttpCopy
(URI sourceUrl, URI destinationUrl)
src/de/aflx/sardine/impl/methods/HttpCopy.java:32
MethodHttpLock
(String url)
src/de/aflx/sardine/impl/methods/HttpLock.java:31
MethodHttpMkCol
(String url)
src/de/aflx/sardine/impl/methods/HttpMkCol.java:33
MethodHttpMove
(URI sourceUrl, URI destinationUrl)
src/de/aflx/sardine/impl/methods/HttpMove.java:32
MethodHttpPropFind
(final String uri)
src/de/aflx/sardine/impl/methods/HttpPropFind.java:33
MethodHttpPropPatch
(String url)
src/de/aflx/sardine/impl/methods/HttpPropPatch.java:33
MethodHttpUnlock
@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
MethodObjectFactory
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
MethodQName
<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
MethodSardineException
@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
MethodSardineImpl
Access resources with no authentication
src/de/aflx/sardine/impl/SardineImpl.java:139
Methodabort
()
src/de/aflx/sardine/impl/SardineImpl.java:250
Methodavailable
()
src/de/aflx/sardine/impl/io/ConsumingInputStream.java:71
Methodbegin
Default begin() for when you don't need anything but no authentication and default settings for SSL.
src/de/aflx/sardine/SardineFactory.java:19
Methodclose
()
src/de/aflx/sardine/impl/io/ConsumingInputStream.java:101
Methodcopy
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
Methodcopy
(non-Javadoc) @see de.aflx.sardine.Sardine#copy(java.lang.String, java.lang.String)
src/de/aflx/sardine/impl/SardineImpl.java:719
MethodcreateActivelock
Create an instance of {@link Activelock }
src/de/aflx/sardine/model/ObjectFactory.java:310
MethodcreateAllprop
Create an instance of {@link Allprop }
src/de/aflx/sardine/model/ObjectFactory.java:246
MethodcreateCollection
Create an instance of {@link Collection }
src/de/aflx/sardine/model/ObjectFactory.java:198
MethodcreateCreationdate
Create an instance of {@link Creationdate }
src/de/aflx/sardine/model/ObjectFactory.java:342
MethodcreateDirectory
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
MethodcreateDirectory
(non-Javadoc) @see de.aflx.sardine.Sardine#createDirectory(java.lang.String)
src/de/aflx/sardine/impl/SardineImpl.java:730
MethodcreateDisplayname
Create an instance of {@link Displayname }
src/de/aflx/sardine/model/ObjectFactory.java:230
MethodcreateElement
@param key Fully qualified element name.
src/de/aflx/sardine/util/SardineUtil.java:352
MethodcreateError
Create an instance of {@link Error }
src/de/aflx/sardine/model/ObjectFactory.java:214
MethodcreateExclusive
Create an instance of {@link Exclusive }
src/de/aflx/sardine/model/ObjectFactory.java:102
MethodcreateGetcontentlanguage
Create an instance of {@link Getcontentlanguage }
src/de/aflx/sardine/model/ObjectFactory.java:110
MethodcreateGetcontentlength
Create an instance of {@link Getcontentlength }
src/de/aflx/sardine/model/ObjectFactory.java:334
MethodcreateGetcontenttype
Create an instance of {@link Getcontenttype }
src/de/aflx/sardine/model/ObjectFactory.java:238
MethodcreateGetetag
Create an instance of {@link Getetag }
src/de/aflx/sardine/model/ObjectFactory.java:222
MethodcreateGetlastmodified
Create an instance of {@link Getlastmodified }
src/de/aflx/sardine/model/ObjectFactory.java:94
MethodcreateKeepalive
Create an instance of {@link Keepalive }
src/de/aflx/sardine/model/ObjectFactory.java:62
MethodcreateLink
Create an instance of {@link Link }
src/de/aflx/sardine/model/ObjectFactory.java:254
MethodcreateLockdiscovery
Create an instance of {@link Lockdiscovery }
src/de/aflx/sardine/model/ObjectFactory.java:286
MethodcreateLockentry
Create an instance of {@link Lockentry }
src/de/aflx/sardine/model/ObjectFactory.java:190
MethodcreateLockinfo
Create an instance of {@link Lockinfo }
src/de/aflx/sardine/model/ObjectFactory.java:86
MethodcreateLockscope
Create an instance of {@link Lockscope }
src/de/aflx/sardine/model/ObjectFactory.java:270
MethodcreateLocktoken
Create an instance of {@link Locktoken }
src/de/aflx/sardine/model/ObjectFactory.java:118
next →1–100 of 248, ranked by callers