Uses of Class
com.github.m0nk3y2k4.thetvdb.internal.connection.APISession.Status
-
Packages that use APISession.Status Package Description com.github.m0nk3y2k4.thetvdb.internal.connection Defines the connections between the connector and the remote API -
-
Uses of APISession.Status in com.github.m0nk3y2k4.thetvdb.internal.connection
Methods in com.github.m0nk3y2k4.thetvdb.internal.connection that return APISession.Status Modifier and Type Method Description protected APISession.StatusAPIConnection. getStatus()Returns the currentAPISession.Statusof the underlying session.static APISession.StatusAPISession.Status. valueOf(String name)Returns the enum constant of this type with the specified name.static APISession.Status[]APISession.Status. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.github.m0nk3y2k4.thetvdb.internal.connection with parameters of type APISession.Status Modifier and Type Method Description voidAPIConnection. setStatus(APISession.Status status)Sets the current status of the underlying session.
-