Uses of Class
com.amilesend.omdb.connection.Connection
Packages that use Connection
-
Uses of Connection in com.amilesend.omdb
Constructors in com.amilesend.omdb with parameters of type ConnectionModifierConstructorDescriptionOMDb(String apiKey, Connection connection) Creates a newOMDbwith the provided connection and API key. -
Uses of Connection in com.amilesend.omdb.connection
Methods in com.amilesend.omdb.connection that return ConnectionModifier and TypeMethodDescriptionConnection.ConnectionBuilder.build()static ConnectionConnection.newDefaultInstance()Creates a newConnectionthat is configured with the default settings.