|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Enum
com.trolltech.qt.network.QHttp.ConnectionMode
public static final class QHttp.ConnectionMode
This enum is used to specify the mode of connection to use. When using the Https mode, care should be taken to connect to the sslErrors
signal, and handle possible Ssl errors.
Field Summary | |
---|---|
static QHttp.ConnectionMode |
ConnectionModeHttp
The connection is a regular Http connection to the server |
static QHttp.ConnectionMode |
ConnectionModeHttps
The Https protocol is used and the connection is encrypted using SSL. |
Method Summary | |
---|---|
static QHttp.ConnectionMode |
resolve(int value)
|
int |
value()
This function should return an integer value for the enum values of the enumeration that implements this interface. |
static QHttp.ConnectionMode |
valueOf(java.lang.String name)
|
static QHttp.ConnectionMode[] |
values()
|
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final QHttp.ConnectionMode ConnectionModeHttp
public static final QHttp.ConnectionMode ConnectionModeHttps
Method Detail |
---|
public static QHttp.ConnectionMode[] values()
public static QHttp.ConnectionMode valueOf(java.lang.String name)
public int value()
value
in interface QtEnumerator
public static QHttp.ConnectionMode resolve(int value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |