|
|||||||||
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.QNetworkProxyQuery.QueryType
public static final class QNetworkProxyQuery.QueryType
Describes the type of one QNetworkProxyQuery
query.
queryType()
, and setQueryType()
.
Field Summary | |
---|---|
static QNetworkProxyQuery.QueryType |
TcpServer
a TCP server that listens for incoming connections from the network |
static QNetworkProxyQuery.QueryType |
TcpSocket
a normal, outgoing TCP socket |
static QNetworkProxyQuery.QueryType |
UdpSocket
a datagram-based UDP socket, which could send to multiple destinations |
static QNetworkProxyQuery.QueryType |
UrlRequest
a more complex request which involves loading of a URL |
Method Summary | |
---|---|
static QNetworkProxyQuery.QueryType |
resolve(int value)
|
int |
value()
This function should return an integer value for the enum values of the enumeration that implements this interface. |
static QNetworkProxyQuery.QueryType |
valueOf(java.lang.String name)
|
static QNetworkProxyQuery.QueryType[] |
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 QNetworkProxyQuery.QueryType TcpSocket
public static final QNetworkProxyQuery.QueryType UdpSocket
public static final QNetworkProxyQuery.QueryType TcpServer
public static final QNetworkProxyQuery.QueryType UrlRequest
Method Detail |
---|
public static QNetworkProxyQuery.QueryType[] values()
public static QNetworkProxyQuery.QueryType valueOf(java.lang.String name)
public int value()
value
in interface QtEnumerator
public static QNetworkProxyQuery.QueryType resolve(int value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |