|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.dcm4che2.net.State
public class State
Implementation of the DICOM part 8 TCP/IP state machine. This defines the various states that a a TCP/IP connection may be in when a DICOM association is using it.
Field Summary | |
---|---|
protected java.lang.String |
name
|
static State |
STA1
State 1 = Idle. |
static State |
STA10
State 10 = Release collision acceptor side; awaiting A-RELEASE-RP PDU. |
static State |
STA11
State 11 = Release collision requestor side; awaiting A-RELEASE-RP PDU. |
static State |
STA13
State 13 = Awaiting transport connection close indication (association no longer exists). |
static State |
STA2
State 2 = Transport connection open (Awaiting A-ASSOCIATE-RQ PDU). |
static State |
STA3
State 3 = Awaiting local A-ASSOCIATE response primitive (from local user). |
static State |
STA4
State 4 = Awaiting transport connection opening to complete (from local transport service). |
static State |
STA5
State 5 = Awaiting A-ASSOCIATE-AC or A-ASSOCIATE-RJ PDU. |
static State |
STA6
State 6 = Association established and ready for data transfer. |
static State |
STA7
State 7 = Awaiting A-RELEASE-RP PDU. |
static State |
STA8
State 8 = Awaiting local A-RELEASE response primitive (from local user). |
Method Summary | |
---|---|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final State STA1
public static final State STA2
public static final State STA3
public static final State STA4
public static final State STA5
public static final State STA6
public static final State STA7
public static final State STA8
public static final State STA10
public static final State STA11
public static final State STA13
protected final java.lang.String name
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |