Skip navigation links
A B C D E F G H I J L M O P R S T U W 

A

ACCESS_TOKEN - Static variable in class com.humandevice.android.resttools.rest.Request
 
addClassToForm(String[], Object, HttpParameters) - Method in class com.humandevice.android.resttools.adapters.ReflectHttpUrlEncodedSerializer
 
addHeader(String, String) - Method in class com.humandevice.android.resttools.rest.Request
 
addParameter(Object, String...) - Method in class com.humandevice.android.resttools.adapters.HttpParameters
Dodanie parametru do body zapytania
addParameter(HttpParameters) - Method in class com.humandevice.android.resttools.adapters.HttpParameters
Dodanie parametru do body zapytania
addParameter(Map<String, Object>) - Method in class com.humandevice.android.resttools.adapters.HttpParameters
Dodanie parametru do body zapytania
addTask(Request<T>, int) - Method in class com.humandevice.android.resttools.rest.PoolRequest
 
addTask(Request<T>, int, PoolRequest.PostTask<T>) - Method in class com.humandevice.android.resttools.rest.PoolRequest
 
AUTHORIZATION - Static variable in class com.humandevice.android.resttools.rest.Request
 

B

BaseErrorResponse - Class in com.humandevice.android.resttools.rest.exceptions
TODO Dokumentacja
BaseErrorResponse() - Constructor for class com.humandevice.android.resttools.rest.exceptions.BaseErrorResponse
 

C

checkConnectionRestrictions(Request<T>) - Method in class com.humandevice.android.resttools.rest.Request
 
checkTokenValidity() - Method in class com.humandevice.android.resttools.rest.Request
Metoda jest wykonywana dla Requestów implementujących interfejs TokenRequest.
CODE_ACCEPTED - Static variable in exception com.humandevice.android.resttools.rest.exceptions.RequestException
Request accepted but data is incomplete / invalid
CODE_BAD_REQUEST - Static variable in exception com.humandevice.android.resttools.rest.exceptions.RequestException
The request was invalid.
CODE_FORBIDDEN - Static variable in exception com.humandevice.android.resttools.rest.exceptions.RequestException
You don't have permission to complete the operation or access the resource.
CODE_INTERNAL_SERVER_ERROR - Static variable in exception com.humandevice.android.resttools.rest.exceptions.RequestException
Something is wrong on our end.
CODE_METHOD_NOT_ALLOWED - Static variable in exception com.humandevice.android.resttools.rest.exceptions.RequestException
The method specified in the Request-Line is not allowed for the resource identified by the Request-URI.
CODE_NOT_FOUND - Static variable in exception com.humandevice.android.resttools.rest.exceptions.RequestException
You requested an invalid method.
CODE_OK - Static variable in exception com.humandevice.android.resttools.rest.exceptions.RequestException
Request completed
CODE_SERVICE_UNAVAILABLE - Static variable in exception com.humandevice.android.resttools.rest.exceptions.RequestException
The method you requested is currently unavailable (due to maintenance or high load).
CODE_TIMEOUT - Static variable in exception com.humandevice.android.resttools.rest.exceptions.RequestException
The server timed out waiting for the request.
CODE_TOO_MANY_REQUESTS - Static variable in exception com.humandevice.android.resttools.rest.exceptions.RequestException
You have exceeded the rate limit.
CODE_UNAUTHORIZED - Static variable in exception com.humandevice.android.resttools.rest.exceptions.RequestException
The authentication you provided is invalid.
com.humandevice.android.resttools.adapters - package com.humandevice.android.resttools.adapters
 
com.humandevice.android.resttools.model - package com.humandevice.android.resttools.model
 
com.humandevice.android.resttools.rest - package com.humandevice.android.resttools.rest
 
com.humandevice.android.resttools.rest.exceptions - package com.humandevice.android.resttools.rest.exceptions
 
com.humandevice.android.resttools.rest.listeners - package com.humandevice.android.resttools.rest.listeners
 
com.humandevice.android.resttools.service - package com.humandevice.android.resttools.service
 
