Class URL.HttpURLConnection
java.lang.Object
com.codename1.io.URL.URLConnection
com.codename1.io.URL.HttpURLConnection
- Enclosing class:
URL
-
Method Summary
Methods inherited from class URL.URLConnection
getConnectTimeout, getContentLengthLong, getDoInput, getDoOutput, getReadTimeout, getURL, setConnectTimeout, setDoInput, setDoOutput, setReadTimeout, setRequestProperty
-
Method Details
-
connect
- Specified by:
connectin classURL.URLConnection- Throws:
IOException
-
setRequestMethod
-
getContentLength
public int getContentLength()- Specified by:
getContentLengthin classURL.URLConnection
-
getContentType
- Specified by:
getContentTypein classURL.URLConnection
-
getHeaderField
- Specified by:
getHeaderFieldin classURL.URLConnection
-
getHeaderFields
- Specified by:
getHeaderFieldsin classURL.URLConnection
-
getInputStream
- Specified by:
getInputStreamin classURL.URLConnection- Throws:
IOException
-
getOutputStream
- Specified by:
getOutputStreamin classURL.URLConnection- Throws:
IOException
-