Package org.jupnp.http
Klasse HttpFetch
java.lang.Object
org.jupnp.http.HttpFetch
- Autor:
- Christian Bauer
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic <E> Representation<E> fetch(URL url, int connectTimeoutMillis, int readTimeoutMillis, HttpFetch.RepresentationFactory<E> factory) static <E> Representation<E> fetch(URL url, String method, int connectTimeoutMillis, int readTimeoutMillis, HttpFetch.RepresentationFactory<E> factory) static Representation<byte[]> fetchBinary(URL url) static Representation<byte[]> fetchBinary(URL url, int connectTimeoutMillis, int readTimeoutMillis) static Representation<String> fetchString(URL url, int connectTimeoutMillis, int readTimeoutMillis) static void
-
Konstruktordetails
-
HttpFetch
public HttpFetch()
-
-
Methodendetails
-
fetchBinary
- Löst aus:
IOException
-
fetchBinary
public static Representation<byte[]> fetchBinary(URL url, int connectTimeoutMillis, int readTimeoutMillis) throws IOException - Löst aus:
IOException
-
fetchString
public static Representation<String> fetchString(URL url, int connectTimeoutMillis, int readTimeoutMillis) throws IOException - Löst aus:
IOException
-
fetch
public static <E> Representation<E> fetch(URL url, int connectTimeoutMillis, int readTimeoutMillis, HttpFetch.RepresentationFactory<E> factory) throws IOException - Löst aus:
IOException
-
fetch
public static <E> Representation<E> fetch(URL url, String method, int connectTimeoutMillis, int readTimeoutMillis, HttpFetch.RepresentationFactory<E> factory) throws IOException - Löst aus:
IOException
-
validate
- Löst aus:
IOException
-