|
|||||||||
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.State
public static final class QHttp.State
This enum is used to specify the state the client is in.
stateChanged()
, and state()
.
Field Summary | |
---|---|
static QHttp.State |
Closing
The connection is closing down, but is not yet closed. |
static QHttp.State |
Connected
The connection to the host is open, but the client is neither sending a request, nor waiting for a response. |
static QHttp.State |
Connecting
An attempt to connect to the host is in progress. |
static QHttp.State |
HostLookup
A host name lookup is in progress. |
static QHttp.State |
Reading
The client's request has been sent and the client is reading the server's response. |
static QHttp.State |
Sending
The client is sending its request to the server. |
static QHttp.State |
Unconnected
There is no connection to the host. |
Method Summary | |
---|---|
static QHttp.State |
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.State |
valueOf(java.lang.String name)
|
static QHttp.State[] |
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.State Unconnected
public static final QHttp.State HostLookup
public static final QHttp.State Connecting
public static final QHttp.State Sending
public static final QHttp.State Reading
public static final QHttp.State Connected
public static final QHttp.State Closing
Method Detail |
---|
public static QHttp.State[] values()
public static QHttp.State valueOf(java.lang.String name)
public int value()
value
in interface QtEnumerator
public static QHttp.State resolve(int value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |