|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.netmera.mobile.NetmeraConnectionUtils
public class NetmeraConnectionUtils
Time restrictions for connection and read operations can be set by using this utility class.
Constructor Summary | |
---|---|
NetmeraConnectionUtils()
|
Method Summary | |
---|---|
static void |
setConnectionTimeout(long milliSeconds)
Use to set timeout to connect to Netmera. |
static void |
setReadTimeout(int milliSeconds)
Use to set read(response) time out from Netmera for a request. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NetmeraConnectionUtils()
Method Detail |
---|
public static void setConnectionTimeout(long milliSeconds)
milliSeconds
- connection time out in millisecondspublic static void setReadTimeout(int milliSeconds)
milliSeconds
- read time out in milliseconds
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |