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

A

AbstractNotifier - Class in com.greengrowapps.ggarest.notifiers
 
AbstractNotifier() - Constructor for class com.greengrowapps.ggarest.notifiers.AbstractNotifier
 
addDefaultHeader(String, String) - Method in class com.greengrowapps.ggarest.WebserviceImpl
 
addDefaultHeaders(Map<String, String>) - Method in class com.greengrowapps.ggarest.WebserviceImpl
 
addHeader(String, String) - Method in class com.greengrowapps.ggarest.ConnectionDefinition
 
addHeader(String, String) - Method in interface com.greengrowapps.ggarest.RequestBuilder
 
addHeader(String, String) - Method in class com.greengrowapps.ggarest.RequestBuilderImpl
 
addHeaders(Collection<? extends RequestHeader>) - Method in interface com.greengrowapps.ggarest.RequestBuilder
 
addHeaders(Collection<? extends RequestHeader>) - Method in class com.greengrowapps.ggarest.RequestBuilderImpl
 
addMockedRequest(MockRequest) - Method in class com.greengrowapps.ggarest.WebserviceImpl
 
AlreadyExecutingException - Exception in com.greengrowapps.ggarest.exceptions
 
AlreadyExecutingException() - Constructor for exception com.greengrowapps.ggarest.exceptions.AlreadyExecutingException
 

B

build() - Method in interface com.greengrowapps.ggarest.RequestBuilder
 
build() - Method in class com.greengrowapps.ggarest.RequestBuilderImpl
 
buildResponse(Serializer) - Method in class com.greengrowapps.ggarest.mock.MockRequest
 

C

callError(Exception) - Method in class com.greengrowapps.ggarest.webservice.NormalCallbackCaller
 
callError(Exception) - Method in interface com.greengrowapps.ggarest.webservice.RequestCallbackCaller
 
callRequestCompleted(ResponseImpl) - Method in class com.greengrowapps.ggarest.webservice.NormalCallbackCaller
 
callRequestCompleted(ResponseImpl) - Method in interface com.greengrowapps.ggarest.webservice.RequestCallbackCaller
 
callTimeout() - Method in class com.greengrowapps.ggarest.webservice.NormalCallbackCaller
 
callTimeout() - Method in interface com.greengrowapps.ggarest.webservice.RequestCallbackCaller
 
cancel() - Method in interface com.greengrowapps.ggarest.RestRequest
 
cancel() - Method in class com.greengrowapps.ggarest.RestRequestImpl
 
cancel() - Method in interface com.greengrowapps.ggarest.webservice.RequestExecution
 
cancel() - Method in class com.greengrowapps.ggarest.webservice.RequestExecutionImplJava
 
clearDefaultHeaders() - Method in class com.greengrowapps.ggarest.WebserviceImpl
 
com.greengrowapps.ggarest - package com.greengrowapps.ggarest
 
com.greengrowapps.ggarest.exceptions - package com.greengrowapps.ggarest.exceptions
 
com.greengrowapps.ggarest.listeners - package com.greengrowapps.ggarest.listeners
 
com.greengrowapps.ggarest.mock - package com.greengrowapps.ggarest.mock
 
com.greengrowapps.ggarest.notifiers - package com.greengrowapps.ggarest.notifiers
 
com.greengrowapps.ggarest.serialization - package com.greengrowapps.ggarest.serialization
 
com.greengrowapps.ggarest.streams - package com.greengrowapps.ggarest.streams
 
com.greengrowapps.ggarest.webservice - package com.greengrowapps.ggarest.webservice
 
ConnectionDefinition - Class in com.greengrowapps.ggarest
 

D

delete(String) - Method in interface com.greengrowapps.ggarest.Webservice
 
delete(String) - Method in class com.greengrowapps.ggarest.WebserviceImpl
 
deserializeBody(Class<T>) - Method in class com.greengrowapps.ggarest.ResponseImpl
 

E

execute() - Method in interface com.greengrowapps.ggarest.RequestBuilder
 
