com.bumptech.glide.load.model
Interface LazyHeaderFactory


public interface LazyHeaderFactory

An interface for lazily creating headers that allows expensive to calculate headers (oauth for example) to be generated in the background during the first fetch.

Implementations should implement equals() and hashcode()

.


Method Summary
 String buildHeader()
           
 

Method Detail

buildHeader

String buildHeader()