ConnectionRestrictionFailedException - Exception in com.humandevice.android.resttools.rest.exceptions
Exception wywoływany w przypadku gdy wymagania połączenia nie zostały spełnione
ConnectionRestrictionFailedException() - Constructor for exception com.humandevice.android.resttools.rest.exceptions.ConnectionRestrictionFailedException
 
ConnectionRestrictionFailedException(String) - Constructor for exception com.humandevice.android.resttools.rest.exceptions.ConnectionRestrictionFailedException
 
ConnectionRestrictionFailedException(String, Throwable) - Constructor for exception com.humandevice.android.resttools.rest.exceptions.ConnectionRestrictionFailedException
 
ConnectionRestrictionFailedException(Throwable) - Constructor for exception com.humandevice.android.resttools.rest.exceptions.ConnectionRestrictionFailedException
 
CONTENT_TYPE - Static variable in class com.humandevice.android.resttools.rest.Request
 
createRequestTask() - Method in class com.humandevice.android.resttools.rest.Request
Utworzenie nowego zadania dla zapytania
createResponseObject() - Method in exception com.humandevice.android.resttools.rest.exceptions.RequestException
 

D

DeleteRequest<T> - Class in com.humandevice.android.resttools.rest
Klasa obsługująca połączenie z api metodą DELETE
DeleteRequest() - Constructor for class com.humandevice.android.resttools.rest.DeleteRequest
 
done(Map<Integer, RequestFuture>) - Method in interface com.humandevice.android.resttools.rest.listeners.PoolRequestListener
 
done(RequestFuture<T>) - Method in interface com.humandevice.android.resttools.rest.listeners.RequestListener
Metoda wywoływana po zakończeniu wykonywania zadania
done() - Method in class com.humandevice.android.resttools.rest.RequestFutureTask
 

E

ErrorResponse - Interface in com.humandevice.android.resttools.rest.exceptions
Odpowiedź serwera zawierająca informacje o błędach.
execute(PoolRequestListener) - Method in class com.humandevice.android.resttools.rest.PoolRequest
 
execute() - Method in class com.humandevice.android.resttools.rest.Request
Metoda uruchamiająca wykonywanie zapytania
execute(RequestListener<T>) - Method in class com.humandevice.android.resttools.rest.Request
Metoda uruchamiająca wykonywanie zapytania, po zakończeniu uruchamiana jest metoda listenera
execute(PoolRequestListener) - Method in class com.humandevice.android.resttools.rest.SerialPoolRequest
 
execute(PoolRequestListener) - Method in class com.humandevice.android.resttools.rest.ThreadPoolRequest
 

F

fail(RequestException, int) - Method in interface com.humandevice.android.resttools.rest.listeners.PoolRequestListener
 

G

get() - Method in interface com.humandevice.android.resttools.rest.RequestFuture
 
get(long, TimeUnit) - Method in interface com.humandevice.android.resttools.rest.RequestFuture
 
get() - Method in class com.humandevice.android.resttools.rest.RequestFutureTask
 
get(long, TimeUnit) - Method in class com.humandevice.android.resttools.rest.RequestFutureTask
 
getAllFields(Class<?>) - Static method in class com.humandevice.android.resttools.adapters.RestAnnotationsHelper
 
getApiHost() - Method in class com.humandevice.android.resttools.rest.RestConfiguration
 
getApiPort() - Method in class com.humandevice.android.resttools.rest.RestConfiguration
 
getApiScheme() - Method in class com.humandevice.android.resttools.rest.RestConfiguration
 
getAuthorization() - Method in class com.humandevice.android.resttools.rest.RestConfiguration
 
getAuthorizationPassword() - Method in class com.humandevice.android.resttools.rest.RestConfiguration
 
getAuthorizationUser() - Method in class com.humandevice.android.resttools.rest.RestConfiguration
 
getCode() - Method in class com.humandevice.android.resttools.rest.exceptions.BaseErrorResponse
 
getCode() - Method in interface com.humandevice.android.resttools.rest.exceptions.ErrorResponse
 
getCode() - Method in exception com.humandevice.android.resttools.rest.exceptions.RequestException
Kod błędu
getConnectionRestriction() - Method in class com.humandevice.android.resttools.rest.RestConfiguration
 