execute() - Method in class com.greengrowapps.ggarest.RequestBuilderImpl
 
execute() - Method in interface com.greengrowapps.ggarest.RestRequest
 
execute() - Method in class com.greengrowapps.ggarest.RestRequestImpl
 
execute(ConnectionDefinition, RequestExecutionCallbacks) - Method in class com.greengrowapps.ggarest.WebserviceImpl
 
executeAndWait() - Method in interface com.greengrowapps.ggarest.RequestBuilder
 
executeAndWait() - Method in class com.greengrowapps.ggarest.RequestBuilderImpl
 
executeAndWait() - Method in interface com.greengrowapps.ggarest.RestRequest
 
executeAndWait() - Method in class com.greengrowapps.ggarest.RestRequestImpl
 

F

fromObject(Object) - Method in class com.greengrowapps.ggarest.serialization.JsonSerializer
 
fromObject(Object) - Method in interface com.greengrowapps.ggarest.serialization.Serializer
 
fromString(String, Class<T>) - Method in class com.greengrowapps.ggarest.serialization.JsonSerializer
 
fromString(String, Class<T>) - Method in interface com.greengrowapps.ggarest.serialization.Serializer
 

G

get(String) - Method in interface com.greengrowapps.ggarest.Webservice
 
get(String) - Method in class com.greengrowapps.ggarest.WebserviceImpl
 
getBody() - Method in class com.greengrowapps.ggarest.ConnectionDefinition
 
getBody() - Method in interface com.greengrowapps.ggarest.Response
 
getBody() - Method in class com.greengrowapps.ggarest.ResponseImpl
 
getContent() - Method in class com.greengrowapps.ggarest.mock.MockRequest
 
getContentLength(String) - Method in interface com.greengrowapps.ggarest.streams.StreamConverter
 
getContentLength(String) - Method in class com.greengrowapps.ggarest.streams.StreamConverterImpl
 
getDefaultHeaders() - Method in class com.greengrowapps.ggarest.WebserviceImpl
 
getDefaultListener() - Method in class com.greengrowapps.ggarest.ConnectionDefinition
 
getExceptionListener() - Method in class com.greengrowapps.ggarest.ConnectionDefinition
 
getFileBody() - Method in class com.greengrowapps.ggarest.ConnectionDefinition
 
getFileBodyFileName() - Method in class com.greengrowapps.ggarest.ConnectionDefinition
 
getHeaders() - Method in class com.greengrowapps.ggarest.ConnectionDefinition
 
getHeaders() - Method in interface com.greengrowapps.ggarest.Response
 
getHeaders() - Method in class com.greengrowapps.ggarest.ResponseImpl
 
getKey() - Method in interface com.greengrowapps.ggarest.RequestHeader
 
getMethod() - Method in class com.greengrowapps.ggarest.ConnectionDefinition
 
getMethod() - Method in class com.greengrowapps.ggarest.mock.MockRequest
 
getNotifier(int) - Method in class com.greengrowapps.ggarest.ConnectionDefinition
 
getPlainBody() - Method in class com.greengrowapps.ggarest.ConnectionDefinition
 
getRequestMethod() - Method in class com.greengrowapps.ggarest.webservice.RequestExecutionImplJava
 
getResultCode() - Method in class com.greengrowapps.ggarest.mock.MockRequest
 
getSerializer() - Method in class com.greengrowapps.ggarest.WebserviceImpl
 
getStatusCode() - Method in interface com.greengrowapps.ggarest.Response
 
getStatusCode() - Method in class com.greengrowapps.ggarest.ResponseImpl
 
getStreamConverter() - Method in class com.greengrowapps.ggarest.WebserviceImpl
 
getTimeout() - Method in class com.greengrowapps.ggarest.ConnectionDefinition
 
getTimeoutListener() - Method in class com.greengrowapps.ggarest.ConnectionDefinition
 
getUrl() - Method in class com.greengrowapps.ggarest.ConnectionDefinition
 
getUrl() - Method in class com.greengrowapps.ggarest.mock.MockRequest
 
