A C G I P R S V W

A

ApiAdapter - Class in com.betfair.games
The Java ApiAdapter is a subclass of HttpClient.
ApiAdapter(ApiApplication) - Constructor for class com.betfair.games.ApiAdapter
Constructs a new ApiAdapter to be used in a specified application.
ApiAdapterException - Exception in com.betfair.games
The ApiAdapterException is thrown from all com.betfair.games classes when unexpected events occur, sending a message to the developer.
ApiAdapterException() - Constructor for exception com.betfair.games.ApiAdapterException
Constructs a ApiAdapterException to be thrown without message for the developer.
ApiAdapterException(String) - Constructor for exception com.betfair.games.ApiAdapterException
Constructs an ApiAdapterException to be thrown when the ApiAdapter is not working properly and is it recommended that the application is terminated and the developer troubleshoot the application.
ApiApplication - Interface in com.betfair.games
The interface must be implemented to any application that is going to utilize the ApiAdapter.
ApiApplication.MetaData - Enum in com.betfair.games
The different types of application meta data the ApiAdapter requires.
ApiClient - Class in com.betfair.games
An ApiClient is a runnable client extending the ApiAdapter.
ApiClient(ApiApplication) - Constructor for class com.betfair.games.ApiClient
Constructs an ApiClient and a Thread for its execution.
ApiClient(ApiApplication, String) - Constructor for class com.betfair.games.ApiClient
Constructs an ApiClient and a Thread for its execution.

A C G I P R S V W