Class APISession
- java.lang.Object
-
- com.github.m0nk3y2k4.thetvdb.internal.connection.APISession
-
public final class APISession extends Object
Session used for remote API communication.
All connections to the TheTVDB.com API are backed by an instance of this class. These sessions contain all information required for client authentication on the remote service, locale settings as well as session tokens used for remote service communication.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
APISession.Status
Represents the different states of a session.
-