getEnumRestName(Field, Object) - Static method in class com.humandevice.android.resttools.adapters.RestAnnotationsHelper
 
getErrorResponseClass() - Method in class com.humandevice.android.resttools.rest.RestConfiguration
 
getErrors() - Method in class com.humandevice.android.resttools.rest.exceptions.BaseErrorResponse
 
getErrors() - Method in interface com.humandevice.android.resttools.rest.exceptions.ErrorResponse
 
getErrors() - Method in exception com.humandevice.android.resttools.rest.exceptions.RequestException
błędy w formularzu
getHandler() - Method in class com.humandevice.android.resttools.rest.RequestFutureTask
 
getInstance() - Static method in class com.humandevice.android.resttools.adapters.JacksonMapper
 
getMessage() - Method in class com.humandevice.android.resttools.rest.exceptions.BaseErrorResponse
 
getMessage() - Method in interface com.humandevice.android.resttools.rest.exceptions.ErrorResponse
 
getMessage() - Method in exception com.humandevice.android.resttools.rest.exceptions.RequestException
Wiadomość błędu
getName() - Method in class com.humandevice.android.resttools.rest.exceptions.BaseErrorResponse
 
getName() - Method in interface com.humandevice.android.resttools.rest.exceptions.ErrorResponse
 
getObjectMapper() - Method in class com.humandevice.android.resttools.adapters.JacksonMapper
 
getObjectWriter() - Method in class com.humandevice.android.resttools.adapters.JacksonMapper
 
getParameterClass() - Method in class com.humandevice.android.resttools.rest.Request
metoda zwracająca classę obiektu oczekiwanego w odpowiedzi
getParameterType() - Method in class com.humandevice.android.resttools.rest.Request
Metoda zwracająca typ obiektu zwracanego, jeśli metoda nie została przeciążona to zwraca null
getReaderFor(<any>) - Method in class com.humandevice.android.resttools.adapters.JacksonMapper
 
getReaderFor(Class<?>) - Method in class com.humandevice.android.resttools.adapters.JacksonMapper
 
GetRequest<E> - Class in com.humandevice.android.resttools.rest
Klasa obsługująca połączenie z Api metodą GET
GetRequest() - Constructor for class com.humandevice.android.resttools.rest.GetRequest
 
getRequestBody() - Method in class com.humandevice.android.resttools.rest.Request
metoda zwracająca body zapytania zawierające parameters
getRestName(Field) - Static method in class com.humandevice.android.resttools.adapters.RestAnnotationsHelper
 
getStatusCode() - Method in class com.humandevice.android.resttools.rest.exceptions.BaseErrorResponse
 
getStatusCode() - Method in interface com.humandevice.android.resttools.rest.exceptions.ErrorResponse
 
getStatusCode() - Method in exception com.humandevice.android.resttools.rest.exceptions.RequestException
Kod odpowiedzi
getSuccessStatusCodes() - Method in class com.humandevice.android.resttools.rest.RestConfiguration
 
getTimeout() - Method in class com.humandevice.android.resttools.rest.RestConfiguration
 
getToken() - Method in interface com.humandevice.android.resttools.model.Token
 
getToken() - Method in interface com.humandevice.android.resttools.service.IUserService
 
getUrl() - Method in class com.humandevice.android.resttools.rest.Request
Metoda zwraca kompletny adres url do metody api.
getUserService() - Method in class com.humandevice.android.resttools.rest.Request
 
getUserServiceClass() - Method in class com.humandevice.android.resttools.rest.RestConfiguration
 

H

hasRestObjectAnnotation(Class<?>) - Static method in class com.humandevice.android.resttools.adapters.RestAnnotationsHelper
 
HttpParameters - Class in com.humandevice.android.resttools.adapters
Class for storing request parameters
HttpParameters() - Constructor for class com.humandevice.android.resttools.adapters.HttpParameters
 
HttpUrlEncodedSerializer<Model> - Interface in com.humandevice.android.resttools.adapters
Interface for converting model into http params

I

INTERRUPTED - Static variable in exception com.humandevice.android.resttools.rest.exceptions.RequestException
Waiting thread is activated before the condition it was waiting for has been satisfied.
isArray(Object) - Static method in class com.humandevice.android.resttools.adapters.RestAnnotationsHelper
 
isCastBooleanToInt() - Method in class com.humandevice.android.resttools.rest.RestConfiguration
 
isConnectionError() - Method in exception com.humandevice.android.resttools.rest.exceptions.RequestException
Metoda sprawdzająca czy exception został wywołany na etapie połączenia z serwerem
isLogged() - Method in interface com.humandevice.android.resttools.service.IUserService
 
isMultipartRequest - Variable in class com.humandevice.android.resttools.rest.Request
 
isResponseError() - Method in exception com.humandevice.android.resttools.rest.exceptions.RequestException
Metoda sprawdzająca czy exception został wywołany na serwerze i został zwrócony json błędu
isTokenRequest() - Method in class com.humandevice.android.resttools.rest.Request
Sprawdzenie czy zapytanie wymaga autoryzacji przy użyciu tokena
isTokenValid() - Method in interface com.humandevice.android.resttools.service.IUserService
 
isUnixTime() - Method in class com.humandevice.android.resttools.rest.RestConfiguration
 
iterator() - Method in class com.humandevice.android.resttools.adapters.HttpParameters
 
IUserService - Interface in com.humandevice.android.resttools.service
Intefejs zapewniający podstawowe metody IUserService.

J

JacksonMapper - Class in com.humandevice.android.resttools.adapters
Jackson Singleton.

L

lock() - Method in class com.humandevice.android.resttools.rest.ThreadLock
Próbuje zablokować zasób.
logout() - Method in interface com.humandevice.android.resttools.service.IUserService
Wylogowuje użytkownika, czyszcząc przy tym zapamiętane tokeny.

M

MEDIA_TYPE - Static variable in class com.humandevice.android.resttools.rest.Request
 
mErrorResponse - Variable in exception com.humandevice.android.resttools.rest.exceptions.RequestException
 
mExecuted - Variable in class com.humandevice.android.resttools.rest.PoolRequest
 
mExecutor - Variable in class com.humandevice.android.resttools.rest.PoolRequest
 
mHttpClient - Variable in class com.humandevice.android.resttools.rest.Request
 
mParameters - Variable in class com.humandevice.android.resttools.adapters.HttpParameters
 
mPostTaskMap - Variable in class com.humandevice.android.resttools.rest.PoolRequest
 
mRequestPool - Variable in class com.humandevice.android.resttools.rest.PoolRequest
 
mStopIfFail - Variable in class com.humandevice.android.resttools.rest.PoolRequest
 
MULTIPART_MEDIA_TYPE - Static variable in class com.humandevice.android.resttools.rest.Request
 

O

obtainStringValue(Object) - Method in class com.humandevice.android.resttools.rest.Request
 
onCheckRestriction(Request<?>) - Method in interface com.humandevice.android.resttools.rest.Request.ConnectionRestriction
 
onPost(RequestFuture<T>) - Method in interface com.humandevice.android.resttools.rest.PoolRequest.PostTask
 
onPost(RequestFuture<T>) - Method in interface com.humandevice.android.resttools.rest.SerialPoolRequest.PostTask
 

P

parse(Exception) - Method in class com.humandevice.android.resttools.rest.exceptions.BaseErrorResponse
 
parse(Exception) - Method in interface com.humandevice.android.resttools.rest.exceptions.ErrorResponse
 
parseErrors(Map<String, List<Object>>) - Method in class com.humandevice.android.resttools.rest.exceptions.BaseErrorResponse
 
ParseException - Exception in com.humandevice.android.resttools.rest.exceptions
States that an error occurred during parsing
ParseException() - Constructor for exception com.humandevice.android.resttools.rest.exceptions.ParseException
 
parseToObject(String) - Method in class com.humandevice.android.resttools.rest.Request
 
PoolRequest<P extends PoolRequest> - Class in com.humandevice.android.resttools.rest
TODO Dokumentacja
PoolRequest(int) - Constructor for class com.humandevice.android.resttools.rest.PoolRequest
 
PoolRequest.PostTask<T> - Interface in com.humandevice.android.resttools.rest
 
PoolRequestListener - Interface in com.humandevice.android.resttools.rest.listeners
TODO dokumentacja
PostRequest<T> - Class in com.humandevice.android.resttools.rest
Klasa obsługująca połączenie z api metodą POST
PostRequest() - Constructor for class com.humandevice.android.resttools.rest.PostRequest
 
prepareRequest() - Method in class com.humandevice.android.resttools.rest.Request
Metoda, w której powinna byc wykonana konfiguracja zapytania.
putParameter(String, Object) - Method in class com.humandevice.android.resttools.rest.GetRequest
 
putParameter(String, Object) - Method in class com.humandevice.android.resttools.rest.Request
 
putParameter(Object) - Method in class com.humandevice.android.resttools.rest.Request
 
PutRequest<T> - Class in com.humandevice.android.resttools.rest
Klasa obsługująca połączenie z api metodą PUT
PutRequest() - Constructor for class com.humandevice.android.resttools.rest.PutRequest
 
putUrlParameter(String, Object) - Method in class com.humandevice.android.resttools.rest.Request
 
putUrlParameter(Object) - Method in class com.humandevice.android.resttools.rest.Request
 

R

readResponse(Response) - Method in class com.humandevice.android.resttools.rest.Request
 
ReflectHttpUrlEncodedSerializer<Model> - Class in com.humandevice.android.resttools.adapters
Reflect inmplementation of HttpUrlEncodedSerializer Date: 2016/01/28
ReflectHttpUrlEncodedSerializer(String) - Constructor for class com.humandevice.android.resttools.adapters.ReflectHttpUrlEncodedSerializer
 
refreshToken() - Method in interface com.humandevice.android.resttools.service.IUserService
Próbuje odświeżyć token uwierzytelniający.
RefreshTokenException - Exception in com.humandevice.android.resttools.rest.exceptions
Jego wystąpienie oznacza problem przy odświeżaniu token'a
RefreshTokenException() - Constructor for exception com.humandevice.android.resttools.rest.exceptions.RefreshTokenException
 
RefreshTokenException(String) - Constructor for exception com.humandevice.android.resttools.rest.exceptions.RefreshTokenException
 
RefreshTokenException(String, Throwable) - Constructor for exception com.humandevice.android.resttools.rest.exceptions.RefreshTokenException
 
RefreshTokenException(Throwable) - Constructor for exception com.humandevice.android.resttools.rest.exceptions.RefreshTokenException
 
remove(String) - Method in class com.humandevice.android.resttools.adapters.HttpParameters
 
removeParameter(String) - Method in class com.humandevice.android.resttools.rest.Request
 
removeUrlParameter(String) - Method in class com.humandevice.android.resttools.rest.Request
 
request() - Method in class com.humandevice.android.resttools.rest.DeleteRequest
 
request() - Method in class com.humandevice.android.resttools.rest.GetRequest
 
request() - Method in class com.humandevice.android.resttools.rest.PostRequest
 
request() - Method in class com.humandevice.android.resttools.rest.PutRequest
 
Request<T> - Class in com.humandevice.android.resttools.rest
Klasa dostarczająca podstawowe metody komunikacji z api
Request() - Constructor for class com.humandevice.android.resttools.rest.Request
 
request() - Method in class com.humandevice.android.resttools.rest.Request
Metoda zwracająca wynik zapytania api
Request.ConnectionRestriction - Interface in com.humandevice.android.resttools.rest
 
RequestException - Exception in com.humandevice.android.resttools.rest.exceptions
Exception rzucany w przypadku prawidłowej odpowiedzi z serwera zawierającej informacje o błędzie
RequestException() - Constructor for exception com.humandevice.android.resttools.rest.exceptions.RequestException
 
RequestException(String) - Constructor for exception com.humandevice.android.resttools.rest.exceptions.RequestException
 
RequestException(Exception) - Constructor for exception com.humandevice.android.resttools.rest.exceptions.RequestException
 
