A C E G I T 
All Classes All Packages

A

async(boolean, BiConsumer<Response<T>, Throwable>) - Method in interface io.githhub.TradersTeam.grand_node_java_client.network.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.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.CallX
General purpose async call method.
asyncBody(boolean, BiConsumer<T, Throwable>) - Method in interface io.githhub.TradersTeam.grand_node_java_client.network.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.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.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.CallX
Calls CallX.asyncBody(boolean, BiConsumer) with true parameter and returns the response body.

C

CallX<T> - Interface in io.githhub.TradersTeam.grand_node_java_client.network
 
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.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.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.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
 
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.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
 

T

TestApi - Interface in io.githhub.TradersTeam.grand_node_java_client.network.apis
 
A C E G I T 
All Classes All Packages