Uses of Interface
com.github.m0nk3y2k4.thetvdb.api.Proxy
-
Packages that use Proxy Package Description com.github.m0nk3y2k4.thetvdb Defines all sources of the thetvdb-java-api connectorcom.github.m0nk3y2k4.thetvdb.internal.api.impl Defines the internal implementation of the public APIcom.github.m0nk3y2k4.thetvdb.internal.connection Defines the connections between the connector and the remote API -
-
Uses of Proxy in com.github.m0nk3y2k4.thetvdb
Methods in com.github.m0nk3y2k4.thetvdb that return Proxy Modifier and Type Method Description static Proxy
TheTVDBApiFactory. createProxy(String protocol, String host, int port)
Creates a new proxy object based on the given parameters.static Proxy
TheTVDBApiFactory. createProxy(String protocol, String host, String path, int port)
Creates a new proxy object based on the given parameters.Methods in com.github.m0nk3y2k4.thetvdb with parameters of type Proxy Modifier and Type Method Description static TheTVDBApi
TheTVDBApiFactory. createApi(String apiKey, Proxy proxy)
Creates a new TheTVDBApi instance.static TheTVDBApi
TheTVDBApiFactory. createApi(String apiKey, String userKey, String userName, Proxy proxy)
Creates a new TheTVDBApi instance. -
Uses of Proxy in com.github.m0nk3y2k4.thetvdb.internal.api.impl
Constructors in com.github.m0nk3y2k4.thetvdb.internal.api.impl with parameters of type Proxy Constructor Description TheTVDBApiImpl(String apiKey, Proxy proxy)
Creates a new TheTVDBApi instance.TheTVDBApiImpl(String apiKey, String userKey, String userName, Proxy proxy)
Creates a new TheTVDBApi instance. -
Uses of Proxy in com.github.m0nk3y2k4.thetvdb.internal.connection
Classes in com.github.m0nk3y2k4.thetvdb.internal.connection that implement Proxy Modifier and Type Class Description class
RemoteAPI
Object representing the technical remote endpoint of the RESTful remote API.
-