RequestException(String, int) - Constructor for exception com.humandevice.android.resttools.rest.exceptions.RequestException
Konstruktor wyjątku parsujący odpowiedź z serwera
RequestExecutor - Class in com.humandevice.android.resttools.rest
Klasa opakowująca ThreadPoolExecutor w celu dodania listenera do wykonywanego zadania oraz rzucania wyjątkiem RequestException w przypadku otrzymania błędu z api
RequestExecutor() - Constructor for class com.humandevice.android.resttools.rest.RequestExecutor
 
RequestExecutor(int, long) - Constructor for class com.humandevice.android.resttools.rest.RequestExecutor
 
RequestExecutor(int, int, long, TimeUnit, BlockingQueue<Runnable>) - Constructor for class com.humandevice.android.resttools.rest.RequestExecutor
 
RequestExecutor(int, int, long, TimeUnit, BlockingQueue<Runnable>, ThreadFactory) - Constructor for class com.humandevice.android.resttools.rest.RequestExecutor
 
RequestExecutor(int, int, long, TimeUnit, BlockingQueue<Runnable>, RejectedExecutionHandler) - Constructor for class com.humandevice.android.resttools.rest.RequestExecutor
 
RequestExecutor(int, int, long, TimeUnit, BlockingQueue<Runnable>, ThreadFactory, RejectedExecutionHandler) - Constructor for class com.humandevice.android.resttools.rest.RequestExecutor
 
RequestFuture<V> - Interface in com.humandevice.android.resttools.rest
TODO Dokumentacja
RequestFutureTask<V> - Class in com.humandevice.android.resttools.rest
TODO Dokumentacja
RequestFutureTask(Callable<V>) - Constructor for class com.humandevice.android.resttools.rest.RequestFutureTask
 
RequestFutureTask(Callable<V>, RequestListener<V>) - Constructor for class com.humandevice.android.resttools.rest.RequestFutureTask
 
RequestListener<T> - Interface in com.humandevice.android.resttools.rest.listeners
Listener zapytania do api, uruchamiany jest w momencie zakończenia zadania
RestAnnotationsHelper - Class in com.humandevice.android.resttools.adapters
Helps extracting annotations values Date: 2016/01/28
RestConfiguration - Class in com.humandevice.android.resttools.rest
Klasa konfigurująca dane dostępowe do resta, takie jak host, port itp.
RestConfiguration() - Constructor for class com.humandevice.android.resttools.rest.RestConfiguration
 
RestObject - Annotation Type in com.humandevice.android.resttools.adapters
Annotation indicates that this class will be decomposed, not treated as String

S

sConfiguration - Static variable in class com.humandevice.android.resttools.rest.Request
 
serializeModel(Model, HttpParameters) - Method in class com.humandevice.android.resttools.adapters.ReflectHttpUrlEncodedSerializer
 
SerialPoolRequest - Class in com.humandevice.android.resttools.rest
TODO Dokumentacja
SerialPoolRequest() - Constructor for class com.humandevice.android.resttools.rest.SerialPoolRequest
 
SerialPoolRequest.PostTask<T> - Interface in com.humandevice.android.resttools.rest
 
setApiHost(String) - Method in class com.humandevice.android.resttools.rest.RestConfiguration
 
setApiPort(int) - Method in class com.humandevice.android.resttools.rest.RestConfiguration
default: 80
setApiScheme(String) - Method in class com.humandevice.android.resttools.rest.RestConfiguration
default: http
setAuthorization(String, String) - Method in class com.humandevice.android.resttools.rest.RestConfiguration
 
setCastBooleanToInt() - Method in class com.humandevice.android.resttools.rest.RestConfiguration
cast all boolean parameters to int value (0/1)
setCode(int) - Method in class com.humandevice.android.resttools.rest.exceptions.BaseErrorResponse
 
setConnectionRestriction(Request.ConnectionRestriction) - Method in class com.humandevice.android.resttools.rest.RestConfiguration
Sprawdzenie czy request może zostać wykonany
setErrorResponseClass(Class<? extends ErrorResponse>) - Method in class com.humandevice.android.resttools.rest.RestConfiguration
Ustawienie klasy odpowiedzi błędu
setErrors(Map<String, String[]>) - Method in class com.humandevice.android.resttools.rest.exceptions.BaseErrorResponse
 