getValue() - Method in interface com.greengrowapps.ggarest.RequestHeader
 
GgaRest - Class in com.greengrowapps.ggarest
 

H

hasBody() - Method in class com.greengrowapps.ggarest.ConnectionDefinition
 
hasFileBody() - Method in class com.greengrowapps.ggarest.ConnectionDefinition
 
hasListenerForStatusCode(int) - Method in class com.greengrowapps.ggarest.ConnectionDefinition
 
hasPlainBody() - Method in class com.greengrowapps.ggarest.ConnectionDefinition
 

I

isExecuting() - Method in interface com.greengrowapps.ggarest.RestRequest
 
isExecuting() - Method in class com.greengrowapps.ggarest.RestRequestImpl
 
isJson() - Method in class com.greengrowapps.ggarest.serialization.JsonSerializer
 
isJson() - Method in interface com.greengrowapps.ggarest.serialization.Serializer
 
isMe(String, RestMethod) - Method in class com.greengrowapps.ggarest.mock.MockRequest
 
isPostPut() - Method in class com.greengrowapps.ggarest.ConnectionDefinition
 

J

JsonSerializer - Class in com.greengrowapps.ggarest.serialization
 
JsonSerializer() - Constructor for class com.greengrowapps.ggarest.serialization.JsonSerializer
 

L

ListNotifier<T> - Class in com.greengrowapps.ggarest.notifiers
 
ListNotifier(Class<T>, OnListResponseListener<T>) - Constructor for class com.greengrowapps.ggarest.notifiers.ListNotifier
 

M

mockDelete(String) - Method in interface com.greengrowapps.ggarest.Webservice
 
mockDelete(String) - Method in class com.greengrowapps.ggarest.WebserviceImpl
 
mockGet(String) - Method in interface com.greengrowapps.ggarest.Webservice
 
mockGet(String) - Method in class com.greengrowapps.ggarest.WebserviceImpl
 
mockPost(String) - Method in interface com.greengrowapps.ggarest.Webservice
 
mockPost(String) - Method in class com.greengrowapps.ggarest.WebserviceImpl
 
mockPut(String) - Method in interface com.greengrowapps.ggarest.Webservice
 
mockPut(String) - Method in class com.greengrowapps.ggarest.WebserviceImpl
 
MockRequest - Class in com.greengrowapps.ggarest.mock
 
MockRequest(String, RestMethod, int, String) - Constructor for class com.greengrowapps.ggarest.mock.MockRequest
 
MockRequestBuilder - Interface in com.greengrowapps.ggarest.mock
 
MockRequestBuilderImpl - Class in com.greengrowapps.ggarest.mock
 

N

newDelete(String) - Static method in class com.greengrowapps.ggarest.ConnectionDefinition
 
newDelete(WebserviceImpl, String) - Static method in class com.greengrowapps.ggarest.mock.MockRequestBuilderImpl
 
newGet(String) - Static method in class com.greengrowapps.ggarest.ConnectionDefinition
 
newGet(WebserviceImpl, String) - Static method in class com.greengrowapps.ggarest.mock.MockRequestBuilderImpl
 
newInstance(ConnectionDefinition, RequestExecutionCallbacks, List<MockRequest>, WebserviceImpl) - Method in interface com.greengrowapps.ggarest.webservice.RequestExecutionFactory
 
newInstance(ConnectionDefinition, RequestExecutionCallbacks, List<MockRequest>, WebserviceImpl) - Method in class com.greengrowapps.ggarest.webservice.RequestExecutionFactoryJava
 
newPost(String) - Static method in class com.greengrowapps.ggarest.ConnectionDefinition
 
newPost(WebserviceImpl, String) - Static method in class com.greengrowapps.ggarest.mock.MockRequestBuilderImpl
 
newPut(String) - Static method in class com.greengrowapps.ggarest.ConnectionDefinition
 
newPut(WebserviceImpl, String) - Static method in class com.greengrowapps.ggarest.mock.MockRequestBuilderImpl
 
