Verwendungen von Klasse
org.jupnp.http.Representation
Packages, die Representation verwenden
-
Verwendungen von Representation in org.jupnp.http
Methoden in org.jupnp.http, die Representation zurückgebenModifizierer und TypMethodeBeschreibungHttpFetch.RepresentationFactory.createRepresentation(URLConnection urlConnection, InputStream is) static <E> Representation<E> HttpFetch.fetch(URL url, int connectTimeoutMillis, int readTimeoutMillis, HttpFetch.RepresentationFactory<E> factory) static <E> Representation<E> HttpFetch.fetch(URL url, String method, int connectTimeoutMillis, int readTimeoutMillis, HttpFetch.RepresentationFactory<E> factory) static Representation<byte[]> HttpFetch.fetchBinary(URL url) static Representation<byte[]> HttpFetch.fetchBinary(URL url, int connectTimeoutMillis, int readTimeoutMillis) static Representation<String> HttpFetch.fetchString(URL url, int connectTimeoutMillis, int readTimeoutMillis)