Package org.jupnp.http
Schnittstelle HttpFetch.RepresentationFactory<E>
- Umschließende Klasse:
HttpFetch
public static interface HttpFetch.RepresentationFactory<E>
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungcreateRepresentation(URLConnection urlConnection, InputStream is)
-
Methodendetails
-
createRepresentation
Representation<E> createRepresentation(URLConnection urlConnection, InputStream is) throws IOException - Löst aus:
IOException
-