NormalCallbackCaller - Class in com.greengrowapps.ggarest.webservice
 
NormalCallbackCaller(RequestExecutionCallbacks) - Constructor for class com.greengrowapps.ggarest.webservice.NormalCallbackCaller
 

O

ObjectNotifier<T> - Class in com.greengrowapps.ggarest.notifiers
 
ObjectNotifier(Class<T>, OnObjResponseListener<T>) - Constructor for class com.greengrowapps.ggarest.notifiers.ObjectNotifier
 
onException(OnExceptionListener) - Method in interface com.greengrowapps.ggarest.RequestBuilder
 
onException(OnExceptionListener) - Method in class com.greengrowapps.ggarest.RequestBuilderImpl
 
onException(Exception) - Method in class com.greengrowapps.ggarest.RestRequestImpl
 
onException(Exception) - Method in interface com.greengrowapps.ggarest.webservice.RequestExecutionCallbacks
 
OnExceptionListener - Interface in com.greengrowapps.ggarest.listeners
 
onExceptionThrown(Exception) - Method in interface com.greengrowapps.ggarest.listeners.OnExceptionListener
 
OnListResponseListener<T> - Interface in com.greengrowapps.ggarest.listeners
 
OnObjResponseListener<T> - Interface in com.greengrowapps.ggarest.listeners
 
onOther(OnResponseListener) - Method in interface com.greengrowapps.ggarest.RequestBuilder
 
onOther(OnResponseListener) - Method in class com.greengrowapps.ggarest.RequestBuilderImpl
 
onRequestCompleted(ResponseImpl) - Method in class com.greengrowapps.ggarest.RestRequestImpl
 
onRequestCompleted(ResponseImpl) - Method in interface com.greengrowapps.ggarest.webservice.RequestExecutionCallbacks
 
onResponse(int, List<T>, Response) - Method in interface com.greengrowapps.ggarest.listeners.OnListResponseListener
 
onResponse(int, T, Response) - Method in interface com.greengrowapps.ggarest.listeners.OnObjResponseListener
 
onResponse(int, Response, Exception) - Method in interface com.greengrowapps.ggarest.listeners.OnResponseListener
 
onResponse(int, OnResponseListener) - Method in interface com.greengrowapps.ggarest.RequestBuilder
 
onResponse(Class<T>, int, OnObjResponseListener<T>) - Method in interface com.greengrowapps.ggarest.RequestBuilder
 
onResponse(Class<T>, int, OnListResponseListener<T>) - Method in interface com.greengrowapps.ggarest.RequestBuilder
 
onResponse(int, OnResponseListener) - Method in class com.greengrowapps.ggarest.RequestBuilderImpl
 
onResponse(Class<T>, int, OnObjResponseListener<T>) - Method in class com.greengrowapps.ggarest.RequestBuilderImpl
 
onResponse(Class<T>, int, OnListResponseListener<T>) - Method in class com.greengrowapps.ggarest.RequestBuilderImpl
 
OnResponseListener - Interface in com.greengrowapps.ggarest.listeners
 
onSuccess(OnResponseListener) - Method in interface com.greengrowapps.ggarest.RequestBuilder
 
onSuccess(Class<T>, OnObjResponseListener<T>) - Method in interface com.greengrowapps.ggarest.RequestBuilder
 
onSuccess(Class<T>, OnListResponseListener<T>) - Method in interface com.greengrowapps.ggarest.RequestBuilder
 
onSuccess(OnResponseListener) - Method in class com.greengrowapps.ggarest.RequestBuilderImpl
 
onSuccess(Class<T>, OnObjResponseListener<T>) - Method in class com.greengrowapps.ggarest.RequestBuilderImpl
 
onSuccess(Class<T>, OnListResponseListener<T>) - Method in class com.greengrowapps.ggarest.RequestBuilderImpl
 
onTimeout() - Method in interface com.greengrowapps.ggarest.listeners.OnTimeoutListener
 