setMessage(String) - Method in class com.humandevice.android.resttools.rest.exceptions.BaseErrorResponse
 
setName(String) - Method in class com.humandevice.android.resttools.rest.exceptions.BaseErrorResponse
 
setRestConfiguration(RestConfiguration) - Static method in class com.humandevice.android.resttools.rest.Request
 
setStatusCode(int) - Method in class com.humandevice.android.resttools.rest.exceptions.BaseErrorResponse
 
setStatusCode(int) - Method in interface com.humandevice.android.resttools.rest.exceptions.ErrorResponse
 
setStopIfFail() - Method in class com.humandevice.android.resttools.rest.PoolRequest
 
setSuccessStatusCodes(Integer...) - Method in class com.humandevice.android.resttools.rest.RestConfiguration
 
setTimeout(int) - Method in class com.humandevice.android.resttools.rest.RestConfiguration
default: 1min
setUnixTime(boolean) - Method in class com.humandevice.android.resttools.rest.RestConfiguration
default: false
setUnixTimeDeserializer(boolean) - Method in class com.humandevice.android.resttools.adapters.JacksonMapper
 
setUrlSegments(String...) - Method in class com.humandevice.android.resttools.rest.Request
Ustawienie adresu api
setUserServiceClass(Class<? extends IUserService>) - Method in class com.humandevice.android.resttools.rest.RestConfiguration
Ustawienie klasy singletona serwisu użytkownika
stopExecute() - Method in class com.humandevice.android.resttools.rest.PoolRequest
 
submit(Callable<T>, RequestListener<T>) - Method in class com.humandevice.android.resttools.rest.RequestExecutor
Metoda uruchamiająca wykonywanie zadania i zwraca Future z wykonywanym zadaniem.
submit(Callable<T>) - Method in class com.humandevice.android.resttools.rest.RequestExecutor
Metoda uruchamiająca wykonywanie zadania i zwraca Future z wykonywanym zadaniem.
submit(Runnable) - Method in class com.humandevice.android.resttools.rest.RequestExecutor
Deprecated.
Metoda nie jest opakowana w przechwytywanie wyjątków, należy używać metody RequestExecutor.submit(Callable, RequestListener)
submit(Runnable, T) - Method in class com.humandevice.android.resttools.rest.RequestExecutor
Deprecated.
Metoda nie jest opakowana w przechwytywanie wyjątków, należy używać metody RequestExecutor.submit(Callable, RequestListener)

T

ThreadLock - Class in com.humandevice.android.resttools.rest
Created by Szymon on 2016-02-01.
ThreadLock() - Constructor for class com.humandevice.android.resttools.rest.ThreadLock
 
ThreadPoolRequest - Class in com.humandevice.android.resttools.rest
TODO Dokumentacja
ThreadPoolRequest(int) - Constructor for class com.humandevice.android.resttools.rest.ThreadPoolRequest
 
TIMEOUT - Static variable in exception com.humandevice.android.resttools.rest.exceptions.RequestException
Blocking operation times out
Token - Interface in com.humandevice.android.resttools.model
Interfejs zapewniający możliwość uzyskania tokena uwierzytelniającego
TokenRequest - Interface in com.humandevice.android.resttools.rest
Implementacja tego interfejsu informuje system, że należy dodać obsługę autoryzacji
toObject(String...) - Method in class com.humandevice.android.resttools.rest.Request
 
toString() - Method in exception com.humandevice.android.resttools.rest.exceptions.RequestException
 

U

UNKNOWN - Static variable in exception com.humandevice.android.resttools.rest.exceptions.RequestException
Non server exception
unlock() - Method in class com.humandevice.android.resttools.rest.ThreadLock
Zwalnia zasób pozwalając innym wątkom na jego przejęcie.

W

waitIfLocked() - Method in class com.humandevice.android.resttools.rest.ThreadLock
Jeżeli zasób jest zablokowany to czeka do jego odblokowania.
A B C D E F G H I J L M O P R S T U W 
Skip navigation links