A B C E G I M T 
All Classes All Packages

A

ApiKeys - Class in io.githhub.TradersTeam.grand_node_java_client.network.util
 
ApiKeys() - Constructor for class io.githhub.TradersTeam.grand_node_java_client.network.util.ApiKeys
 
async(boolean, BiConsumer<Response<T>, Throwable>) - Method in interface io.githhub.TradersTeam.grand_node_java_client.network.util.CallX
Calls CallX.async(BiFunction) but instead of determining whether to shut down the client or not based on the return value of the callback function, it will be determined by the given boolean value.
async(boolean, Consumer<Response<T>>, Consumer<Throwable>) - Method in interface io.githhub.TradersTeam.grand_node_java_client.network.util.CallX
General purpose async call method with two callbacks
async(BiFunction<Response<T>, Throwable, Boolean>) - Method in interface io.githhub.TradersTeam.grand_node_java_client.network.util.CallX
General purpose async call method.
asyncBody(boolean, BiConsumer<T, Throwable>) - Method in interface io.githhub.TradersTeam.grand_node_java_client.network.util.CallX
Calls CallX.async(boolean, BiConsumer) but instead of determining whether to shut down the client or not based on the return value of the callback function, it will be determined by the given boolean value.
atomicAsync(BiConsumer<Response<T>, Throwable>) - Method in interface io.githhub.TradersTeam.grand_node_java_client.network.util.CallX
Calls CallX.async(BiFunction) and automatically shuts down the client.
atomicAsync(Consumer<Response<T>>, Consumer<Throwable>) - Method in interface io.githhub.TradersTeam.grand_node_java_client.network.util.CallX
Calls CallX.async(boolean, Consumer, Consumer) and automatically shuts down the client.
atomicAsyncBody(BiConsumer<T, Throwable>) - Method in interface io.githhub.TradersTeam.grand_node_java_client.network.util.CallX
Calls CallX.asyncBody(boolean, BiConsumer) with true parameter and returns the response body.
AUTHORIZATION - Static variable in class io.githhub.TradersTeam.grand_node_java_client.network.util.Constants
 

B

baseUrl - Static variable in class io.githhub.TradersTeam.grand_node_java_client.network.util.Constants
 
BEARER - Static variable in class io.githhub.TradersTeam.grand_node_java_client.network.util.Constants
 

C

CallX<T> - Interface in io.githhub.TradersTeam.grand_node_java_client.network.util
 
CallXAdapterFactory - Class in io.githhub.TradersTeam.grand_node_java_client.network.util
 
CallXAdapterFactory(OkHttpClient) - Constructor for class io.githhub.TradersTeam.grand_node_java_client.network.util.CallXAdapterFactory
 
Constants - Class in io.githhub.TradersTeam.grand_node_java_client.network.util
 
Constants() - Constructor for class io.githhub.TradersTeam.grand_node_java_client.network.util.Constants
 
createDefaultInstance() - Method in class io.githhub.TradersTeam.grand_node_java_client.network.GrandNodeClient
 

E

enqueueAsync(BiConsumer<Response<T>, Throwable>) - Method in interface io.githhub.TradersTeam.grand_node_java_client.network.util.CallX
Calls CallX.async(BiFunction) and doesn't care whether to shut down the client or not.
enqueueAsync(Consumer<Response<T>>, Consumer<Throwable>) - Method in interface io.githhub.TradersTeam.grand_node_java_client.network.util.CallX
Calls CallX.async(boolean, Consumer, Consumer) and doesn't care whether to shut down the client or not.
enqueueAsyncBody(BiConsumer<T, Throwable>) - Method in interface io.githhub.TradersTeam.grand_node_java_client.network.util.CallX
Calls CallX.asyncBody(boolean, BiConsumer) with false parameter and returns the response body.

G

get() - Method in interface io.githhub.TradersTeam.grand_node_java_client.network.apis.TestApi
 
get(Type, Annotation[], Retrofit) - Method in class io.githhub.TradersTeam.grand_node_java_client.network.util.CallXAdapterFactory
 
GrandNodeClient - Class in io.githhub.TradersTeam.grand_node_java_client.network
 
GrandNodeClient() - Constructor for class io.githhub.TradersTeam.grand_node_java_client.network.GrandNodeClient
 

I

io.githhub.TradersTeam.grand_node_java_client - package io.githhub.TradersTeam.grand_node_java_client
 
io.githhub.TradersTeam.grand_node_java_client.network - package io.githhub.TradersTeam.grand_node_java_client.network
 
io.githhub.TradersTeam.grand_node_java_client.network.apis - package io.githhub.TradersTeam.grand_node_java_client.network.apis
 
io.githhub.TradersTeam.grand_node_java_client.network.util - package io.githhub.TradersTeam.grand_node_java_client.network.util
 

M

main(String...) - Static method in class io.githhub.TradersTeam.grand_node_java_client.Main
 
main(String...) - Static method in class io.githhub.TradersTeam.grand_node_java_client.Test
 
Main - Class in io.githhub.TradersTeam.grand_node_java_client
 
Main() - Constructor for class io.githhub.TradersTeam.grand_node_java_client.Main
 

T

Test - Class in io.githhub.TradersTeam.grand_node_java_client
 
Test() - Constructor for class io.githhub.TradersTeam.grand_node_java_client.Test
 
TestApi - Interface in io.githhub.TradersTeam.grand_node_java_client.network.apis
 
token - Static variable in class io.githhub.TradersTeam.grand_node_java_client.network.util.ApiKeys
 
A B C E G I M T 
All Classes All Packages