Interface IDtPicturesURLConnection
- All Known Implementing Classes:
DtCommonPictureURLConnectionProvider,DtMdPictureURLConnectionProvider
public interface IDtPicturesURLConnection
DT pictures URL support, creating a connection to a URL
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionopen(DtPictureURL url) Open URL connection for givenDtPictureURL
-
Field Details
-
PROTOCOL
URL protocol designations- See Also:
-
-
Method Details
-
open
Open URL connection for givenDtPictureURL- Returns:
- instance of
URLConnection, nevernull - Throws:
IOException- if there is a problem to read the picture content
-