- Cache<K,V> - Interface in com.hannesdorfmann.httpkit.cache
-
A cache is a kind of Key Value Map.
- cache - Variable in class com.hannesdorfmann.httpkit.DefaultHttpKit
-
The cache
- CACHE_ALLOW_STALE - Static variable in interface com.hannesdorfmann.httpkit.request.HttpRequest
-
Allow stale data to be returned from cache and to refresh data in background.
- CACHE_FORCE - Static variable in interface com.hannesdorfmann.httpkit.request.HttpRequest
-
Set it if you explicity want to retrieve the desired data from
cache, ignoring the cache control.
- CACHE_FROM_DISK - Static variable in interface com.hannesdorfmann.httpkit.request.HttpRequest
-
Allow to query the disk cache to retrieve the value from cache
- CACHE_FROM_MEMORY - Static variable in interface com.hannesdorfmann.httpkit.request.HttpRequest
-
Allow to query the memory cache to retrieve the data
- CACHE_OFFLINE_ALLOW_EXPIRED - Static variable in interface com.hannesdorfmann.httpkit.request.HttpRequest
-
If the users device is offline (has no avtive internet connection)
than the value can be retrieved from cache, even if its expired.
- CACHE_TO_DISK - Static variable in interface com.hannesdorfmann.httpkit.request.HttpRequest
-
Write the fetched response value to the disk cache
- CACHE_TO_MEMORY - Static variable in interface com.hannesdorfmann.httpkit.request.HttpRequest
-
Write the fetched response value to the memory cache
- CacheEntry<T> - Interface in com.hannesdorfmann.httpkit.cache
-
This object represents an entry of a cache.
- CacheEntryExpirator - Interface in com.hannesdorfmann.httpkit.cache
-
- cacheExecutor - Variable in class com.hannesdorfmann.httpkit.DefaultHttpKit
-
The cache executor, that retrieve data from the cache asynchronously
- CacheRetriever - Interface in com.hannesdorfmann.httpkit.threading
-
- CacheRetriever.CacheRetrieverListener - Interface in com.hannesdorfmann.httpkit.threading
-
A small listner that gets notified, when the
- CacheRetrieverExecutor - Class in com.hannesdorfmann.httpkit.threading
-
This component is responsible to retrieve Data from the cache.
- CacheRetrieverExecutor() - Constructor for class com.hannesdorfmann.httpkit.threading.CacheRetrieverExecutor
-
- CacheUtils - Class in com.hannesdorfmann.httpkit.util
-
- CacheUtils() - Constructor for class com.hannesdorfmann.httpkit.util.CacheUtils
-
- cancel() - Method in class com.hannesdorfmann.httpkit.request.AbstractHttpRequest
-
- cancel() - Method in interface com.hannesdorfmann.httpkit.request.HttpRequest
-
- cancelAllOfOwner(Object) - Method in class com.hannesdorfmann.httpkit.DefaultHttpKit
-
- cancelAllOfOwner(Object) - Method in interface com.hannesdorfmann.httpkit.HttpKit
-
- cancelAllOfOwner(Object) - Method in class com.hannesdorfmann.httpkit.threading.CacheRetrieverExecutor
-
Cancel any
HttpRequest that is owned by the passed owner
- cancelAllOfOwner(Object) - Method in interface com.hannesdorfmann.httpkit.threading.HttpExecutor
-
- cancelAllOfOwner(Object) - Method in class com.hannesdorfmann.httpkit.threading.PriorityThreadPoolHttpExecutor
-
- CastedBitmapLruMemoryCache - Class in com.hannesdorfmann.httpkit.cache
-
A special lru memory cache for caching bitmaps.
- CastedBitmapLruMemoryCache(int) - Constructor for class com.hannesdorfmann.httpkit.cache.CastedBitmapLruMemoryCache
-
Creates a new cache for storing bitmaps.
- CastedBitmapLruMemoryCache(Context) - Constructor for class com.hannesdorfmann.httpkit.cache.CastedBitmapLruMemoryCache
-
- clear() - Method in interface com.hannesdorfmann.httpkit.cache.Cache
-
Cleans the cache, by removing all cache entries
- clear() - Method in interface com.hannesdorfmann.httpkit.cache.DiskCache
-
Cleans the cache, by removing all cache entries
- clear() - Method in class com.hannesdorfmann.httpkit.cache.HybridCache
-
- clear() - Method in class com.hannesdorfmann.httpkit.cache.LruDiskCache
-
- clear() - Method in class com.hannesdorfmann.httpkit.cache.LruMemoryCache
-
- clear() - Method in interface com.hannesdorfmann.httpkit.cache.MemoryCache
-
Cleans the cache, by removing all cache entries
- clear() - Method in class com.hannesdorfmann.httpkit.httpclient.PersistentCookieStore
-
- clearExpired(Date) - Method in class com.hannesdorfmann.httpkit.httpclient.PersistentCookieStore
-
- COLLECTION_TYPE_LIST - Static variable in interface com.hannesdorfmann.httpkit.parser.ParserWriter
-
Indicates, that the result of the parsing process should be returned as
List. the default List implementation is ArrayList
- COLLECTION_TYPE_NONE - Static variable in interface com.hannesdorfmann.httpkit.parser.ParserWriter
-
Indicates that the collection type should not be used while parsing, and
return a single class instance instead of a collection like
List,
Map, etc ...
- com.hannesdorfmann.httpkit - package com.hannesdorfmann.httpkit
-
- com.hannesdorfmann.httpkit.cache - package com.hannesdorfmann.httpkit.cache
-
- com.hannesdorfmann.httpkit.exception - package com.hannesdorfmann.httpkit.exception
-
- com.hannesdorfmann.httpkit.httpclient - package com.hannesdorfmann.httpkit.httpclient
-
- com.hannesdorfmann.httpkit.mvp - package com.hannesdorfmann.httpkit.mvp
-
- com.hannesdorfmann.httpkit.parser - package com.hannesdorfmann.httpkit.parser
-
- com.hannesdorfmann.httpkit.parser.condition - package com.hannesdorfmann.httpkit.parser.condition
-
- com.hannesdorfmann.httpkit.preloader - package com.hannesdorfmann.httpkit.preloader
-
- com.hannesdorfmann.httpkit.request - package com.hannesdorfmann.httpkit.request
-
- com.hannesdorfmann.httpkit.request.json - package com.hannesdorfmann.httpkit.request.json
-
- com.hannesdorfmann.httpkit.request.multi - package com.hannesdorfmann.httpkit.request.multi
-
- com.hannesdorfmann.httpkit.request.responseworker - package com.hannesdorfmann.httpkit.request.responseworker
-
- com.hannesdorfmann.httpkit.response - package com.hannesdorfmann.httpkit.response
-
- com.hannesdorfmann.httpkit.threading - package com.hannesdorfmann.httpkit.threading
-
- com.hannesdorfmann.httpkit.util - package com.hannesdorfmann.httpkit.util
-
- compareTo(DefaultHttpKit.DefaultCacheRetriever<?>) - Method in class com.hannesdorfmann.httpkit.DefaultHttpKit.DefaultCacheRetriever
-
- compareTo(HttpRequest) - Method in class com.hannesdorfmann.httpkit.request.AbstractHttpRequest
-
- compareTo(HttpTask<?>) - Method in class com.hannesdorfmann.httpkit.threading.HttpClientTask
-
- connectivityManager - Variable in class com.hannesdorfmann.httpkit.DefaultHttpKit
-
- contentEntityCharset - Variable in class com.hannesdorfmann.httpkit.request.HttpStringEntityRequest
-
- contentMimeType - Variable in class com.hannesdorfmann.httpkit.request.AbstractHttpEntityRequest
-
- context - Variable in class com.hannesdorfmann.httpkit.DefaultHttpKit
-
- generateHttpUriRequest(HttpRequest) - Method in class com.hannesdorfmann.httpkit.threading.HttpClientTask
-
Generates a HTTP compatible
HttpUriRequest from an
HttpRequest
- get(K, Class<?>, int) - Method in interface com.hannesdorfmann.httpkit.cache.DiskCache
-
- get(K, Class<?>, int) - Method in class com.hannesdorfmann.httpkit.cache.LruDiskCache
-
- get(K) - Method in class com.hannesdorfmann.httpkit.cache.LruMemoryCache
-
- get(K) - Method in interface com.hannesdorfmann.httpkit.cache.MemoryCache
-
Get the Cached entry
- get(String) - Method in class com.hannesdorfmann.httpkit.parser.DefaultParserWriterPool
-
- get(String) - Method in interface com.hannesdorfmann.httpkit.parser.ParserWriterPool
-
- getApplicationContext() - Method in class com.hannesdorfmann.httpkit.DefaultHttpKit
-
- getApplicationVersionCode(Context) - Static method in class com.hannesdorfmann.httpkit.util.CacheUtils
-
Get the current version code number of the app
- getBitmapMemoryCacheSize(Context) - Static method in class com.hannesdorfmann.httpkit.util.CacheUtils
-
Calculates the memory cache
- getCache() - Method in class com.hannesdorfmann.httpkit.DefaultHttpKit
-
- getCache() - Method in interface com.hannesdorfmann.httpkit.HttpKit
-
Get the cache that is uses
- getCachedResultFor304() - Method in class com.hannesdorfmann.httpkit.request.AbstractHttpRequest
-
- getCachedResultFor304() - Method in interface com.hannesdorfmann.httpkit.request.HttpRequest
-
- getCharsetEncoding() - Method in class com.hannesdorfmann.httpkit.request.HttpKeyValueEntityRequest
-
- getConditionToNegate() - Method in class com.hannesdorfmann.httpkit.parser.condition.NotCondition
-
- getConnectingTimeout() - Method in class com.hannesdorfmann.httpkit.request.AbstractHttpRequest
-
setConnectingTimeoutsetConnectingTimeout(int)
- getConnectingTimeout() - Method in interface com.hannesdorfmann.httpkit.request.HttpRequest
-
- getContentEntityCharset() - Method in class com.hannesdorfmann.httpkit.request.HttpStringEntityRequest
-
- getContentLength() - Method in class com.hannesdorfmann.httpkit.request.HttpInputStreamEntityRequest
-
Get the contentLength. return -1 if the content length is unknown.
- getContentMimeType() - Method in class com.hannesdorfmann.httpkit.request.AbstractHttpEntityRequest
-
- getCookie() - Method in class com.hannesdorfmann.httpkit.httpclient.SerializableCookie
-
- getCookies() - Method in class com.hannesdorfmann.httpkit.httpclient.PersistentCookieStore
-
- getCreationTimestamp() - Method in class com.hannesdorfmann.httpkit.request.AbstractHttpRequest
-
- getCreationTimestamp() - Method in interface com.hannesdorfmann.httpkit.request.HttpRequest
-
The unix timestamp in UTC milisecnds, when this
HttpRequest has
been created
- getCurrentRam(Context) - Static method in class com.hannesdorfmann.httpkit.util.CacheUtils
-
Get the current free ram in Mega Bytes
- getDataAsString() - Method in class com.hannesdorfmann.httpkit.request.HttpStringEntityRequest
-
Get string data that should be send with this request as entity
- getDataAsString() - Method in class com.hannesdorfmann.httpkit.request.json.HttpJsonRequest
-
- getDiskCacheDir(Context) - Static method in class com.hannesdorfmann.httpkit.util.CacheUtils
-
Get the path to the disk (as
File), where the disk cache can store his cache entries
- getETag() - Method in interface com.hannesdorfmann.httpkit.cache.CacheEntry
-
Get the E-Tag, if there is any
- getETag() - Method in class com.hannesdorfmann.httpkit.cache.DefaultCacheEntry
-
- getETag() - Method in class com.hannesdorfmann.httpkit.cache.WeakCacheEntry
-
- getExpirationTimestamp() - Method in interface com.hannesdorfmann.httpkit.cache.CacheEntry
-
Get the expirationValue
- getExpirationTimestamp() - Method in class com.hannesdorfmann.httpkit.cache.DefaultCacheEntry
-
- getExpirationTimestamp() - Method in class com.hannesdorfmann.httpkit.cache.WeakCacheEntry
-
- getExpirationTimestamp() - Method in class com.hannesdorfmann.httpkit.response.HttpResponse
-
Get the timestamp in utc timezone, when the value of this response
expires
- getFirst() - Method in class com.hannesdorfmann.httpkit.parser.condition.AndCondition
-
- getFirst() - Method in class com.hannesdorfmann.httpkit.parser.condition.OrCondition
-
- getFromDiskCache(K, Class<?>, int) - Method in interface com.hannesdorfmann.httpkit.cache.Cache
-
Get a value from the cache by passing additional information for the
ParserWriter
- getFromDiskCache(K, Class<?>, int) - Method in class com.hannesdorfmann.httpkit.cache.HybridCache
-
- getFromMemoryCache(K) - Method in interface com.hannesdorfmann.httpkit.cache.Cache
-
Do a quick look up.
- getFromMemoryCache(K) - Method in class com.hannesdorfmann.httpkit.cache.HybridCache
-
- getHttpClient() - Method in class com.hannesdorfmann.httpkit.DefaultHttpKit
-
- getHttpHeaders() - Method in class com.hannesdorfmann.httpkit.request.AbstractHttpRequest
-
- getHttpHeaders() - Method in interface com.hannesdorfmann.httpkit.request.HttpRequest
-
- getHttpMethod() - Method in class com.hannesdorfmann.httpkit.request.AbstractHttpRequest
-
- getHttpMethod() - Method in interface com.hannesdorfmann.httpkit.request.HttpRequest
-
Get the http method like GET, POST, PUT, DELETE.
- getHttpRequest() - Method in class com.hannesdorfmann.httpkit.DefaultHttpKit.DefaultCacheRetriever
-
- getHttpRequest() - Method in class com.hannesdorfmann.httpkit.response.HttpResponse
-
- getHttpRequest() - Method in interface com.hannesdorfmann.httpkit.threading.CacheRetriever
-
- getHttpRequest() - Method in class com.hannesdorfmann.httpkit.threading.HttpClientTask
-
- getHttpRequest() - Method in interface com.hannesdorfmann.httpkit.threading.HttpTask
-
- getHttpResponseReceiver() - Method in class com.hannesdorfmann.httpkit.threading.HttpClientTask
-
- getHttpResponseReceiver() - Method in interface com.hannesdorfmann.httpkit.threading.HttpTask
-
- getInputStream() - Method in class com.hannesdorfmann.httpkit.request.HttpInputStreamEntityRequest
-
Get the inputstream from where the data will be read
- getKeyValues() - Method in class com.hannesdorfmann.httpkit.request.HttpKeyValueEntityRequest
-
Get the entry set of the key value map
- getKeyValuesCount() - Method in class com.hannesdorfmann.httpkit.request.HttpKeyValueEntityRequest
-
Get the count of how many
- getMemoryClass(Context) - Static method in class com.hannesdorfmann.httpkit.util.CacheUtils
-
Get the memory class.
- getMethod() - Method in class com.hannesdorfmann.httpkit.httpclient.HttpDeleteWithBody
-
- getOverrideResponseCacheControl() - Method in class com.hannesdorfmann.httpkit.request.AbstractHttpRequest
-
- getOverrideResponseCacheControl() - Method in interface com.hannesdorfmann.httpkit.request.HttpRequest
-
- getOwner() - Method in class com.hannesdorfmann.httpkit.request.AbstractHttpRequest
-
- getOwner() - Method in interface com.hannesdorfmann.httpkit.request.HttpRequest
-
Get the owner
- getParamsString() - Method in class com.hannesdorfmann.httpkit.request.HttpKeyValueEntityRequest
-
Returns the parameters name and value in a string that can be sent with
the http request to transmit the parameters
- getParseCondition() - Method in class com.hannesdorfmann.httpkit.request.AbstractHttpRequest
-
- getParseCondition() - Method in interface com.hannesdorfmann.httpkit.request.HttpRequest
-
- getParseIntoClass() - Method in class com.hannesdorfmann.httpkit.request.AbstractHttpRequest
-
- getParseIntoClass() - Method in interface com.hannesdorfmann.httpkit.request.HttpRequest
-
- getParseIntoCollectionType() - Method in class com.hannesdorfmann.httpkit.request.AbstractHttpRequest
-
get the collection type.
- getParseIntoCollectionType() - Method in interface com.hannesdorfmann.httpkit.request.HttpRequest
-
get the collection type.
- getParserWriter() - Method in class com.hannesdorfmann.httpkit.request.AbstractHttpRequest
-
- getParserWriter() - Method in interface com.hannesdorfmann.httpkit.request.HttpRequest
-
Specify explicit which parser should be used for parsing the result of this request
- getParserWriterPool() - Method in interface com.hannesdorfmann.httpkit.cache.Cache
-
- getParserWriterPool() - Method in class com.hannesdorfmann.httpkit.cache.HybridCache
-
- getParserWriterPool() - Method in class com.hannesdorfmann.httpkit.request.AbstractHttpEntityRequest
-
- getPriority() - Method in class com.hannesdorfmann.httpkit.request.AbstractHttpRequest
-
- getPriority() - Method in interface com.hannesdorfmann.httpkit.request.HttpRequest
-
Get the priority
- getReadingResponseTimeout() - Method in class com.hannesdorfmann.httpkit.request.AbstractHttpRequest
-
- getReadingResponseTimeout() - Method in interface com.hannesdorfmann.httpkit.request.HttpRequest
-
- getResponse(int) - Method in class com.hannesdorfmann.httpkit.request.multi.HttpMultiRequest
-
Get the responses according the index (0...n), where the index is
equivalent to the order of the requ
- getResponseCode() - Method in class com.hannesdorfmann.httpkit.response.HttpResponse
-
Get the http status code of the http response
- getResponseContentCharset() - Method in class com.hannesdorfmann.httpkit.request.AbstractHttpRequest
-
- getResponseContentCharset() - Method in interface com.hannesdorfmann.httpkit.request.HttpRequest
-
- getResponseContentType() - Method in class com.hannesdorfmann.httpkit.request.AbstractHttpRequest
-
- getResponseContentType() - Method in interface com.hannesdorfmann.httpkit.request.HttpRequest
-
- getSecond() - Method in class com.hannesdorfmann.httpkit.parser.condition.AndCondition
-
- getSecond() - Method in class com.hannesdorfmann.httpkit.parser.condition.OrCondition
-
- getStatusCode() - Method in exception com.hannesdorfmann.httpkit.exception.UnexpectedHttpStatusCodeException
-
Get the status code
- getUrl() - Method in class com.hannesdorfmann.httpkit.request.AbstractHttpRequest
-
- getUrl() - Method in interface com.hannesdorfmann.httpkit.request.HttpRequest
-
Get the complete url where this request is send to
- getUrlEncodingCharset() - Method in class com.hannesdorfmann.httpkit.request.AbstractHttpRequest
-
Get the url encoding charset
- getUrlEncodingCharset() - Method in interface com.hannesdorfmann.httpkit.request.HttpRequest
-
Get the url encoding charset
- getUrlParamsString() - Method in class com.hannesdorfmann.httpkit.request.AbstractHttpRequest
-
Get the url parameters as string with "&" concatenated between each
parameter.
- getValue() - Method in interface com.hannesdorfmann.httpkit.cache.CacheEntry
-
Get the real value of this entry.
- getValue() - Method in class com.hannesdorfmann.httpkit.cache.DefaultCacheEntry
-
- getValue() - Method in class com.hannesdorfmann.httpkit.cache.WeakCacheEntry
-
- getValue() - Method in class com.hannesdorfmann.httpkit.response.HttpResponse
-
Get the parsed Result
- getView() - Method in class com.hannesdorfmann.httpkit.mvp.Presenter
-
Deprecated.
get the view
- GIF - Static variable in class com.hannesdorfmann.httpkit.parser.MimeType.Image
-
GIF
- GZipResponseInterceptor - Class in com.hannesdorfmann.httpkit.httpclient
-
An HttpResponseInterceptor that handles gzip compressed responses
- GZipResponseInterceptor() - Constructor for class com.hannesdorfmann.httpkit.httpclient.GZipResponseInterceptor
-
- INSTANCE - Static variable in class com.hannesdorfmann.httpkit.cache.DefaultCacheEntryExpirator
-
- is(Exception) - Static method in exception com.hannesdorfmann.httpkit.exception.NoInternetConnectionException
-
Determine if an exception is of that kind
- isAllowStaleData() - Method in class com.hannesdorfmann.httpkit.request.AbstractHttpRequest
-
- isAllowStaleData() - Method in interface com.hannesdorfmann.httpkit.request.HttpRequest
-
- isApplication(String) - Static method in class com.hannesdorfmann.httpkit.parser.MimeType.Application
-
Chceks if the mimetype is of mimetype clas application
- isCanceled() - Method in class com.hannesdorfmann.httpkit.request.AbstractHttpRequest
-
- isCanceled() - Method in interface com.hannesdorfmann.httpkit.request.HttpRequest
-
If this request has been canceled (by calling
HttpRequest.cancel() ) this
method will return true, otherwise false
- isExpired() - Method in interface com.hannesdorfmann.httpkit.cache.CacheEntry
-
true if this
CacheEntry has Expired, otherwise false.
- isExpired(long) - Method in interface com.hannesdorfmann.httpkit.cache.CacheEntryExpirator
-
Checks if a Cache Entry is Expired or not
- isExpired() - Method in class com.hannesdorfmann.httpkit.cache.DefaultCacheEntry
-
- isExpired(long) - Method in class com.hannesdorfmann.httpkit.cache.DefaultCacheEntryExpirator
-
- isExpired() - Method in class com.hannesdorfmann.httpkit.cache.WeakCacheEntry
-
- isFollowRedirection() - Method in class com.hannesdorfmann.httpkit.request.AbstractHttpRequest
-
- isFollowRedirection() - Method in interface com.hannesdorfmann.httpkit.request.HttpRequest
-
- isForceFromCache() - Method in class com.hannesdorfmann.httpkit.request.AbstractHttpRequest
-
- isForceFromCache() - Method in interface com.hannesdorfmann.httpkit.request.HttpRequest
-
- isForMimeType(String) - Method in class com.hannesdorfmann.httpkit.cache.AllLruDiskCache
-
- isForMimeType(String) - Method in interface com.hannesdorfmann.httpkit.cache.DiskCache
-
Determines if the the cache implementation can store values of the given mime type
- isForType(Bitmap) - Method in class com.hannesdorfmann.httpkit.cache.BitmapLruMemoryCache
-
- isForType(Object) - Method in class com.hannesdorfmann.httpkit.cache.CastedBitmapLruMemoryCache
-
- isForType(V) - Method in interface com.hannesdorfmann.httpkit.cache.MemoryCache
-
Determines if the the cache implementation can store values of the given (already parsed) value
- isFromCache() - Method in class com.hannesdorfmann.httpkit.response.HttpResponse
-
Returns true, if the response has been retrieved from the cache
- isFromCacheBecauseOffline() - Method in class com.hannesdorfmann.httpkit.response.HttpResponse
-
- isFullfilled(int) - Method in class com.hannesdorfmann.httpkit.parser.condition.AndCondition
-
- isFullfilled(int) - Method in class com.hannesdorfmann.httpkit.parser.condition.BetweenCondition
-
- isFullfilled(int) - Method in class com.hannesdorfmann.httpkit.parser.condition.EqualCondition
-
- isFullfilled(int) - Method in class com.hannesdorfmann.httpkit.parser.condition.LessThanCondition
-
- isFullfilled(int) - Method in class com.hannesdorfmann.httpkit.parser.condition.LessThanEqualCondition
-
- isFullfilled(int) - Method in class com.hannesdorfmann.httpkit.parser.condition.MoreThanCondition
-
- isFullfilled(int) - Method in class com.hannesdorfmann.httpkit.parser.condition.MoreThanEqualCondition
-
- isFullfilled(int) - Method in class com.hannesdorfmann.httpkit.parser.condition.NeverCondition
-
- isFullfilled(int) - Method in class com.hannesdorfmann.httpkit.parser.condition.NotCondition
-
- isFullfilled(int) - Method in class com.hannesdorfmann.httpkit.parser.condition.OrCondition
-
- isFullfilled(int) - Method in interface com.hannesdorfmann.httpkit.parser.condition.ParseCondition
-
Tests / determines if this conditioni is fullfilled or not
- isImage(String) - Static method in class com.hannesdorfmann.httpkit.parser.MimeType.Image
-
Returns true, if the mimetype belongs to image mimetype class
- isInList(HashSet<Class<?>>, Throwable) - Method in class com.hannesdorfmann.httpkit.httpclient.RetryHandler
-
- isLoggingEnabled() - Static method in class com.hannesdorfmann.httpkit.HttpKitLogger
-
- isNetworkAvailable() - Method in class com.hannesdorfmann.httpkit.DefaultHttpKit
-
- isNoInternetConnection(Exception) - Static method in class com.hannesdorfmann.httpkit.exception.HttpExceptionChecker
-
- isOnOfflineAllowExpiredCacheValue() - Method in class com.hannesdorfmann.httpkit.request.AbstractHttpRequest
-
- isOnOfflineAllowExpiredCacheValue() - Method in interface com.hannesdorfmann.httpkit.request.HttpRequest
-
- isOnOfflineFromCache() - Method in class com.hannesdorfmann.httpkit.request.AbstractHttpRequest
-
- isOnOfflineFromCache() - Method in interface com.hannesdorfmann.httpkit.request.HttpRequest
-
- isPaused() - Method in class com.hannesdorfmann.httpkit.threading.PausableThreadPoolExecutor
-
- isReadDiskCache() - Method in class com.hannesdorfmann.httpkit.request.AbstractHttpRequest
-
Is quering the disk cache enabled
- isReadDiskCache() - Method in interface com.hannesdorfmann.httpkit.request.HttpRequest
-
Is quering the disk cache enabled
- isReadMemoryCache() - Method in class com.hannesdorfmann.httpkit.request.AbstractHttpRequest
-
Is quering the memory cache enabled?
- isReadMemoryCache() - Method in interface com.hannesdorfmann.httpkit.request.HttpRequest
-
Is quering the memory cache enabled?
- isResponseOkOrNotModified() - Method in class com.hannesdorfmann.httpkit.response.HttpResponse
-
Checks if the response status code of the http request was 200 or 304,
which means that the http request has returned successful or the result
has been retrieved successfully from the cache
- isServerNotReachable(Exception) - Static method in class com.hannesdorfmann.httpkit.exception.HttpExceptionChecker
-
Tries to determine, if the thrown Exception has been thrown because the
server is not reachable.
- isText(String) - Static method in class com.hannesdorfmann.httpkit.parser.MimeType.Text
-
Checks if the mime type belongs to the mime type category "text"
- isUnexpectesStatusCode(Exception) - Static method in class com.hannesdorfmann.httpkit.exception.HttpExceptionChecker
-
- isWithoutCacheLookup() - Method in class com.hannesdorfmann.httpkit.request.AbstractHttpRequest
-
- isWithoutCacheLookup() - Method in interface com.hannesdorfmann.httpkit.request.HttpRequest
-
- isWriteDiskCache() - Method in class com.hannesdorfmann.httpkit.request.AbstractHttpRequest
-
Is quering the disk cache enabled
- isWriteDiskCache() - Method in interface com.hannesdorfmann.httpkit.request.HttpRequest
-
Is quering the disk cache enabled
- isWriteMemoryCache() - Method in class com.hannesdorfmann.httpkit.request.AbstractHttpRequest
-
Is quering the memory cache enabled?
- isWriteMemoryCache() - Method in interface com.hannesdorfmann.httpkit.request.HttpRequest
-
Is quering the memory cache enabled?
- parse(InputStream, Class<?>, int, String, String) - Method in interface com.hannesdorfmann.httpkit.parser.ParserWriter
-
- ParseCondition - Interface in com.hannesdorfmann.httpkit.parser.condition
-
A
ParseCondition is can be fullfilled or not. only if the condition
is fullfilled the result will be parsed.
- ParserWriter<T> - Interface in com.hannesdorfmann.httpkit.parser
-
A
ParserWriter can "parse" a
InputStream into a real object
and vice versa (write an Object to the original data format, like json, xml
or evene binary image data etc.)
- ParserWriterPool - Interface in com.hannesdorfmann.httpkit.parser
-
- parserWriterPool - Variable in class com.hannesdorfmann.httpkit.request.AbstractHttpEntityRequest
-
- PausableThreadPoolExecutor - Class in com.hannesdorfmann.httpkit.threading
-
- PausableThreadPoolExecutor(int, int, long, TimeUnit, BlockingQueue<Runnable>) - Constructor for class com.hannesdorfmann.httpkit.threading.PausableThreadPoolExecutor
-
- PausableThreadPoolExecutor(int, int, long, TimeUnit, BlockingQueue<Runnable>, ThreadFactory) - Constructor for class com.hannesdorfmann.httpkit.threading.PausableThreadPoolExecutor
-
- PausableThreadPoolExecutor(int, int, long, TimeUnit, BlockingQueue<Runnable>, RejectedExecutionHandler) - Constructor for class com.hannesdorfmann.httpkit.threading.PausableThreadPoolExecutor
-
- PausableThreadPoolExecutor(int, int, long, TimeUnit, BlockingQueue<Runnable>, ThreadFactory, RejectedExecutionHandler) - Constructor for class com.hannesdorfmann.httpkit.threading.PausableThreadPoolExecutor
-
- pause() - Method in class com.hannesdorfmann.httpkit.threading.PausableThreadPoolExecutor
-
Pause.
- PersistentCookieStore - Class in com.hannesdorfmann.httpkit.httpclient
-
A persistent cookie store which implements the Apache HttpClient
CookieStore interface.
- PersistentCookieStore(Context) - Constructor for class com.hannesdorfmann.httpkit.httpclient.PersistentCookieStore
-
Construct a persistent cookie store.
- PNG - Static variable in class com.hannesdorfmann.httpkit.parser.MimeType.Image
-
PNG
- preloadGet(HttpKit, HttpRequest) - Static method in class com.hannesdorfmann.httpkit.preloader.DiskPreloader
-
Execute a HttpGET request
- preloadGet(HttpKit, String) - Static method in class com.hannesdorfmann.httpkit.preloader.DiskPreloader
-
Execute a HTTP GET request and
- preloadGet(HttpKit, Collection<String>) - Static method in class com.hannesdorfmann.httpkit.preloader.DiskPreloader
-
Executes for each url in urls a new Http GET Request
- preloadGet(Context, HttpKit, String) - Static method in class com.hannesdorfmann.httpkit.preloader.WLanDiskPreloader
-
Executes an Http GET Request and stores the value to the disk cache, but only if WLAN is connected
- preloadGet(Context, HttpKit, HttpRequest) - Static method in class com.hannesdorfmann.httpkit.preloader.WLanDiskPreloader
-
- preloadGet(Context, HttpKit, Collection<String>) - Static method in class com.hannesdorfmann.httpkit.preloader.WLanDiskPreloader
-
Executes for each url in urls a new Http GET Request
- Presenter<V> - Class in com.hannesdorfmann.httpkit.mvp
-
Deprecated.
- Presenter(V) - Constructor for class com.hannesdorfmann.httpkit.mvp.Presenter
-
Deprecated.
- PRIORITY_HIGH - Static variable in interface com.hannesdorfmann.httpkit.request.HttpRequest
-
high priority
- PRIORITY_HIGHEST - Static variable in interface com.hannesdorfmann.httpkit.request.HttpRequest
-
The highest priority
- PRIORITY_LOW - Static variable in interface com.hannesdorfmann.httpkit.request.HttpRequest
-
low priority
- PRIORITY_LOWEST - Static variable in interface com.hannesdorfmann.httpkit.request.HttpRequest
-
The lowest priority
- PRIORITY_NORMAL - Static variable in interface com.hannesdorfmann.httpkit.request.HttpRequest
-
normal priority
- PriorityThreadPoolHttpExecutor - Class in com.hannesdorfmann.httpkit.threading
-
- PriorityThreadPoolHttpExecutor() - Constructor for class com.hannesdorfmann.httpkit.threading.PriorityThreadPoolHttpExecutor
-
- process(HttpRequest, HttpContext) - Method in class com.hannesdorfmann.httpkit.httpclient.AcceptGZipRequestInterceptor
-
- process(HttpResponse, HttpContext) - Method in class com.hannesdorfmann.httpkit.httpclient.GZipResponseInterceptor
-
- processHttpRequest() - Method in class com.hannesdorfmann.httpkit.threading.HttpClientTask
-
- put(K, V, String, String, long, String) - Method in interface com.hannesdorfmann.httpkit.cache.DiskCache
-
- put(K, V, String, String, long, String) - Method in class com.hannesdorfmann.httpkit.cache.LruDiskCache
-
- put(K, V, String, String, long, String) - Method in class com.hannesdorfmann.httpkit.cache.LruMemoryCache
-
- put(K, CacheEntry<V>) - Method in class com.hannesdorfmann.httpkit.cache.LruMemoryCache
-
- put(K, V, String, String, long, String) - Method in interface com.hannesdorfmann.httpkit.cache.MemoryCache
-
- put(K, CacheEntry<V>) - Method in interface com.hannesdorfmann.httpkit.cache.MemoryCache
-
Put a already existing entry in the memory cache
- putParam(String, String) - Method in class com.hannesdorfmann.httpkit.request.HttpKeyValueEntityRequest
-
- putParam(String, int) - Method in class com.hannesdorfmann.httpkit.request.HttpKeyValueEntityRequest
-
- putParam(String, boolean) - Method in class com.hannesdorfmann.httpkit.request.HttpKeyValueEntityRequest
-
- putParam(String, long) - Method in class com.hannesdorfmann.httpkit.request.HttpKeyValueEntityRequest
-
- putParam(String, double) - Method in class com.hannesdorfmann.httpkit.request.HttpKeyValueEntityRequest
-
- putParam(String, float) - Method in class com.hannesdorfmann.httpkit.request.HttpKeyValueEntityRequest
-
- putParam(String, short) - Method in class com.hannesdorfmann.httpkit.request.HttpKeyValueEntityRequest
-
- putParam(String, char) - Method in class com.hannesdorfmann.httpkit.request.HttpKeyValueEntityRequest
-
- putRaw(K, byte[], String, String, long, String) - Method in interface com.hannesdorfmann.httpkit.cache.DiskCache
-
Put as raw bytes
- putRaw(K, byte[], String, String, long, String) - Method in class com.hannesdorfmann.httpkit.cache.LruDiskCache
-
- putRawToDiskCache(K, byte[], String, String, Long, String) - Method in interface com.hannesdorfmann.httpkit.cache.Cache
-
Write as raw bytes
- putRawToDiskCache(K, byte[], String, String, Long, String) - Method in class com.hannesdorfmann.httpkit.cache.HybridCache
-
- putToDiskCache(K, V, String, String, Long, String) - Method in interface com.hannesdorfmann.httpkit.cache.Cache
-
Write
- putToDiskCache(K, V, String, String, Long, String) - Method in class com.hannesdorfmann.httpkit.cache.HybridCache
-
- putToMemoryCache(K, V, String, String, Long, String) - Method in interface com.hannesdorfmann.httpkit.cache.Cache
-
- putToMemoryCache(K, CacheEntry<V>) - Method in interface com.hannesdorfmann.httpkit.cache.Cache
-
Put a already existing
CacheEntry to the memory cache.
- putToMemoryCache(K, V, String, String, Long, String) - Method in class com.hannesdorfmann.httpkit.cache.HybridCache
-
- putToMemoryCache(K, CacheEntry<V>) - Method in class com.hannesdorfmann.httpkit.cache.HybridCache
-
- putUrlParam(String, String) - Method in class com.hannesdorfmann.httpkit.request.AbstractHttpRequest
-
Add or override an existing url parameter
- putUrlParam(String, int) - Method in class com.hannesdorfmann.httpkit.request.AbstractHttpRequest
-
Add or override an existing url parameter
- putUrlParam(String, long) - Method in class com.hannesdorfmann.httpkit.request.AbstractHttpRequest
-
Add or override an existing url parameter
- putUrlParam(String, boolean) - Method in class com.hannesdorfmann.httpkit.request.AbstractHttpRequest
-
Add or override an existing url parameter
- putUrlParam(String, float) - Method in class com.hannesdorfmann.httpkit.request.AbstractHttpRequest
-
Add or override an existing url parameter
- putUrlParam(String, double) - Method in class com.hannesdorfmann.httpkit.request.AbstractHttpRequest
-
Add or override an existing url parameter
- putUrlParam(String, char) - Method in class com.hannesdorfmann.httpkit.request.AbstractHttpRequest
-
Add or override an existing url parameter
- putUrlParam(String, String) - Method in interface com.hannesdorfmann.httpkit.request.HttpRequest
-
Add or override an existing url parameter
- putUrlParam(String, int) - Method in interface com.hannesdorfmann.httpkit.request.HttpRequest
-
Add or override an existing url parameter
- putUrlParam(String, long) - Method in interface com.hannesdorfmann.httpkit.request.HttpRequest
-
Add or override an existing url parameter
- putUrlParam(String, boolean) - Method in interface com.hannesdorfmann.httpkit.request.HttpRequest
-
Add or override an existing url parameter
- putUrlParam(String, float) - Method in interface com.hannesdorfmann.httpkit.request.HttpRequest
-
Add or override an existing url parameter
- putUrlParam(String, double) - Method in interface com.hannesdorfmann.httpkit.request.HttpRequest
-
Add or override an existing url parameter
- putUrlParam(String, char) - Method in interface com.hannesdorfmann.httpkit.request.HttpRequest
-
Add or override an existing url parameter
- putUrlParamAsString(String, String) - Method in class com.hannesdorfmann.httpkit.request.AbstractHttpRequest
-
- scheduleHttpRequest(HttpRequest, HttpResponseReceiver<T>) - Method in class com.hannesdorfmann.httpkit.DefaultHttpKit
-
Schedules a HttpRequest to be executed to check the cache
- SerializableCookie - Class in com.hannesdorfmann.httpkit.httpclient
-
- SerializableCookie(Cookie) - Constructor for class com.hannesdorfmann.httpkit.httpclient.SerializableCookie
-
- setAllowStaleData(boolean) - Method in class com.hannesdorfmann.httpkit.request.AbstractHttpRequest
-
Allow stale data to be returned from cache and to refresh data in background.
- setAllowStaleData(boolean) - Method in interface com.hannesdorfmann.httpkit.request.HttpRequest
-
Allow stale data to be returned from cache and to refresh data in background.
- setCache(Cache<String, Object>) - Method in class com.hannesdorfmann.httpkit.DefaultHttpKit
-
- setCache(Cache<String, Object>) - Method in interface com.hannesdorfmann.httpkit.HttpKit
-
Sets the internal cache
- setCachedResultFor304(CacheEntry<?>) - Method in class com.hannesdorfmann.httpkit.request.AbstractHttpRequest
-
- setCachedResultFor304(CacheEntry<?>) - Method in interface com.hannesdorfmann.httpkit.request.HttpRequest
-
If the cached result contains an ETag, than we need to revalidate it,
even if we have a cached result.
- setCacheRetrieverListener(CacheRetriever.CacheRetrieverListener) - Method in class com.hannesdorfmann.httpkit.DefaultHttpKit.DefaultCacheRetriever
-
- setCacheRetrieverListener(CacheRetriever.CacheRetrieverListener) - Method in interface com.hannesdorfmann.httpkit.threading.CacheRetriever
-
- setCanceledListener(HttpRequest.CanceledListener) - Method in class com.hannesdorfmann.httpkit.request.AbstractHttpRequest
-
- setCanceledListener(HttpRequest.CanceledListener) - Method in interface com.hannesdorfmann.httpkit.request.HttpRequest
-
Set the cancel
GpsStatus.Listener, that will be informed when the
HttpRequest has been canceled.
- setCharsetEnconding(String) - Method in class com.hannesdorfmann.httpkit.request.HttpKeyValueEntityRequest
-
- setConditionToNegate(ParseCondition) - Method in class com.hannesdorfmann.httpkit.parser.condition.NotCondition
-
- setConnectingTimeout(int) - Method in class com.hannesdorfmann.httpkit.request.AbstractHttpRequest
-
- setConnectingTimeout(int) - Method in interface com.hannesdorfmann.httpkit.request.HttpRequest
-
Sets the timeout of trying to connect the web service (in miliseconds).
- setContentEntityCharset(String) - Method in class com.hannesdorfmann.httpkit.request.HttpStringEntityRequest
-
- setContentMimeType(String) - Method in class com.hannesdorfmann.httpkit.request.AbstractHttpEntityRequest
-
Set the mimetype of the content / entity
- setEntryExpirator(CacheEntryExpirator) - Method in interface com.hannesdorfmann.httpkit.cache.CacheEntry
-
- setEntryExpirator(CacheEntryExpirator) - Method in class com.hannesdorfmann.httpkit.cache.DefaultCacheEntry
-
- setEntryExpirator(CacheEntryExpirator) - Method in class com.hannesdorfmann.httpkit.cache.WeakCacheEntry
-
- setEqualValue(int) - Method in class com.hannesdorfmann.httpkit.parser.condition.EqualCondition
-
- setETag(String) - Method in class com.hannesdorfmann.httpkit.cache.DefaultCacheEntry
-
- setETag(String) - Method in class com.hannesdorfmann.httpkit.cache.WeakCacheEntry
-
- setExecutor(ExecutorService) - Static method in class com.hannesdorfmann.httpkit.request.responseworker.ResponseWorkerExecutor
-
- setExpirationTimestamp(long) - Method in interface com.hannesdorfmann.httpkit.cache.CacheEntry
-
Seht the expiration timestamp, when this entry will expires
- setExpirationTimestamp(long) - Method in class com.hannesdorfmann.httpkit.cache.DefaultCacheEntry
-
- setExpirationTimestamp(long) - Method in class com.hannesdorfmann.httpkit.cache.WeakCacheEntry
-
- setExpirationTimestamp(long) - Method in class com.hannesdorfmann.httpkit.response.HttpResponse
-
Set the timestamp when the value of this response expires
- setFirst(ParseCondition) - Method in class com.hannesdorfmann.httpkit.parser.condition.AndCondition
-
- setFirst(ParseCondition) - Method in class com.hannesdorfmann.httpkit.parser.condition.OrCondition
-
- setFollowRedirection(boolean) - Method in class com.hannesdorfmann.httpkit.request.AbstractHttpRequest
-
- setFollowRedirection(boolean) - Method in interface com.hannesdorfmann.httpkit.request.HttpRequest
-
Set it to true, if you automatically want to follow http redirections
- setForceFromCache(boolean) - Method in class com.hannesdorfmann.httpkit.request.AbstractHttpRequest
-
- setForceFromCache(boolean) - Method in interface com.hannesdorfmann.httpkit.request.HttpRequest
-
Set it to true, if you explicit want to retrieve the desired data from
cache, ignoring the cache control.
- setFromCache(boolean) - Method in class com.hannesdorfmann.httpkit.response.HttpResponse
-
- setFromCacheBecauseOffline(boolean) - Method in class com.hannesdorfmann.httpkit.response.HttpResponse
-
Set this to true, if the response comes from the cache, because the
smartphone is offline
- setHttpExecutor(HttpExecutor) - Method in class com.hannesdorfmann.httpkit.DefaultHttpKit
-
- setHttpExecutor(HttpExecutor) - Method in interface com.hannesdorfmann.httpkit.HttpKit
-
- setHttpMethod(String) - Method in class com.hannesdorfmann.httpkit.request.AbstractHttpRequest
-
- setHttpMethod(String) - Method in interface com.hannesdorfmann.httpkit.request.HttpRequest
-
Sets the http method, that is used by
HttpKit to execute this
request.
- setHttpRequest(HttpRequest) - Method in class com.hannesdorfmann.httpkit.response.HttpResponse
-
- setHttpTaskCanceledListener(HttpTask.HttpTaskCanceledListener) - Method in class com.hannesdorfmann.httpkit.threading.HttpClientTask
-
- setHttpTaskCanceledListener(HttpTask.HttpTaskCanceledListener) - Method in interface com.hannesdorfmann.httpkit.threading.HttpTask
-
- setHttpTaskFinishedListener(HttpTask.HttpTaskFinishedListener) - Method in class com.hannesdorfmann.httpkit.threading.HttpClientTask
-
- setHttpTaskFinishedListener(HttpTask.HttpTaskFinishedListener) - Method in interface com.hannesdorfmann.httpkit.threading.HttpTask
-
- setHttpTaskPriorityChangedListener(HttpTask.HttpTaskPriorityChangedListener) - Method in class com.hannesdorfmann.httpkit.threading.HttpClientTask
-
- setHttpTaskPriorityChangedListener(HttpTask.HttpTaskPriorityChangedListener) - Method in interface com.hannesdorfmann.httpkit.threading.HttpTask
-
- setHttpTaskStartedListener(HttpTask.HttpTaskStartedListner) - Method in class com.hannesdorfmann.httpkit.threading.HttpClientTask
-
- setHttpTaskStartedListener(HttpTask.HttpTaskStartedListner) - Method in interface com.hannesdorfmann.httpkit.threading.HttpTask
-
- setLessOrEqualValue(int) - Method in class com.hannesdorfmann.httpkit.parser.condition.LessThanEqualCondition
-
- setLessThanValue(int) - Method in class com.hannesdorfmann.httpkit.parser.condition.LessThanCondition
-
- setLogging(boolean) - Static method in class com.hannesdorfmann.httpkit.HttpKitLogger
-
Enable or disable logging
- setLogTag(String) - Static method in class com.hannesdorfmann.httpkit.HttpKitLogger
-
Set the tag, that is used for the logger
- setLowerBound(int) - Method in class com.hannesdorfmann.httpkit.parser.condition.BetweenCondition
-
- setMoreOrEqualValue(int) - Method in class com.hannesdorfmann.httpkit.parser.condition.MoreThanEqualCondition
-
- setMoreThanValue(int) - Method in class com.hannesdorfmann.httpkit.parser.condition.MoreThanCondition
-
- setOnOfflineAllowExpiredCacheValue(boolean) - Method in class com.hannesdorfmann.httpkit.request.AbstractHttpRequest
-
- setOnOfflineAllowExpiredCacheValue(boolean) - Method in interface com.hannesdorfmann.httpkit.request.HttpRequest
-
Set it to true, if you want to get expired results from cache, when the
user is offline (has no active internet connection).
- setOnOfflineFromCache(boolean) - Method in class com.hannesdorfmann.httpkit.request.AbstractHttpRequest
-
Set it to true, if you want try to get the data from the cache, if the
users device has currently no active internet connection
- setOnOfflineFromCache(boolean) - Method in interface com.hannesdorfmann.httpkit.request.HttpRequest
-
Set it to true, if you want try to get the data from the cache, if the
users device has currently no active internet connection
- setOverrideResponseCacheControl(String) - Method in class com.hannesdorfmann.httpkit.request.AbstractHttpRequest
-
- setOverrideResponseCacheControl(String) - Method in interface com.hannesdorfmann.httpkit.request.HttpRequest
-
Overrides the original cache control header of the response with this one.
- setOwner(Object) - Method in class com.hannesdorfmann.httpkit.request.AbstractHttpRequest
-
- setOwner(Object) - Method in interface com.hannesdorfmann.httpkit.request.HttpRequest
-
Set the owner
- setParseCondition(ParseCondition) - Method in class com.hannesdorfmann.httpkit.request.AbstractHttpRequest
-
- setParseCondition(ParseCondition) - Method in interface com.hannesdorfmann.httpkit.request.HttpRequest
-
- setParseInto(Class<?>) - Method in class com.hannesdorfmann.httpkit.request.AbstractHttpRequest
-
Set the
Class to where the result should be parsed.
- setParseInto(Class<?>, int) - Method in class com.hannesdorfmann.httpkit.request.AbstractHttpRequest
-
Specfy here the class where to parse and set the collection type.
- setParseInto(Class<?>) - Method in interface com.hannesdorfmann.httpkit.request.HttpRequest
-
Set the
Class to where the result should be parsed.
- setParseInto(Class<?>, int) - Method in interface com.hannesdorfmann.httpkit.request.HttpRequest
-
Specfy here the class where to parse and set the collection type.
- setParserWriter(ParserWriter<?>) - Method in class com.hannesdorfmann.httpkit.request.AbstractHttpRequest
-
- setParserWriterPool(ParserWriterPool) - Method in interface com.hannesdorfmann.httpkit.cache.DiskCache
-
Used to give the disk cache all available
ParserWriters
to read or write data
- setParserWriterPool(ParserWriterPool) - Method in class com.hannesdorfmann.httpkit.cache.LruDiskCache
-
- setParserWriterPool(ParserWriterPool) - Method in class com.hannesdorfmann.httpkit.request.AbstractHttpEntityRequest
-
- setParserWriterPool(ParserWriterPool) - Method in interface com.hannesdorfmann.httpkit.request.HttpDataTransformingRequest
-
Set the
ParserWriterPool that could be useful
to transforming data (example from a java object to an json String)
- setPriority(int) - Method in class com.hannesdorfmann.httpkit.request.AbstractHttpRequest
-
- setPriority(int) - Method in interface com.hannesdorfmann.httpkit.request.HttpRequest
-
- setPriorityChangedListener(HttpRequest.PriorityChangedListener) - Method in class com.hannesdorfmann.httpkit.request.AbstractHttpRequest
-
- setPriorityChangedListener(HttpRequest.PriorityChangedListener) - Method in interface com.hannesdorfmann.httpkit.request.HttpRequest
-
- setReadDiskCache(boolean) - Method in class com.hannesdorfmann.httpkit.request.AbstractHttpRequest
-
Should the disk cache be queried to retrieve a cached value
- setReadDiskCache(boolean) - Method in interface com.hannesdorfmann.httpkit.request.HttpRequest
-
Should the disk cache be queried to retrieve a cached value
- setReadingResponseTimeout(int) - Method in class com.hannesdorfmann.httpkit.request.AbstractHttpRequest
-
- setReadingResponseTimeout(int) - Method in interface com.hannesdorfmann.httpkit.request.HttpRequest
-
Set the timeout of trying to read data from the web service (as answer /
response of an request).
- setReadMemoryCache(boolean) - Method in class com.hannesdorfmann.httpkit.request.AbstractHttpRequest
-
Should the memory cache be queried to retrieve a cached value
- setReadMemoryCache(boolean) - Method in interface com.hannesdorfmann.httpkit.request.HttpRequest
-
Should the memory cache be queried to retrieve a cached value
- setResonseCode(int) - Method in class com.hannesdorfmann.httpkit.response.HttpResponse
-
Set the status code of the http response
- setResponseContentCharset(String) - Method in class com.hannesdorfmann.httpkit.request.AbstractHttpRequest
-
- setResponseContentCharset(String) - Method in interface com.hannesdorfmann.httpkit.request.HttpRequest
-
If you work with an web service that does not deliver the content type
charset in the http header, than you can set it manually with this
method.
- setResponseContentType(String) - Method in class com.hannesdorfmann.httpkit.request.AbstractHttpRequest
-
- setResponseContentType(String) - Method in interface com.hannesdorfmann.httpkit.request.HttpRequest
-
If you work with an web service that does not deliver the content type
(mime type) of the result, you can set it manually, what mime type the
response is.
- setResponseReceiver(HttpMultiResponseReceiver) - Method in class com.hannesdorfmann.httpkit.request.multi.HttpMultiRequest
-
- setSecond(ParseCondition) - Method in class com.hannesdorfmann.httpkit.parser.condition.AndCondition
-
- setSecond(ParseCondition) - Method in class com.hannesdorfmann.httpkit.parser.condition.OrCondition
-
- setUpperBound(int) - Method in class com.hannesdorfmann.httpkit.parser.condition.BetweenCondition
-
- setUrl(String) - Method in class com.hannesdorfmann.httpkit.request.AbstractHttpRequest
-
- setUrl(String) - Method in interface com.hannesdorfmann.httpkit.request.HttpRequest
-
Set the url
- setUrlEncodingCharset(String) - Method in class com.hannesdorfmann.httpkit.request.AbstractHttpRequest
-
Set the url encoding charset, used with
URLEncoder to url encode
parameter key and value
- setUrlEncodingCharset(String) - Method in interface com.hannesdorfmann.httpkit.request.HttpRequest
-
Set the url encoding charset, used with
URLEncoder to url encode
parameter key and value
- setValue(T) - Method in class com.hannesdorfmann.httpkit.cache.DefaultCacheEntry
-
- setValue(WeakReference<T>) - Method in class com.hannesdorfmann.httpkit.cache.WeakCacheEntry
-
- setValue(T) - Method in class com.hannesdorfmann.httpkit.response.HttpResponse
-
Set the parsed Result of the http response
- setView(V) - Method in class com.hannesdorfmann.httpkit.mvp.Presenter
-
Deprecated.
Set the view
- setWithoutCacheLookup(boolean) - Method in class com.hannesdorfmann.httpkit.request.AbstractHttpRequest
-
- setWithoutCacheLookup(boolean) - Method in interface com.hannesdorfmann.httpkit.request.HttpRequest
-
Set this to true, if you want explicit to execute this http request,
without quering the cache.
- setWriteDiskCache(boolean) - Method in class com.hannesdorfmann.httpkit.request.AbstractHttpRequest
-
Should the disk cache be queried to retrieve a cached value
- setWriteDiskCache(boolean) - Method in interface com.hannesdorfmann.httpkit.request.HttpRequest
-
Should the disk cache be queried to retrieve a cached value
- setWriteMemoryCache(boolean) - Method in class com.hannesdorfmann.httpkit.request.AbstractHttpRequest
-
Should the memory cache be queried to retrieve a cached value
- setWriteMemoryCache(boolean) - Method in interface com.hannesdorfmann.httpkit.request.HttpRequest
-
Should the memory cache be queried to retrieve a cached value
- sizeOf(String, CacheEntry<Bitmap>) - Method in class com.hannesdorfmann.httpkit.cache.BitmapLruMemoryCache
-
- sizeOf(String, CacheEntry<Object>) - Method in class com.hannesdorfmann.httpkit.cache.CastedBitmapLruMemoryCache
-
- sizeOf(K, CacheEntry<V>) - Method in class com.hannesdorfmann.httpkit.cache.LruMemoryCache
-
Returns the size of the entry for key and value in
user-defined units.
- start(HttpRequest...) - Method in class com.hannesdorfmann.httpkit.request.multi.HttpMultiRequest
-
- start(List<HttpRequest>) - Method in class com.hannesdorfmann.httpkit.request.multi.HttpMultiRequest
-
Start
- startHttpRequestAsync(HttpRequest, HttpResponseReceiver<T>) - Method in class com.hannesdorfmann.httpkit.DefaultHttpKit
-
Starts the http request asynchronously in a new thread.
- SubCache<K,V> - Interface in com.hannesdorfmann.httpkit.cache
-
- submitRetrieverTask(CacheRetriever) - Method in class com.hannesdorfmann.httpkit.threading.CacheRetrieverExecutor
-
- submitTask(HttpTask<?>) - Method in interface com.hannesdorfmann.httpkit.threading.HttpExecutor
-
- submitTask(HttpTask<?>) - Method in class com.hannesdorfmann.httpkit.threading.PriorityThreadPoolHttpExecutor
-