onTimeout(OnTimeoutListener) - Method in interface com.greengrowapps.ggarest.RequestBuilder
 
onTimeout(OnTimeoutListener) - Method in class com.greengrowapps.ggarest.RequestBuilderImpl
 
onTimeout() - Method in class com.greengrowapps.ggarest.RestRequestImpl
 
onTimeout() - Method in interface com.greengrowapps.ggarest.webservice.RequestExecutionCallbacks
 
OnTimeoutListener - Interface in com.greengrowapps.ggarest.listeners
 

P

PlainNotifier - Class in com.greengrowapps.ggarest.notifiers
 
PlainNotifier(OnResponseListener) - Constructor for class com.greengrowapps.ggarest.notifiers.PlainNotifier
 
post(String) - Method in interface com.greengrowapps.ggarest.Webservice
 
post(String) - Method in class com.greengrowapps.ggarest.WebserviceImpl
 
processResponseAndNotify(ResponseImpl) - Method in class com.greengrowapps.ggarest.notifiers.AbstractNotifier
 
processResponseAndNotify(ResponseImpl) - Method in class com.greengrowapps.ggarest.notifiers.ListNotifier
 
processResponseAndNotify(ResponseImpl) - Method in class com.greengrowapps.ggarest.notifiers.ObjectNotifier
 
processResponseAndNotify(ResponseImpl) - Method in class com.greengrowapps.ggarest.notifiers.PlainNotifier
 
put(String) - Method in interface com.greengrowapps.ggarest.Webservice
 
put(String) - Method in class com.greengrowapps.ggarest.WebserviceImpl
 

R

readFromInputStream(InputStream) - Method in interface com.greengrowapps.ggarest.streams.StreamConverter
 
readFromInputStream(InputStream) - Method in class com.greengrowapps.ggarest.streams.StreamConverterImpl
 
registerListener(int, OnResponseListener) - Method in class com.greengrowapps.ggarest.ConnectionDefinition
 
registerListener(Class<T>, int, OnObjResponseListener<T>) - Method in class com.greengrowapps.ggarest.ConnectionDefinition
 
registerListener(Class<T>, int, OnListResponseListener<T>) - Method in class com.greengrowapps.ggarest.ConnectionDefinition
 
RequestBuilder - Interface in com.greengrowapps.ggarest
 
RequestBuilderImpl - Class in com.greengrowapps.ggarest
 
RequestBuilderImpl(ConnectionDefinition, WebserviceImpl) - Constructor for class com.greengrowapps.ggarest.RequestBuilderImpl
 
RequestCallbackCaller - Interface in com.greengrowapps.ggarest.webservice
 
RequestExecution - Interface in com.greengrowapps.ggarest.webservice
 
RequestExecutionCallbacks - Interface in com.greengrowapps.ggarest.webservice
 
RequestExecutionFactory - Interface in com.greengrowapps.ggarest.webservice
 
RequestExecutionFactoryJava - Class in com.greengrowapps.ggarest.webservice
 
RequestExecutionFactoryJava() - Constructor for class com.greengrowapps.ggarest.webservice.RequestExecutionFactoryJava
 
RequestExecutionImplJava - Class in com.greengrowapps.ggarest.webservice
 
RequestExecutionImplJava(ConnectionDefinition, RequestCallbackCaller, WebserviceImpl, List<MockRequest>) - Constructor for class com.greengrowapps.ggarest.webservice.RequestExecutionImplJava
 
RequestHeader - Interface in com.greengrowapps.ggarest
 
Response - Interface in com.greengrowapps.ggarest
 
responseCode(int) - Method in interface com.greengrowapps.ggarest.mock.MockRequestBuilder
 
responseCode(int) - Method in class com.greengrowapps.ggarest.mock.MockRequestBuilderImpl
 
responseContent(String) - Method in interface com.greengrowapps.ggarest.mock.MockRequestBuilder
 
responseContent(String) - Method in class com.greengrowapps.ggarest.mock.MockRequestBuilderImpl
 
ResponseImpl - Class in com.greengrowapps.ggarest
 
