Package com.bumptech.glide.manager
-
Interface Summary Interface Description ConnectivityMonitor An interface for monitoring network connectivity events.ConnectivityMonitor.ConnectivityListener An interface for listening to network connectivity events picked up by the monitor.ConnectivityMonitorFactory A factory class that produces a functionalConnectivityMonitor.Lifecycle An interface for listening to Activity/Fragment lifecycle events.LifecycleListener An interface for listener toFragmentandActivitylifecycle events.RequestManagerRetriever.RequestManagerFactory Used internally to createRequestManagers.RequestManagerTreeNode Provides access to the relatives of a RequestManager based on the current context. -
Class Summary Class Description DefaultConnectivityMonitorFactory A factory class that produces a functionalConnectivityMonitorif the application has theandroid.permission.ACCESS_NETWORK_STATEpermission and a no-op non functionalConnectivityMonitorif the app does not have the required permission.RequestManagerFragment Deprecated. RequestManagerRetriever A collection of static methods for creating newRequestManagers or retrieving existing ones from activities and fragment.RequestTracker A class for tracking, canceling, and restarting in progress, completed, and failed requests.SupportRequestManagerFragment A view-lessFragmentused to safely store anRequestManagerthat can be used to start, stop and manage Glide requests started for targets within the fragment or activity this fragment is a child of.TargetTracker Holds the set ofTargets currently active for aRequestManagerand forwards on lifecycle events.