net.sf.retrotranslator.runtime.java.net
Class _HttpURLConnection
java.lang.Object
net.sf.retrotranslator.runtime.java.net._HttpURLConnection
public class _HttpURLConnection
- extends java.lang.Object
- Author:
- Taras Puchko
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_HttpURLConnection
public _HttpURLConnection()
getConnectTimeout
public static int getConnectTimeout(java.net.HttpURLConnection httpURLConnection)
getReadTimeout
public static int getReadTimeout(java.net.HttpURLConnection httpURLConnection)
setChunkedStreamingMode
public static void setChunkedStreamingMode(java.net.HttpURLConnection httpURLConnection,
int chunklen)
setConnectTimeout
public static void setConnectTimeout(java.net.HttpURLConnection httpURLConnection,
int timeout)
setFixedLengthStreamingMode
public static void setFixedLengthStreamingMode(java.net.HttpURLConnection httpURLConnection,
int contentLength)
setReadTimeout
public static void setReadTimeout(java.net.HttpURLConnection httpURLConnection,
int timeout)