ResponseImpl(int, Map<String, String>, String, Serializer) - Constructor for class com.greengrowapps.ggarest.ResponseImpl
 
RestMethod - Enum in com.greengrowapps.ggarest
 
RestRequest - Interface in com.greengrowapps.ggarest
 
RestRequestImpl - Class in com.greengrowapps.ggarest
 
RestRequestImpl(ConnectionDefinition, WebserviceImpl) - Constructor for class com.greengrowapps.ggarest.RestRequestImpl
 
run() - Method in class com.greengrowapps.ggarest.webservice.RequestExecutionImplJava
 

S

save() - Method in interface com.greengrowapps.ggarest.mock.MockRequestBuilder
 
save() - Method in class com.greengrowapps.ggarest.mock.MockRequestBuilderImpl
 
Serializer - Interface in com.greengrowapps.ggarest.serialization
 
setBody(Object) - Method in class com.greengrowapps.ggarest.ConnectionDefinition
 
setDefaultListener(OnResponseListener) - Method in class com.greengrowapps.ggarest.ConnectionDefinition
 
setFileBody(File, String) - Method in class com.greengrowapps.ggarest.ConnectionDefinition
 
setOnExceptionListener(OnExceptionListener) - Method in class com.greengrowapps.ggarest.ConnectionDefinition
 
setPlainBody(String) - Method in class com.greengrowapps.ggarest.ConnectionDefinition
 
setTimeout(long) - Method in class com.greengrowapps.ggarest.ConnectionDefinition
 
setTimeoutListener(OnTimeoutListener) - Method in class com.greengrowapps.ggarest.ConnectionDefinition
 
start() - Method in interface com.greengrowapps.ggarest.webservice.RequestExecution
 
StreamConverter - Interface in com.greengrowapps.ggarest.streams
 
StreamConverterImpl - Class in com.greengrowapps.ggarest.streams
 
StreamConverterImpl(String) - Constructor for class com.greengrowapps.ggarest.streams.StreamConverterImpl
 

V

valueOf(String) - Static method in enum com.greengrowapps.ggarest.RestMethod
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.greengrowapps.ggarest.RestMethod
Returns an array containing the constants of this enum type, in the order they are declared.

W

Webservice - Interface in com.greengrowapps.ggarest
 
WebserviceImpl - Class in com.greengrowapps.ggarest
 
WebserviceImpl(RequestExecutionFactory, Serializer, StreamConverter) - Constructor for class com.greengrowapps.ggarest.WebserviceImpl
 
withBody(Object) - Method in interface com.greengrowapps.ggarest.RequestBuilder
 
withBody(Object) - Method in class com.greengrowapps.ggarest.RequestBuilderImpl
 
withFileBody(File, String) - Method in interface com.greengrowapps.ggarest.RequestBuilder
 
withFileBody(File, String) - Method in class com.greengrowapps.ggarest.RequestBuilderImpl
 
withPlainBody(String) - Method in interface com.greengrowapps.ggarest.RequestBuilder
 
withPlainBody(String) - Method in class com.greengrowapps.ggarest.RequestBuilderImpl
 
withTimeout(long) - Method in interface com.greengrowapps.ggarest.RequestBuilder
 
withTimeout(long) - Method in class com.greengrowapps.ggarest.RequestBuilderImpl
 
writeToOutputStream(String, OutputStream) - Method in interface com.greengrowapps.ggarest.streams.StreamConverter
 
writeToOutputStream(String, OutputStream) - Method in class com.greengrowapps.ggarest.streams.StreamConverterImpl
 
ws() - Static method in class com.greengrowapps.ggarest.GgaRest
 
ws(Serializer) - Static method in class com.greengrowapps.ggarest.GgaRest
 
ws(StreamConverter) - Static method in class com.greengrowapps.ggarest.GgaRest
 
ws(Serializer, StreamConverter) - Static method in class com.greengrowapps.ggarest.GgaRest
 
A B C D E F G H I J L M N O P R S V W 
Skip navigation links