Interface HttpUrlConnectionBuilder
public interface HttpUrlConnectionBuilder
-
Method Summary
Modifier and TypeMethodDescriptionget()post(byte[] content) setConnectionTimeout(int connectionTimeout) setIfModifiedSince(Long ifModifiedSince) setReadTimeout(int readTimeout) setRequestProperty(String key, String value)
-
Method Details
-
setConnectionTimeout
-
setReadTimeout
-
setUrl
- Throws:
MalformedURLException
-
setRequestProperty
-
setIfModifiedSince
-
get
- Throws:
IOException
-
post
- Throws:
IOException
-